From 0f9da3934b9fc1425db49526ab7735a601ac1edb 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 --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.in b/Config.in index d7a8dc6848..247a9e8ef1 100644 --- a/Config.in +++ b/Config.in @@ -285,7 +285,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