summaryrefslogtreecommitdiffstats
path: root/rules/gnutls.make
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-02-11 14:30:42 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-02-14 09:31:05 +0100
commit24248210eca1ef6498f50842fce59e15c5a506da (patch)
treeae08cc6ed7b6506fac4efce314da6d88913686df /rules/gnutls.make
parent18354e5ceb1f2f0cc4df9c70c86ec0b8bd0194b4 (diff)
downloadptxdist-24248210eca1ef6498f50842fce59e15c5a506da.tar.gz
ptxdist-24248210eca1ef6498f50842fce59e15c5a506da.tar.xz
gnutls: switch to https URL
This tends to work better than ftp URLs in combination with corporate firewall rules. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Message-Id: <20200211133042.5142-1-u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gnutls.make')
-rw-r--r--rules/gnutls.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/gnutls.make b/rules/gnutls.make
index f07ad8ddb..9319887d3 100644
--- a/rules/gnutls.make
+++ b/rules/gnutls.make
@@ -18,7 +18,7 @@ GNUTLS_VERSION := 3.6.10
GNUTLS_MD5 := 254e756d882a38ce9ad6f47589330d87
GNUTLS := gnutls-$(GNUTLS_VERSION)
GNUTLS_SUFFIX := tar.xz
-GNUTLS_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.6/$(GNUTLS).$(GNUTLS_SUFFIX)
+GNUTLS_URL := https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/$(GNUTLS).$(GNUTLS_SUFFIX)
GNUTLS_SOURCE := $(SRCDIR)/$(GNUTLS).$(GNUTLS_SUFFIX)
GNUTLS_DIR := $(BUILDDIR)/$(GNUTLS)
GNUTLS_LICENSE := LGPL-3.0-or-later