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

* [ptxdist] [PATCH 2/3] libksba: add extra https source url
  2022-05-10  8:19 [ptxdist] [PATCH 1/3] gnupg: add extra https source url Bruno Thomsen
@ 2022-05-10  8:19 ` 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] gnupg: " Michael Olbrich
  2 siblings, 1 reply; 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/libksba.make | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/rules/libksba.make b/rules/libksba.make
index 554440cbe..0604beb1f 100644
--- a/rules/libksba.make
+++ b/rules/libksba.make
@@ -18,7 +18,9 @@ LIBKSBA_VERSION	:= 1.3.5
 LIBKSBA_MD5	:= 8302a3e263a7c630aa7dea7d341f07a2
 LIBKSBA		:= libksba-$(LIBKSBA_VERSION)
 LIBKSBA_SUFFIX	:= tar.bz2
-LIBKSBA_URL	:= ftp://ftp.gnupg.org/gcrypt/libksba/$(LIBKSBA).$(LIBKSBA_SUFFIX)
+LIBKSBA_URL	:= \
+	https://www.gnupg.org/ftp/gcrypt/libksba/$(LIBKSBA).$(LIBKSBA_SUFFIX) \
+	ftp://ftp.gnupg.org/gcrypt/libksba/$(LIBKSBA).$(LIBKSBA_SUFFIX)
 LIBKSBA_SOURCE	:= $(SRCDIR)/$(LIBKSBA).$(LIBKSBA_SUFFIX)
 LIBKSBA_DIR	:= $(BUILDDIR)/$(LIBKSBA)
 LIBKSBA_LICENSE	:= GPL-2.0-only AND GPL-3.0-only AND LGPL-3.0-only
-- 
2.35.1




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

* [ptxdist] [PATCH 3/3] npth: add extra https source url
  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-10  8:19 ` Bruno Thomsen
  2022-05-25  9:44   ` [ptxdist] [APPLIED] " Michael Olbrich
  2022-05-25  9:44 ` [ptxdist] [APPLIED] gnupg: " Michael Olbrich
  2 siblings, 1 reply; 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/npth.make | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/rules/npth.make b/rules/npth.make
index 68ec2694a..665668fd5 100644
--- a/rules/npth.make
+++ b/rules/npth.make
@@ -18,7 +18,9 @@ NPTH_VERSION		:= 1.5
 NPTH_MD5		:= 9ba2dc4302d2f32c66737c43ed191b1b
 NPTH			:= npth-$(NPTH_VERSION)
 NPTH_SUFFIX		:= tar.bz2
-NPTH_URL		:= ftp://ftp.gnupg.org/gcrypt/npth/$(NPTH).$(NPTH_SUFFIX)
+NPTH_URL		:= \
+	https://www.gnupg.org/ftp/gcrypt/npth/$(NPTH).$(NPTH_SUFFIX) \
+	ftp://ftp.gnupg.org/gcrypt/npth/$(NPTH).$(NPTH_SUFFIX)
 NPTH_SOURCE		:= $(SRCDIR)/$(NPTH).$(NPTH_SUFFIX)
 NPTH_DIR		:= $(BUILDDIR)/$(NPTH)
 NPTH_LICENSE		:= LGPL-2.1-only
-- 
2.35.1




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

* Re: [ptxdist] [APPLIED] gnupg: add extra https source url
  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-10  8:19 ` [ptxdist] [PATCH 3/3] npth: " Bruno Thomsen
@ 2022-05-25  9:44 ` Michael Olbrich
  2 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2022-05-25  9:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 9a2b81d60e8ab739de2e923d3f4f4f736aa5cb2d.

Michael

[sent from post-receive hook]

On Wed, 25 May 2022 11:44:56 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> ftp.gnupg.org seems to be unstable and/or unreachable from a lot of
> networks.
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20220510081916.3297-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/gnupg.make b/rules/gnupg.make
> index cdf70e9edffb..25d267769443 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



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

* Re: [ptxdist] [APPLIED] libksba: add extra https source url
  2022-05-10  8:19 ` [ptxdist] [PATCH 2/3] libksba: " Bruno Thomsen
@ 2022-05-25  9:44   ` Michael Olbrich
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2022-05-25  9:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as f7e68cb4a631b490d9bfb21f8560ec9c4a2f1ddc.

Michael

[sent from post-receive hook]

On Wed, 25 May 2022 11:44:58 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> ftp.gnupg.org seems to be unstable and/or unreachable from a lot of
> networks.
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20220510081916.3297-2-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libksba.make b/rules/libksba.make
> index 554440cbede7..0604beb1fa53 100644
> --- a/rules/libksba.make
> +++ b/rules/libksba.make
> @@ -18,7 +18,9 @@ LIBKSBA_VERSION	:= 1.3.5
>  LIBKSBA_MD5	:= 8302a3e263a7c630aa7dea7d341f07a2
>  LIBKSBA		:= libksba-$(LIBKSBA_VERSION)
>  LIBKSBA_SUFFIX	:= tar.bz2
> -LIBKSBA_URL	:= ftp://ftp.gnupg.org/gcrypt/libksba/$(LIBKSBA).$(LIBKSBA_SUFFIX)
> +LIBKSBA_URL	:= \
> +	https://www.gnupg.org/ftp/gcrypt/libksba/$(LIBKSBA).$(LIBKSBA_SUFFIX) \
> +	ftp://ftp.gnupg.org/gcrypt/libksba/$(LIBKSBA).$(LIBKSBA_SUFFIX)
>  LIBKSBA_SOURCE	:= $(SRCDIR)/$(LIBKSBA).$(LIBKSBA_SUFFIX)
>  LIBKSBA_DIR	:= $(BUILDDIR)/$(LIBKSBA)
>  LIBKSBA_LICENSE	:= GPL-2.0-only AND GPL-3.0-only AND LGPL-3.0-only



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

* Re: [ptxdist] [APPLIED] npth: add extra https source url
  2022-05-10  8:19 ` [ptxdist] [PATCH 3/3] npth: " Bruno Thomsen
@ 2022-05-25  9:44   ` Michael Olbrich
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2022-05-25  9:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as bdacb0de1b80271112acdf186b0f843f34fb9e07.

Michael

[sent from post-receive hook]

On Wed, 25 May 2022 11:44:59 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> ftp.gnupg.org seems to be unstable and/or unreachable from a lot of
> networks.
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20220510081916.3297-3-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/npth.make b/rules/npth.make
> index 68ec2694a5c0..665668fd524f 100644
> --- a/rules/npth.make
> +++ b/rules/npth.make
> @@ -18,7 +18,9 @@ NPTH_VERSION		:= 1.5
>  NPTH_MD5		:= 9ba2dc4302d2f32c66737c43ed191b1b
>  NPTH			:= npth-$(NPTH_VERSION)
>  NPTH_SUFFIX		:= tar.bz2
> -NPTH_URL		:= ftp://ftp.gnupg.org/gcrypt/npth/$(NPTH).$(NPTH_SUFFIX)
> +NPTH_URL		:= \
> +	https://www.gnupg.org/ftp/gcrypt/npth/$(NPTH).$(NPTH_SUFFIX) \
> +	ftp://ftp.gnupg.org/gcrypt/npth/$(NPTH).$(NPTH_SUFFIX)
>  NPTH_SOURCE		:= $(SRCDIR)/$(NPTH).$(NPTH_SUFFIX)
>  NPTH_DIR		:= $(BUILDDIR)/$(NPTH)
>  NPTH_LICENSE		:= LGPL-2.1-only



^ 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