From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wm1-x343.google.com ([2a00:1450:4864:20::343]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1iQEEd-00088U-Ee for ptxdist@pengutronix.de; Thu, 31 Oct 2019 18:27:47 +0100 Received: by mail-wm1-x343.google.com with SMTP id c12so2245448wml.4 for ; Thu, 31 Oct 2019 10:27:47 -0700 (PDT) From: Bruno Thomsen Date: Thu, 31 Oct 2019 18:27:38 +0100 Message-Id: <20191031172738.20377-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] u-boot-tools: use https as download url List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Bruno Thomsen , bth@kamstrup.com Switch download url from ftp to https. This improves security and seems to avoid local connection issues. Signed-off-by: Bruno Thomsen --- 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