* [Buildroot] [PATCH 1/1] boot/uboot: Change from FTP to HTTP for official releases
@ 2020-06-04 18:24 Joachim Nilsson
2020-06-04 18:41 ` Baruch Siach
0 siblings, 1 reply; 3+ messages in thread
From: Joachim Nilsson @ 2020-06-04 18:24 UTC (permalink / raw)
To: buildroot
The HTTP URL seems to be more reliable and quicker for download than FTP.
FTP may also be a blocked protocol on some sites and in CI/CD setups.
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
---
boot/uboot/uboot.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index 1d50e72846..ede14fe234 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -33,7 +33,7 @@ UBOOT_SITE = $(call qstrip,$(BR2_TARGET_UBOOT_CUSTOM_REPO_URL))
UBOOT_SITE_METHOD = svn
else
# Handle stable official U-Boot versions
-UBOOT_SITE = ftp://ftp.denx.de/pub/u-boot
+UBOOT_SITE = http://ftp.denx.de/pub/u-boot
UBOOT_SOURCE = u-boot-$(UBOOT_VERSION).tar.bz2
endif
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] boot/uboot: Change from FTP to HTTP for official releases
2020-06-04 18:24 [Buildroot] [PATCH 1/1] boot/uboot: Change from FTP to HTTP for official releases Joachim Nilsson
@ 2020-06-04 18:41 ` Baruch Siach
2020-06-04 18:51 ` Joachim Nilsson
0 siblings, 1 reply; 3+ messages in thread
From: Baruch Siach @ 2020-06-04 18:41 UTC (permalink / raw)
To: buildroot
Hi Joachim,
On Thu, Jun 04 2020, Joachim Nilsson wrote:
> The HTTP URL seems to be more reliable and quicker for download than FTP.
> FTP may also be a blocked protocol on some sites and in CI/CD setups.
>
> Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
> ---
> boot/uboot/uboot.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
> index 1d50e72846..ede14fe234 100644
> --- a/boot/uboot/uboot.mk
> +++ b/boot/uboot/uboot.mk
> @@ -33,7 +33,7 @@ UBOOT_SITE = $(call qstrip,$(BR2_TARGET_UBOOT_CUSTOM_REPO_URL))
> UBOOT_SITE_METHOD = svn
> else
> # Handle stable official U-Boot versions
> -UBOOT_SITE = ftp://ftp.denx.de/pub/u-boot
> +UBOOT_SITE = http://ftp.denx.de/pub/u-boot
This URL redirects to https. Better use https directly.
baruch
> UBOOT_SOURCE = u-boot-$(UBOOT_VERSION).tar.bz2
> endif
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] boot/uboot: Change from FTP to HTTP for official releases
2020-06-04 18:41 ` Baruch Siach
@ 2020-06-04 18:51 ` Joachim Nilsson
0 siblings, 0 replies; 3+ messages in thread
From: Joachim Nilsson @ 2020-06-04 18:51 UTC (permalink / raw)
To: buildroot
On Thu Jun 4, 2020 at 11:41 PM CEST, Baruch Siach wrote:
> On Thu, Jun 04 2020, Joachim Nilsson wrote:
> > -UBOOT_SITE = ftp://ftp.denx.de/pub/u-boot
> > +UBOOT_SITE = http://ftp.denx.de/pub/u-boot
> This URL redirects to https. Better use https directly.
Argh! Thanks for taking the time to audit this, Baruch! :)
I'll send a v2 patch shortly.
Regards
/Joachim
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-06-04 18:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-04 18:24 [Buildroot] [PATCH 1/1] boot/uboot: Change from FTP to HTTP for official releases Joachim Nilsson
2020-06-04 18:41 ` Baruch Siach
2020-06-04 18:51 ` Joachim Nilsson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.