From 5a07c6f8b3a53f51a005806d45317f47fbeded9b Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Fri, 15 Nov 2024 23:02:15 +0100 Subject: [PATCH] Config.in: switch GNU mirrors URL to https As explained on [1], the primary GNU mirrors URL is https. This commit updates BR2_GNU_MIRROR to switch to it. [1] https://www.gnu.org/prep/ftp.html Signed-off-by: Julien Olivain Reviewed-by: Vincent Jardin Signed-off-by: Romain Naour (cherry picked from commit 0f9da3934b9fc1425db49526ab7735a601ac1edb) Signed-off-by: Peter Korsgaard --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.in b/Config.in index 8d8dc967fc..ba0804026b 100644 --- a/Config.in +++ b/Config.in @@ -274,7 +274,7 @@ config BR2_KERNEL_MIRROR config BR2_GNU_MIRROR string "GNU Software mirror" - default "http://ftpmirror.gnu.org" + default "https://ftpmirror.gnu.org" help GNU has multiple software mirrors scattered around the world. The following allows you to select your preferred