From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] boot/uboot: Change from FTP to HTTP for official releases
Date: Thu, 04 Jun 2020 21:41:53 +0300 [thread overview]
Message-ID: <87sgfa65ce.fsf@tarshish> (raw)
In-Reply-To: <20200604182420.37049-1-troglobit@gmail.com>
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 -
next prev parent reply other threads:[~2020-06-04 18:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2020-06-04 18:51 ` Joachim Nilsson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sgfa65ce.fsf@tarshish \
--to=baruch@tkos.co.il \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.