* [ptxdist] [PATCH] u-boot-tools: use https as download url
@ 2019-10-31 17:27 Bruno Thomsen
0 siblings, 0 replies; only message in thread
From: Bruno Thomsen @ 2019-10-31 17:27 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen, bth
Switch download url from ftp to https. This improves
security and seems to avoid local connection issues.
Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
rules/u-boot-tools.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/u-boot-tools.make b/rules/u-boot-tools.make
index 1928b84cd..154040ff5 100644
--- a/rules/u-boot-tools.make
+++ b/rules/u-boot-tools.make
@@ -18,7 +18,7 @@ U_BOOT_TOOLS_VERSION := 2019.01
U_BOOT_TOOLS_MD5 := 0adbc6c755768f0b78a2a0decf0b253a
U_BOOT_TOOLS := u-boot-$(U_BOOT_TOOLS_VERSION)
U_BOOT_TOOLS_SUFFIX := tar.bz2
-U_BOOT_TOOLS_URL := ftp://ftp.denx.de/pub/u-boot/$(U_BOOT_TOOLS).$(U_BOOT_TOOLS_SUFFIX)
+U_BOOT_TOOLS_URL := https://ftp.denx.de/pub/u-boot/$(U_BOOT_TOOLS).$(U_BOOT_TOOLS_SUFFIX)
U_BOOT_TOOLS_SOURCE := $(SRCDIR)/$(U_BOOT_TOOLS).$(U_BOOT_TOOLS_SUFFIX)
U_BOOT_TOOLS_DIR := $(BUILDDIR)/u-boot-tools-$(U_BOOT_TOOLS_VERSION)
U_BOOT_TOOLS_PKGDIR := $(PKGDIR)/u-boot-tools-$(U_BOOT_TOOLS_VERSION)
--
2.23.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-10-31 17:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-31 17:27 [ptxdist] [PATCH] u-boot-tools: use https as download url Bruno Thomsen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox