mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/3] gnupg: add extra https source url
@ 2022-05-10  8:19 Bruno Thomsen
  2022-05-10  8:19 ` [ptxdist] [PATCH 2/3] libksba: " Bruno Thomsen
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bruno Thomsen @ 2022-05-10  8:19 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

ftp.gnupg.org seems to be unstable and/or unreachable from a lot of
networks.

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/gnupg.make | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/rules/gnupg.make b/rules/gnupg.make
index cdf70e9ed..25d267769 100644
--- a/rules/gnupg.make
+++ b/rules/gnupg.make
@@ -19,7 +19,9 @@ GNUPG_VERSION	:= 2.2.23
 GNUPG_MD5	:= a094ff856a53a9a9fd5465657d998079
 GNUPG		:= gnupg-$(GNUPG_VERSION)
 GNUPG_SUFFIX	:= tar.bz2
-GNUPG_URL	:= ftp://ftp.gnupg.org/gcrypt/gnupg/$(GNUPG).$(GNUPG_SUFFIX)
+GNUPG_URL	:= \
+	https://www.gnupg.org/ftp/gcrypt/gnupg/$(GNUPG).$(GNUPG_SUFFIX) \
+	ftp://ftp.gnupg.org/gcrypt/gnupg/$(GNUPG).$(GNUPG_SUFFIX)
 GNUPG_SOURCE	:= $(SRCDIR)/$(GNUPG).$(GNUPG_SUFFIX)
 GNUPG_DIR	:= $(BUILDDIR)/$(GNUPG)
 GNUPG_LICENSE	:= GPL-3.0-or-later

base-commit: 5b07b31b850e69493e4fd7bd4fa46501ee92684a
-- 
2.35.1




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-25  9:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10  8:19 [ptxdist] [PATCH 1/3] gnupg: add extra https source url Bruno Thomsen
2022-05-10  8:19 ` [ptxdist] [PATCH 2/3] libksba: " Bruno Thomsen
2022-05-25  9:44   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-05-10  8:19 ` [ptxdist] [PATCH 3/3] npth: " Bruno Thomsen
2022-05-25  9:44   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-05-25  9:44 ` [ptxdist] [APPLIED] gnupg: " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox