[openwrt/openwrt] projectsmirrors: switch to HTTPS

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


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

commit e4b8d3f294721c5199472c150a8953c5ac6e71fa
Author: Yanase Yuki <dev at zpc.st>
AuthorDate: Wed Dec 24 15:35:02 2025 +0900

    projectsmirrors: switch to HTTPS
    
    apache.mirrors.ovh.net supports HTTPS,
    so let's use it.
    
    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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/projectsmirrors.json b/scripts/projectsmirrors.json
index 039a92d13e..7e02daed87 100644
--- a/scripts/projectsmirrors.json
+++ b/scripts/projectsmirrors.json
@@ -18,7 +18,7 @@
 		"https://mirror.navercorp.com/apache",
 		"https://ftp.jaist.ac.jp/pub/apache",
 		"https://apache.cs.utah.edu",
-		"http://apache.mirrors.ovh.net/ftp.apache.org/dist",
+		"https://apache.mirrors.ovh.net/ftp.apache.org/dist",
 		"https://mirrors.tuna.tsinghua.edu.cn/apache",
 		"https://mirrors.ustc.edu.cn/apache"
 	],




More information about the lede-commits mailing list