[openwrt/openwrt] projectsmirrors: drop some sites

LEDE Commits lede-commits at lists.infradead.org
Sat Jan 10 10:55:29 PST 2026


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b378868a398de8df4fda4a6c5a4c3cf3179d5ab0

commit b378868a398de8df4fda4a6c5a4c3cf3179d5ab0
Author: Yanase Yuki <dev at zpc.st>
AuthorDate: Wed Dec 24 15:27:14 2025 +0900

    projectsmirrors: drop some sites
    
    This commit drop ftp.nara.wide.ad.jp and
    www.ring.gr.jp from projectsmirrors.
    
    These mirrors only supports plain HTTP.
    Drop mirrors that does no meet modern
    security standards.
    
    Signed-off-by: Yanase Yuki <dev at zpc.st>
    Link: https://github.com/openwrt/openwrt/pull/21268
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 scripts/projectsmirrors.json | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/scripts/projectsmirrors.json b/scripts/projectsmirrors.json
index 9763f301e8..039a92d13e 100644
--- a/scripts/projectsmirrors.json
+++ b/scripts/projectsmirrors.json
@@ -47,15 +47,12 @@
 	"@KERNEL": [
 		"https://cdn.kernel.org/pub",
 		"https://mirrors.mit.edu/kernel",
-		"http://ftp.nara.wide.ad.jp/pub/kernel.org",
-		"http://www.ring.gr.jp/archives/linux/kernel.org",
 		"https://www.mirrorservice.org/sites/ftp.kernel.org/pub",
 		"https://mirrors.ustc.edu.cn/kernel.org"
 	],
 	"@GNOME": [
 		"https://download.gnome.org/sources",
-		"https://mirror.csclub.uwaterloo.ca/gnome/sources",
-		"http://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources"
+		"https://mirror.csclub.uwaterloo.ca/gnome/sources"
 	],
 	"@OPENWRT": [
 		"https://sources.cdn.openwrt.org",




More information about the lede-commits mailing list