mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bruno Thomsen <bruno.thomsen@gmail.com>
To: ptxdist@pengutronix.de
Cc: Bruno Thomsen <bruno.thomsen@gmail.com>
Subject: [ptxdist] [PATCH 1/3] gnupg: add extra https source url
Date: Tue, 10 May 2022 10:19:14 +0200	[thread overview]
Message-ID: <20220510081916.3297-1-bruno.thomsen@gmail.com> (raw)

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




             reply	other threads:[~2022-05-10  8:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-10  8:19 Bruno Thomsen [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220510081916.3297-1-bruno.thomsen@gmail.com \
    --to=bruno.thomsen@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox