diff options
| author | Yanase Yuki | 2025-12-24 06:27:14 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-01-10 18:52:23 +0000 |
| commit | b378868a398de8df4fda4a6c5a4c3cf3179d5ab0 (patch) | |
| tree | c928203f4095c0d12b35b6c46d895058f945a7a6 | |
| parent | 89d982d723f027a5650d9e55726c87a1ba46b4dd (diff) | |
| download | openwrt-b378868a398de8df4fda4a6c5a4c3cf3179d5ab0.tar.gz | |
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@zpc.st>
Link: https://github.com/openwrt/openwrt/pull/21268
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | scripts/projectsmirrors.json | 5 |
1 files changed, 1 insertions, 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", |