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 |
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
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.
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>
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
>>>>> "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 --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
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(-)