mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/3] rsyslog: update URL
@ 2024-02-07 20:15 Bruno Thomsen
  2024-02-07 20:15 ` [ptxdist] [PATCH 2/3] host-intltool: " Bruno Thomsen
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bruno Thomsen @ 2024-02-07 20:15 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Update URL from http to https as it returns 301 Moved Permanently.

Download log:

--2024-02-07 15:22:03--  http://www.rsyslog.com/files/download/rsyslog/rsyslog-8.2012.0.tar.gz
Resolving www.rsyslog.com (www.rsyslog.com)... 95.217.26.43, 2a01:4f9:c01f:8033::1
Connecting to www.rsyslog.com (www.rsyslog.com)|95.217.26.43|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.rsyslog.com/files/download/rsyslog/rsyslog-8.2012.0.tar.gz [following]
--2024-02-07 15:22:03--  https://www.rsyslog.com/files/download/rsyslog/rsyslog-8.2012.0.tar.gz
Connecting to www.rsyslog.com (www.rsyslog.com)|95.217.26.43|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3118101 (3.0M) [application/x-gzip]

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/rsyslog.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/rsyslog.make b/rules/rsyslog.make
index 46fe7046a..25c09f549 100644
--- a/rules/rsyslog.make
+++ b/rules/rsyslog.make
@@ -18,7 +18,7 @@ RSYSLOG_VERSION	:= 8.2012.0
 RSYSLOG_MD5	:= 2a64947e3d157c0198609aabd37be42f
 RSYSLOG		:= rsyslog-$(RSYSLOG_VERSION)
 RSYSLOG_SUFFIX	:= tar.gz
-RSYSLOG_URL	:= http://www.rsyslog.com/files/download/rsyslog/$(RSYSLOG).$(RSYSLOG_SUFFIX)
+RSYSLOG_URL	:= https://www.rsyslog.com/files/download/rsyslog/$(RSYSLOG).$(RSYSLOG_SUFFIX)
 RSYSLOG_SOURCE	:= $(SRCDIR)/$(RSYSLOG).$(RSYSLOG_SUFFIX)
 RSYSLOG_DIR	:= $(BUILDDIR)/$(RSYSLOG)
 RSYSLOG_LICENSE	:= GPL-3.0-or-later AND LGPL-3.0-or-later AND Apache-2.0

base-commit: aee961622a704f9085db9cb60e581553cd5b88a9
-- 
2.43.0




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

* [ptxdist] [PATCH 2/3] host-intltool: update URL
  2024-02-07 20:15 [ptxdist] [PATCH 1/3] rsyslog: update URL Bruno Thomsen
@ 2024-02-07 20:15 ` Bruno Thomsen
  2024-02-09 16:11   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-02-07 20:15 ` [ptxdist] [PATCH 3/3] libestr: " Bruno Thomsen
  2024-02-09 16:11 ` [ptxdist] [APPLIED] rsyslog: " Michael Olbrich
  2 siblings, 1 reply; 6+ messages in thread
From: Bruno Thomsen @ 2024-02-07 20:15 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Update URL from http to https as it returns 301 Moved Permanently.

Download log:

--2024-02-07 15:25:41--  http://launchpad.net/intltool/trunk/0.50.0/+download/intltool-0.50.0.tar.gz
Resolving launchpad.net (launchpad.net)... 185.125.189.223, 185.125.189.222, 2620:2d:4000:1009::f3, ...
Connecting to launchpad.net (launchpad.net)|185.125.189.223|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://launchpad.net/intltool/trunk/0.50.0/+download/intltool-0.50.0.tar.gz [following]
--2024-02-07 15:25:41--  https://launchpad.net/intltool/trunk/0.50.0/+download/intltool-0.50.0.tar.gz
Connecting to launchpad.net (launchpad.net)|185.125.189.223|:443... connected.
HTTP request sent, awaiting response... 303 See Other
Location: https://launchpadlibrarian.net/82359793/intltool-0.50.0.tar.gz [following]
--2024-02-07 15:25:42--  https://launchpadlibrarian.net/82359793/intltool-0.50.0.tar.gz
Resolving launchpadlibrarian.net (launchpadlibrarian.net)... 185.125.189.228, 185.125.189.229, 2620:2d:4000:1009::3b8, ...
Connecting to launchpadlibrarian.net (launchpadlibrarian.net)|185.125.189.228|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 142837 (139K) [application/x-tar]

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/host-intltool.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/host-intltool.make b/rules/host-intltool.make
index 825e25705..86e6fb53e 100644
--- a/rules/host-intltool.make
+++ b/rules/host-intltool.make
@@ -18,7 +18,7 @@ HOST_INTLTOOL_VERSION	:= 0.50.0
 HOST_INTLTOOL_MD5	:= 0da9847a60391ca653df35123b1f7cc0
 HOST_INTLTOOL		:= intltool-$(HOST_INTLTOOL_VERSION)
 HOST_INTLTOOL_SUFFIX	:= tar.gz
-HOST_INTLTOOL_URL	:= http://launchpad.net/intltool/trunk/0.50.0/+download/$(HOST_INTLTOOL).$(HOST_INTLTOOL_SUFFIX)
+HOST_INTLTOOL_URL	:= https://launchpad.net/intltool/trunk/0.50.0/+download/$(HOST_INTLTOOL).$(HOST_INTLTOOL_SUFFIX)
 HOST_INTLTOOL_SOURCE	:= $(SRCDIR)/$(HOST_INTLTOOL).$(HOST_INTLTOOL_SUFFIX)
 HOST_INTLTOOL_DIR	:= $(HOST_BUILDDIR)/$(HOST_INTLTOOL)
 HOST_INTLTOOL_LICENSE	:= GPL-2.0-only
-- 
2.43.0




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

* [ptxdist] [PATCH 3/3] libestr: update URL
  2024-02-07 20:15 [ptxdist] [PATCH 1/3] rsyslog: update URL Bruno Thomsen
  2024-02-07 20:15 ` [ptxdist] [PATCH 2/3] host-intltool: " Bruno Thomsen
@ 2024-02-07 20:15 ` Bruno Thomsen
  2024-02-09 16:11   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-02-09 16:11 ` [ptxdist] [APPLIED] rsyslog: " Michael Olbrich
  2 siblings, 1 reply; 6+ messages in thread
From: Bruno Thomsen @ 2024-02-07 20:15 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Update URL from http to https as it returns 301 Moved Permanently.

Download log:

--2024-02-07 15:24:13--  http://libestr.adiscon.com/files/download/libestr-0.1.10.tar.gz
Resolving libestr.adiscon.com (libestr.adiscon.com)... 95.217.26.43, 2a01:4f9:c01f:8033::1
Connecting to libestr.adiscon.com (libestr.adiscon.com)|95.217.26.43|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://libestr.adiscon.com/files/download/libestr-0.1.10.tar.gz [following]
--2024-02-07 15:24:13--  https://libestr.adiscon.com/files/download/libestr-0.1.10.tar.gz
Connecting to libestr.adiscon.com (libestr.adiscon.com)|95.217.26.43|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 336122 (328K) [application/x-gzip]

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/libestr.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/libestr.make b/rules/libestr.make
index 10e32f19b..b9789f4b7 100644
--- a/rules/libestr.make
+++ b/rules/libestr.make
@@ -18,7 +18,7 @@ LIBESTR_VERSION		:= 0.1.10
 LIBESTR_MD5		:= f4c9165a23587e77f7efe65d676d5e8e
 LIBESTR			:= libestr-$(LIBESTR_VERSION)
 LIBESTR_SUFFIX		:= tar.gz
-LIBESTR_URL		:= http://libestr.adiscon.com/files/download/$(LIBESTR).$(LIBESTR_SUFFIX)
+LIBESTR_URL		:= https://libestr.adiscon.com/files/download/$(LIBESTR).$(LIBESTR_SUFFIX)
 LIBESTR_SOURCE		:= $(SRCDIR)/$(LIBESTR).$(LIBESTR_SUFFIX)
 LIBESTR_DIR		:= $(BUILDDIR)/$(LIBESTR)
 LIBESTR_LICENSE		:= LGPL-2.1-or-later
-- 
2.43.0




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

* Re: [ptxdist] [APPLIED] rsyslog: update URL
  2024-02-07 20:15 [ptxdist] [PATCH 1/3] rsyslog: update URL Bruno Thomsen
  2024-02-07 20:15 ` [ptxdist] [PATCH 2/3] host-intltool: " Bruno Thomsen
  2024-02-07 20:15 ` [ptxdist] [PATCH 3/3] libestr: " Bruno Thomsen
@ 2024-02-09 16:11 ` Michael Olbrich
  2 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2024-02-09 16:11 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as e9e5adc55a8758952bb43e4d6c732f067f0c449b.

Michael

[sent from post-receive hook]

On Fri, 09 Feb 2024 17:11:28 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Update URL from http to https as it returns 301 Moved Permanently.
> 
> Download log:
> 
> --2024-02-07 15:22:03--  http://www.rsyslog.com/files/download/rsyslog/rsyslog-8.2012.0.tar.gz
> Resolving www.rsyslog.com (www.rsyslog.com)... 95.217.26.43, 2a01:4f9:c01f:8033::1
> Connecting to www.rsyslog.com (www.rsyslog.com)|95.217.26.43|:80... connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location: https://www.rsyslog.com/files/download/rsyslog/rsyslog-8.2012.0.tar.gz [following]
> --2024-02-07 15:22:03--  https://www.rsyslog.com/files/download/rsyslog/rsyslog-8.2012.0.tar.gz
> Connecting to www.rsyslog.com (www.rsyslog.com)|95.217.26.43|:443... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 3118101 (3.0M) [application/x-gzip]
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20240207201518.4622-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/rsyslog.make b/rules/rsyslog.make
> index 46fe7046a3ce..25c09f549980 100644
> --- a/rules/rsyslog.make
> +++ b/rules/rsyslog.make
> @@ -18,7 +18,7 @@ RSYSLOG_VERSION	:= 8.2012.0
>  RSYSLOG_MD5	:= 2a64947e3d157c0198609aabd37be42f
>  RSYSLOG		:= rsyslog-$(RSYSLOG_VERSION)
>  RSYSLOG_SUFFIX	:= tar.gz
> -RSYSLOG_URL	:= http://www.rsyslog.com/files/download/rsyslog/$(RSYSLOG).$(RSYSLOG_SUFFIX)
> +RSYSLOG_URL	:= https://www.rsyslog.com/files/download/rsyslog/$(RSYSLOG).$(RSYSLOG_SUFFIX)
>  RSYSLOG_SOURCE	:= $(SRCDIR)/$(RSYSLOG).$(RSYSLOG_SUFFIX)
>  RSYSLOG_DIR	:= $(BUILDDIR)/$(RSYSLOG)
>  RSYSLOG_LICENSE	:= GPL-3.0-or-later AND LGPL-3.0-or-later AND Apache-2.0



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

* Re: [ptxdist] [APPLIED] host-intltool: update URL
  2024-02-07 20:15 ` [ptxdist] [PATCH 2/3] host-intltool: " Bruno Thomsen
@ 2024-02-09 16:11   ` Michael Olbrich
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2024-02-09 16:11 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 57d123e10189ce9cb24e5a98faae13cef157436c.

Michael

[sent from post-receive hook]

On Fri, 09 Feb 2024 17:11:29 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Update URL from http to https as it returns 301 Moved Permanently.
> 
> Download log:
> 
> --2024-02-07 15:25:41--  http://launchpad.net/intltool/trunk/0.50.0/+download/intltool-0.50.0.tar.gz
> Resolving launchpad.net (launchpad.net)... 185.125.189.223, 185.125.189.222, 2620:2d:4000:1009::f3, ...
> Connecting to launchpad.net (launchpad.net)|185.125.189.223|:80... connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location: https://launchpad.net/intltool/trunk/0.50.0/+download/intltool-0.50.0.tar.gz [following]
> --2024-02-07 15:25:41--  https://launchpad.net/intltool/trunk/0.50.0/+download/intltool-0.50.0.tar.gz
> Connecting to launchpad.net (launchpad.net)|185.125.189.223|:443... connected.
> HTTP request sent, awaiting response... 303 See Other
> Location: https://launchpadlibrarian.net/82359793/intltool-0.50.0.tar.gz [following]
> --2024-02-07 15:25:42--  https://launchpadlibrarian.net/82359793/intltool-0.50.0.tar.gz
> Resolving launchpadlibrarian.net (launchpadlibrarian.net)... 185.125.189.228, 185.125.189.229, 2620:2d:4000:1009::3b8, ...
> Connecting to launchpadlibrarian.net (launchpadlibrarian.net)|185.125.189.228|:443... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 142837 (139K) [application/x-tar]
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20240207201518.4622-2-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-intltool.make b/rules/host-intltool.make
> index 825e2570591f..86e6fb53e7e6 100644
> --- a/rules/host-intltool.make
> +++ b/rules/host-intltool.make
> @@ -18,7 +18,7 @@ HOST_INTLTOOL_VERSION	:= 0.50.0
>  HOST_INTLTOOL_MD5	:= 0da9847a60391ca653df35123b1f7cc0
>  HOST_INTLTOOL		:= intltool-$(HOST_INTLTOOL_VERSION)
>  HOST_INTLTOOL_SUFFIX	:= tar.gz
> -HOST_INTLTOOL_URL	:= http://launchpad.net/intltool/trunk/0.50.0/+download/$(HOST_INTLTOOL).$(HOST_INTLTOOL_SUFFIX)
> +HOST_INTLTOOL_URL	:= https://launchpad.net/intltool/trunk/0.50.0/+download/$(HOST_INTLTOOL).$(HOST_INTLTOOL_SUFFIX)
>  HOST_INTLTOOL_SOURCE	:= $(SRCDIR)/$(HOST_INTLTOOL).$(HOST_INTLTOOL_SUFFIX)
>  HOST_INTLTOOL_DIR	:= $(HOST_BUILDDIR)/$(HOST_INTLTOOL)
>  HOST_INTLTOOL_LICENSE	:= GPL-2.0-only



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

* Re: [ptxdist] [APPLIED] libestr: update URL
  2024-02-07 20:15 ` [ptxdist] [PATCH 3/3] libestr: " Bruno Thomsen
@ 2024-02-09 16:11   ` Michael Olbrich
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2024-02-09 16:11 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as d0e896c32bc57afa7c460069fe7f2d582873f9a9.

Michael

[sent from post-receive hook]

On Fri, 09 Feb 2024 17:11:30 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Update URL from http to https as it returns 301 Moved Permanently.
> 
> Download log:
> 
> --2024-02-07 15:24:13--  http://libestr.adiscon.com/files/download/libestr-0.1.10.tar.gz
> Resolving libestr.adiscon.com (libestr.adiscon.com)... 95.217.26.43, 2a01:4f9:c01f:8033::1
> Connecting to libestr.adiscon.com (libestr.adiscon.com)|95.217.26.43|:80... connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location: https://libestr.adiscon.com/files/download/libestr-0.1.10.tar.gz [following]
> --2024-02-07 15:24:13--  https://libestr.adiscon.com/files/download/libestr-0.1.10.tar.gz
> Connecting to libestr.adiscon.com (libestr.adiscon.com)|95.217.26.43|:443... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 336122 (328K) [application/x-gzip]
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20240207201518.4622-3-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libestr.make b/rules/libestr.make
> index 10e32f19bd83..b9789f4b7603 100644
> --- a/rules/libestr.make
> +++ b/rules/libestr.make
> @@ -18,7 +18,7 @@ LIBESTR_VERSION		:= 0.1.10
>  LIBESTR_MD5		:= f4c9165a23587e77f7efe65d676d5e8e
>  LIBESTR			:= libestr-$(LIBESTR_VERSION)
>  LIBESTR_SUFFIX		:= tar.gz
> -LIBESTR_URL		:= http://libestr.adiscon.com/files/download/$(LIBESTR).$(LIBESTR_SUFFIX)
> +LIBESTR_URL		:= https://libestr.adiscon.com/files/download/$(LIBESTR).$(LIBESTR_SUFFIX)
>  LIBESTR_SOURCE		:= $(SRCDIR)/$(LIBESTR).$(LIBESTR_SUFFIX)
>  LIBESTR_DIR		:= $(BUILDDIR)/$(LIBESTR)
>  LIBESTR_LICENSE		:= LGPL-2.1-or-later



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

end of thread, other threads:[~2024-02-09 16:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-07 20:15 [ptxdist] [PATCH 1/3] rsyslog: update URL Bruno Thomsen
2024-02-07 20:15 ` [ptxdist] [PATCH 2/3] host-intltool: " Bruno Thomsen
2024-02-09 16:11   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-02-07 20:15 ` [ptxdist] [PATCH 3/3] libestr: " Bruno Thomsen
2024-02-09 16:11   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-02-09 16:11 ` [ptxdist] [APPLIED] rsyslog: " Michael Olbrich

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