diff mbox series

[next,1/1] Config.in: switch GNU mirrors URL to https

Message ID 20241115220215.1057916-1-ju.o@free.fr
State Accepted
Headers show
Series [next,1/1] Config.in: switch GNU mirrors URL to https | expand

Commit Message

Julien Olivain Nov. 15, 2024, 10:02 p.m. UTC
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 <ju.o@free.fr>
---
 Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vincent Jardin Nov. 15, 2024, 11:18 p.m. UTC | #1
On Fri, Nov 15, 2024 at 11:02:15PM UTC, Julien Olivain wrote:
> 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 <ju.o@free.fr>

OK
Julien Olivain Nov. 16, 2024, 10:01 a.m. UTC | #2
Hi Vincent,

Thanks for starting reviewing patches!

On 16/11/2024 00:18, Vincent Jardin wrote:
> On Fri, Nov 15, 2024 at 11:02:15PM UTC, Julien Olivain wrote:
>> 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 <ju.o@free.fr>
> 
> OK

If you want your review to be counted in the "A/F/R/T" column in 
Patchwork
https://patchwork.ozlabs.org/project/buildroot/list/

You should preferably use the following marker:

Reviewed-by: Vincent Jardin <vjardin@free.fr>

See also:
https://buildroot.org/downloads/manual/manual.html#_reviewing_and_testing_patches

It will be automatically managed by Patchwork and will simplify the
maintainer's tasks.

Best regards,

Julien.
Vincent Jardin Nov. 16, 2024, 11:32 a.m. UTC | #3
On Fri, Nov 15, 2024 at 11:02:15PM UTC, Julien Olivain wrote:
> 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 <ju.o@free.fr>

LGTM, thanks for the hints on reviews. Let's start easy ;)

Reviewed-by: Vincent Jardin <vjardin@free.fr>
Romain Naour Dec. 11, 2024, 4:10 p.m. UTC | #4
Hello Julien,

Le 15/11/2024 à 23:02, Julien Olivain a écrit :
> 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 <ju.o@free.fr>

Applied to master, thanks.

Best regards,
Romain


> ---
>  Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Config.in b/Config.in
> index df43db7eff..34972979d1 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
Peter Korsgaard Dec. 14, 2024, 8:59 a.m. UTC | #5
>>>>> "Julien" == Julien Olivain <ju.o@free.fr> writes:

 > 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 <ju.o@free.fr>

Committed to 2024.02.x and 2024.11.x, thanks.
diff mbox series

Patch

diff --git a/Config.in b/Config.in
index df43db7eff..34972979d1 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