* [ptxdist] [PATCH] gnutls: switch to https URL
@ 2020-02-11 13:30 Uwe Kleine-König
0 siblings, 0 replies; only message in thread
From: Uwe Kleine-König @ 2020-02-11 13:30 UTC (permalink / raw)
To: ptxdist
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>
---
rules/gnutls.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/gnutls.make b/rules/gnutls.make
index f07ad8ddb517..9319887d3405 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
--
2.25.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-02-11 13:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-11 13:30 [ptxdist] [PATCH] gnutls: switch to https URL Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox