mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/6] atop: update URL
@ 2025-05-10 21:06 Bruno Thomsen
  2025-05-10 21:06 ` [ptxdist] [PATCH 2/6] blktrace: " Bruno Thomsen
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Bruno Thomsen @ 2025-05-10 21:06 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Current download URL returns 301 Moved Permanently.

Download log:

GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader
[0] Downloading 'http://www.atoptool.nl/download/atop-2.10.0.tar.gz' ...
HTTP response 301 Moved Permanently [http://www.atoptool.nl/download/atop-2.10.0.tar.gz]
Adding URL: https://www.atoptool.nl/download/atop-2.10.0.tar.gz
[0] Downloading 'https://www.atoptool.nl/download/atop-2.10.0.tar.gz' ...
Saving '/home/bruno/ptxdist/src/atop-2.10.0.tar.gz.SBb3UIXT7U'
HTTP response 200  [https://www.atoptool.nl/download/atop-2.10.0.tar.gz]

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

diff --git a/rules/atop.make b/rules/atop.make
index 193ced1fc..8933700a4 100644
--- a/rules/atop.make
+++ b/rules/atop.make
@@ -18,7 +18,7 @@ PACKAGES-$(PTXCONF_ATOP) += atop
 ATOP_VERSION		:= 2.10.0
 ATOP_MD5		:= 6d14559b59e25d15dbcfa978ed0ec50e
 ATOP			:= atop-$(ATOP_VERSION)
-ATOP_URL		:= http://www.atoptool.nl/download/$(ATOP).tar.gz
+ATOP_URL		:= https://www.atoptool.nl/download/$(ATOP).tar.gz
 ATOP_SOURCE		:= $(SRCDIR)/$(ATOP).tar.gz
 ATOP_DIR		:= $(BUILDDIR)/$(ATOP)
 ATOP_LICENSE		:= GPL-2.0-or-later

base-commit: dabd1471febfa4bc3a072b63061ad6deae012c72
-- 
2.49.0




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

* [ptxdist] [PATCH 2/6] blktrace: update URL
  2025-05-10 21:06 [ptxdist] [PATCH 1/6] atop: update URL Bruno Thomsen
@ 2025-05-10 21:06 ` Bruno Thomsen
  2025-05-14  6:08   ` [ptxdist] [APPLIED] " Michael Olbrich
  2025-05-10 21:06 ` [ptxdist] [PATCH 3/6] cppunit: " Bruno Thomsen
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 14+ messages in thread
From: Bruno Thomsen @ 2025-05-10 21:06 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Current download URL returns 301 Moved Permanently.

Download log:

GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader
[0] Downloading 'http://brick.kernel.dk/snaps/blktrace-1.2.0.tar.bz2' ...
HTTP response 301 Moved Permanently [http://brick.kernel.dk/snaps/blktrace-1.2.0.tar.bz2]
Adding URL: https://brick.kernel.dk/snaps/blktrace-1.2.0.tar.bz2
[0] Downloading 'https://brick.kernel.dk/snaps/blktrace-1.2.0.tar.bz2' ...
Saving '/home/bruno/ptxdist/src/blktrace-1.2.0.tar.bz2.dmY7lPc9ac'
HTTP response 200 OK [https://brick.kernel.dk/snaps/blktrace-1.2.0.tar.bz2]

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

diff --git a/rules/blktrace.make b/rules/blktrace.make
index 38440deb3..8b99d346d 100644
--- a/rules/blktrace.make
+++ b/rules/blktrace.make
@@ -18,7 +18,7 @@ BLKTRACE_VERSION	:= 1.2.0
 BLKTRACE_MD5		:= b9a80b7cc0a50f7a96d34c570ab8224d
 BLKTRACE		:= blktrace-$(BLKTRACE_VERSION)
 BLKTRACE_SUFFIX		:= tar.bz2
-BLKTRACE_URL		:= http://brick.kernel.dk/snaps/$(BLKTRACE).$(BLKTRACE_SUFFIX)
+BLKTRACE_URL		:= https://brick.kernel.dk/snaps/$(BLKTRACE).$(BLKTRACE_SUFFIX)
 BLKTRACE_SOURCE		:= $(SRCDIR)/$(BLKTRACE).$(BLKTRACE_SUFFIX)
 BLKTRACE_DIR		:= $(BUILDDIR)/$(BLKTRACE)
 BLKTRACE_LICENSE	:= GPL-2.0-only
-- 
2.49.0




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

* [ptxdist] [PATCH 3/6] cppunit: update URL
  2025-05-10 21:06 [ptxdist] [PATCH 1/6] atop: update URL Bruno Thomsen
  2025-05-10 21:06 ` [ptxdist] [PATCH 2/6] blktrace: " Bruno Thomsen
@ 2025-05-10 21:06 ` Bruno Thomsen
  2025-05-14  6:08   ` [ptxdist] [APPLIED] " Michael Olbrich
  2025-05-10 21:06 ` [ptxdist] [PATCH 4/6] iptables: " Bruno Thomsen
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 14+ messages in thread
From: Bruno Thomsen @ 2025-05-10 21:06 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Current download URL returns 301 Moved Permanently.

Download log:

GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader
[0] Downloading 'http://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz' ...
HTTP response 301 Moved Permanently [http://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz]
Adding URL: https://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz
[0] Downloading 'https://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz' ...
Saving '/home/bruno/ptxdist/src/cppunit-1.14.0.tar.gz.cL0JnyyWV1'
HTTP response 200  [https://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz]

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

diff --git a/rules/cppunit.make b/rules/cppunit.make
index 1bdb8162e..a83d0ebc3 100644
--- a/rules/cppunit.make
+++ b/rules/cppunit.make
@@ -20,7 +20,7 @@ CPPUNIT_VERSION	:= 1.14.0
 CPPUNIT_MD5	:= 7ad93022171710a541bfe4bfd8b4a381
 CPPUNIT		:= cppunit-$(CPPUNIT_VERSION)
 CPPUNIT_SUFFIX	:= tar.gz
-CPPUNIT_URL	:= http://dev-www.libreoffice.org/src/$(CPPUNIT).$(CPPUNIT_SUFFIX)
+CPPUNIT_URL	:= https://dev-www.libreoffice.org/src/$(CPPUNIT).$(CPPUNIT_SUFFIX)
 CPPUNIT_SOURCE	:= $(SRCDIR)/$(CPPUNIT).$(CPPUNIT_SUFFIX)
 CPPUNIT_DIR	:= $(BUILDDIR)/$(CPPUNIT)
 CPPUNIT_LICENSE	:= LGPL-2.1-only
-- 
2.49.0




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

* [ptxdist] [PATCH 4/6] iptables: update URL
  2025-05-10 21:06 [ptxdist] [PATCH 1/6] atop: update URL Bruno Thomsen
  2025-05-10 21:06 ` [ptxdist] [PATCH 2/6] blktrace: " Bruno Thomsen
  2025-05-10 21:06 ` [ptxdist] [PATCH 3/6] cppunit: " Bruno Thomsen
@ 2025-05-10 21:06 ` Bruno Thomsen
  2025-05-14  6:08   ` [ptxdist] [APPLIED] " Michael Olbrich
  2025-05-10 21:06 ` [ptxdist] [PATCH 5/6] libmnl: " Bruno Thomsen
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 14+ messages in thread
From: Bruno Thomsen @ 2025-05-10 21:06 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Current download URL returns 301 Moved Permanently.

Download log:

GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader
[0] Downloading 'http://ftp.netfilter.org/pub/iptables/iptables-1.8.11.tar.xz' ...
HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/iptables/iptables-1.8.11.tar.xz]
Adding URL: https://ftp.netfilter.org/pub/iptables/iptables-1.8.11.tar.xz
[0] Downloading 'https://ftp.netfilter.org/pub/iptables/iptables-1.8.11.tar.xz' ...
Saving '/home/bruno/ptxdist/src/iptables-1.8.11.tar.xz.QiYawvO7Gm'
HTTP response 200 OK [https://ftp.netfilter.org/pub/iptables/iptables-1.8.11.tar.xz]

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

diff --git a/rules/iptables.make b/rules/iptables.make
index b55378c28..f5c65547f 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -23,7 +23,7 @@ IPTABLES_VERSION	:= 1.8.11
 IPTABLES_MD5		:= 44191ce12055da9790a92429c771ba50
 IPTABLES		:= iptables-$(IPTABLES_VERSION)
 IPTABLES_SUFFIX		:= tar.xz
-IPTABLES_URL		:= http://ftp.netfilter.org/pub/iptables/$(IPTABLES).$(IPTABLES_SUFFIX)
+IPTABLES_URL		:= https://ftp.netfilter.org/pub/iptables/$(IPTABLES).$(IPTABLES_SUFFIX)
 IPTABLES_SOURCE		:= $(SRCDIR)/$(IPTABLES).$(IPTABLES_SUFFIX)
 IPTABLES_DIR		:= $(BUILDDIR)/$(IPTABLES)
 IPTABLES_LICENSE	:= GPL-2.0-only
-- 
2.49.0




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

* [ptxdist] [PATCH 5/6] libmnl: update URL
  2025-05-10 21:06 [ptxdist] [PATCH 1/6] atop: update URL Bruno Thomsen
                   ` (2 preceding siblings ...)
  2025-05-10 21:06 ` [ptxdist] [PATCH 4/6] iptables: " Bruno Thomsen
@ 2025-05-10 21:06 ` Bruno Thomsen
  2025-05-12  6:29   ` Alexander Dahl via ptxdist
  2025-05-14  6:08   ` [ptxdist] [APPLIED] " Michael Olbrich
  2025-05-10 21:06 ` [ptxdist] [PATCH 6/6] nftables: " Bruno Thomsen
  2025-05-14  6:08 ` [ptxdist] [APPLIED] atop: " Michael Olbrich
  5 siblings, 2 replies; 14+ messages in thread
From: Bruno Thomsen @ 2025-05-10 21:06 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Current download URL returns 301 Moved Permanently.

Download log:

[0] Downloading 'http://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2' ...
HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2]
Adding URL: https://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2
[0] Downloading 'https://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2' ...
Saving '/home/bruno/ptxdist/src/libmnl-1.0.5.tar.bz2.KmNHkqDKfc'
HTTP response 200 OK [https://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2]

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

diff --git a/rules/libmnl.make b/rules/libmnl.make
index 9106a5bf4..beb00dbd4 100644
--- a/rules/libmnl.make
+++ b/rules/libmnl.make
@@ -18,7 +18,7 @@ LIBMNL_VERSION	:= 1.0.5
 LIBMNL_MD5	:= 0bbb70573119ec5d49435114583e7a49
 LIBMNL		:= libmnl-$(LIBMNL_VERSION)
 LIBMNL_SUFFIX	:= tar.bz2
-LIBMNL_URL		:= http://ftp.netfilter.org/pub/libmnl/$(LIBMNL).$(LIBMNL_SUFFIX)
+LIBMNL_URL		:= https://ftp.netfilter.org/pub/libmnl/$(LIBMNL).$(LIBMNL_SUFFIX)
 LIBMNL_SOURCE	:= $(SRCDIR)/$(LIBMNL).$(LIBMNL_SUFFIX)
 LIBMNL_DIR		:= $(BUILDDIR)/$(LIBMNL)
 LIBMNL_LICENSE	:= LGPL-2.1-or-later
-- 
2.49.0




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

* [ptxdist] [PATCH 6/6] nftables: update URL
  2025-05-10 21:06 [ptxdist] [PATCH 1/6] atop: update URL Bruno Thomsen
                   ` (3 preceding siblings ...)
  2025-05-10 21:06 ` [ptxdist] [PATCH 5/6] libmnl: " Bruno Thomsen
@ 2025-05-10 21:06 ` Bruno Thomsen
  2025-05-12  6:28   ` Alexander Dahl via ptxdist
  2025-05-14  6:08   ` [ptxdist] [APPLIED] " Michael Olbrich
  2025-05-14  6:08 ` [ptxdist] [APPLIED] atop: " Michael Olbrich
  5 siblings, 2 replies; 14+ messages in thread
From: Bruno Thomsen @ 2025-05-10 21:06 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Current download URL returns 301 Moved Permanently.

Download log:

GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader
[0] Downloading 'http://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz' ...
HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz]
Adding URL: https://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz
[0] Downloading 'https://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz' ...
Saving '/home/bruno/ptxdist/src/nftables-1.1.1.tar.xz.hLCjFsDPsR'
HTTP response 200 OK [https://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz]

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

diff --git a/rules/nftables.make b/rules/nftables.make
index d1b0adb3b..63dfbcff8 100644
--- a/rules/nftables.make
+++ b/rules/nftables.make
@@ -18,7 +18,7 @@ NFTABLES_VERSION	:= 1.1.1
 NFTABLES_MD5		:= f0a71bcd8c112be7594851b39d4a45c3
 NFTABLES		:= nftables-$(NFTABLES_VERSION)
 NFTABLES_SUFFIX		:= tar.xz
-NFTABLES_URL		:= http://ftp.netfilter.org/pub/nftables/$(NFTABLES).$(NFTABLES_SUFFIX)
+NFTABLES_URL		:= https://ftp.netfilter.org/pub/nftables/$(NFTABLES).$(NFTABLES_SUFFIX)
 NFTABLES_SOURCE		:= $(SRCDIR)/$(NFTABLES).$(NFTABLES_SUFFIX)
 NFTABLES_DIR		:= $(BUILDDIR)/$(NFTABLES)
 NFTABLES_LICENSE	:= GPL-2.0-only AND GPL-2.0-or-later
-- 
2.49.0




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

* Re: [ptxdist] [PATCH 6/6] nftables: update URL
  2025-05-10 21:06 ` [ptxdist] [PATCH 6/6] nftables: " Bruno Thomsen
@ 2025-05-12  6:28   ` Alexander Dahl via ptxdist
  2025-05-14  6:08   ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 0 replies; 14+ messages in thread
From: Alexander Dahl via ptxdist @ 2025-05-12  6:28 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl, bruno.thomsen

Hello,

Am Sat, May 10, 2025 at 11:06:28PM +0200 schrieb Bruno Thomsen:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader
> [0] Downloading 'http://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz' ...
> HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz]
> Adding URL: https://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz
> [0] Downloading 'https://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz' ...
> Saving '/home/bruno/ptxdist/src/nftables-1.1.1.tar.xz.hLCjFsDPsR'
> HTTP response 200 OK [https://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz]
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> ---
>  rules/nftables.make | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/rules/nftables.make b/rules/nftables.make
> index d1b0adb3b..63dfbcff8 100644
> --- a/rules/nftables.make
> +++ b/rules/nftables.make
> @@ -18,7 +18,7 @@ NFTABLES_VERSION	:= 1.1.1
>  NFTABLES_MD5		:= f0a71bcd8c112be7594851b39d4a45c3
>  NFTABLES		:= nftables-$(NFTABLES_VERSION)
>  NFTABLES_SUFFIX		:= tar.xz
> -NFTABLES_URL		:= http://ftp.netfilter.org/pub/nftables/$(NFTABLES).$(NFTABLES_SUFFIX)
> +NFTABLES_URL		:= https://ftp.netfilter.org/pub/nftables/$(NFTABLES).$(NFTABLES_SUFFIX)

Reviewed-by: Alexander Dahl <ada@thorsis.com>

Greets
Alex

>  NFTABLES_SOURCE		:= $(SRCDIR)/$(NFTABLES).$(NFTABLES_SUFFIX)
>  NFTABLES_DIR		:= $(BUILDDIR)/$(NFTABLES)
>  NFTABLES_LICENSE	:= GPL-2.0-only AND GPL-2.0-or-later
> -- 
> 2.49.0
> 
> 



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

* Re: [ptxdist] [PATCH 5/6] libmnl: update URL
  2025-05-10 21:06 ` [ptxdist] [PATCH 5/6] libmnl: " Bruno Thomsen
@ 2025-05-12  6:29   ` Alexander Dahl via ptxdist
  2025-05-14  6:08   ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 0 replies; 14+ messages in thread
From: Alexander Dahl via ptxdist @ 2025-05-12  6:29 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl, bruno.thomsen

Hello,

Am Sat, May 10, 2025 at 11:06:27PM +0200 schrieb Bruno Thomsen:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> [0] Downloading 'http://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2' ...
> HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2]
> Adding URL: https://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2
> [0] Downloading 'https://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2' ...
> Saving '/home/bruno/ptxdist/src/libmnl-1.0.5.tar.bz2.KmNHkqDKfc'
> HTTP response 200 OK [https://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2]
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> ---
>  rules/libmnl.make | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/rules/libmnl.make b/rules/libmnl.make
> index 9106a5bf4..beb00dbd4 100644
> --- a/rules/libmnl.make
> +++ b/rules/libmnl.make
> @@ -18,7 +18,7 @@ LIBMNL_VERSION	:= 1.0.5
>  LIBMNL_MD5	:= 0bbb70573119ec5d49435114583e7a49
>  LIBMNL		:= libmnl-$(LIBMNL_VERSION)
>  LIBMNL_SUFFIX	:= tar.bz2
> -LIBMNL_URL		:= http://ftp.netfilter.org/pub/libmnl/$(LIBMNL).$(LIBMNL_SUFFIX)
> +LIBMNL_URL		:= https://ftp.netfilter.org/pub/libmnl/$(LIBMNL).$(LIBMNL_SUFFIX)

Reviewed-by: Alexander Dahl <ada@thorsis.com>

Greets
Alex

>  LIBMNL_SOURCE	:= $(SRCDIR)/$(LIBMNL).$(LIBMNL_SUFFIX)
>  LIBMNL_DIR		:= $(BUILDDIR)/$(LIBMNL)
>  LIBMNL_LICENSE	:= LGPL-2.1-or-later
> -- 
> 2.49.0
> 
> 



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

* Re: [ptxdist] [APPLIED] atop: update URL
  2025-05-10 21:06 [ptxdist] [PATCH 1/6] atop: update URL Bruno Thomsen
                   ` (4 preceding siblings ...)
  2025-05-10 21:06 ` [ptxdist] [PATCH 6/6] nftables: " Bruno Thomsen
@ 2025-05-14  6:08 ` Michael Olbrich
  5 siblings, 0 replies; 14+ messages in thread
From: Michael Olbrich @ 2025-05-14  6:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as bc5863710151d5f3aea28c875fb149f86202ce48.

Michael

[sent from post-receive hook]

On Wed, 14 May 2025 08:08:21 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader
> [0] Downloading 'http://www.atoptool.nl/download/atop-2.10.0.tar.gz' ...
> HTTP response 301 Moved Permanently [http://www.atoptool.nl/download/atop-2.10.0.tar.gz]
> Adding URL: https://www.atoptool.nl/download/atop-2.10.0.tar.gz
> [0] Downloading 'https://www.atoptool.nl/download/atop-2.10.0.tar.gz' ...
> Saving '/home/bruno/ptxdist/src/atop-2.10.0.tar.gz.SBb3UIXT7U'
> HTTP response 200  [https://www.atoptool.nl/download/atop-2.10.0.tar.gz]
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20250510210628.49297-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/atop.make b/rules/atop.make
> index 193ced1fc2b9..8933700a4474 100644
> --- a/rules/atop.make
> +++ b/rules/atop.make
> @@ -18,7 +18,7 @@ PACKAGES-$(PTXCONF_ATOP) += atop
>  ATOP_VERSION		:= 2.10.0
>  ATOP_MD5		:= 6d14559b59e25d15dbcfa978ed0ec50e
>  ATOP			:= atop-$(ATOP_VERSION)
> -ATOP_URL		:= http://www.atoptool.nl/download/$(ATOP).tar.gz
> +ATOP_URL		:= https://www.atoptool.nl/download/$(ATOP).tar.gz
>  ATOP_SOURCE		:= $(SRCDIR)/$(ATOP).tar.gz
>  ATOP_DIR		:= $(BUILDDIR)/$(ATOP)
>  ATOP_LICENSE		:= GPL-2.0-or-later



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

* Re: [ptxdist] [APPLIED] blktrace: update URL
  2025-05-10 21:06 ` [ptxdist] [PATCH 2/6] blktrace: " Bruno Thomsen
@ 2025-05-14  6:08   ` Michael Olbrich
  0 siblings, 0 replies; 14+ messages in thread
From: Michael Olbrich @ 2025-05-14  6:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as b7cac85ed1024cf002f96792fd267a3fa4268946.

Michael

[sent from post-receive hook]

On Wed, 14 May 2025 08:08:22 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader
> [0] Downloading 'http://brick.kernel.dk/snaps/blktrace-1.2.0.tar.bz2' ...
> HTTP response 301 Moved Permanently [http://brick.kernel.dk/snaps/blktrace-1.2.0.tar.bz2]
> Adding URL: https://brick.kernel.dk/snaps/blktrace-1.2.0.tar.bz2
> [0] Downloading 'https://brick.kernel.dk/snaps/blktrace-1.2.0.tar.bz2' ...
> Saving '/home/bruno/ptxdist/src/blktrace-1.2.0.tar.bz2.dmY7lPc9ac'
> HTTP response 200 OK [https://brick.kernel.dk/snaps/blktrace-1.2.0.tar.bz2]
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20250510210628.49297-2-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/blktrace.make b/rules/blktrace.make
> index 38440deb39c5..8b99d346d87f 100644
> --- a/rules/blktrace.make
> +++ b/rules/blktrace.make
> @@ -18,7 +18,7 @@ BLKTRACE_VERSION	:= 1.2.0
>  BLKTRACE_MD5		:= b9a80b7cc0a50f7a96d34c570ab8224d
>  BLKTRACE		:= blktrace-$(BLKTRACE_VERSION)
>  BLKTRACE_SUFFIX		:= tar.bz2
> -BLKTRACE_URL		:= http://brick.kernel.dk/snaps/$(BLKTRACE).$(BLKTRACE_SUFFIX)
> +BLKTRACE_URL		:= https://brick.kernel.dk/snaps/$(BLKTRACE).$(BLKTRACE_SUFFIX)
>  BLKTRACE_SOURCE		:= $(SRCDIR)/$(BLKTRACE).$(BLKTRACE_SUFFIX)
>  BLKTRACE_DIR		:= $(BUILDDIR)/$(BLKTRACE)
>  BLKTRACE_LICENSE	:= GPL-2.0-only



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

* Re: [ptxdist] [APPLIED] cppunit: update URL
  2025-05-10 21:06 ` [ptxdist] [PATCH 3/6] cppunit: " Bruno Thomsen
@ 2025-05-14  6:08   ` Michael Olbrich
  0 siblings, 0 replies; 14+ messages in thread
From: Michael Olbrich @ 2025-05-14  6:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 3eee3b5f44451ef574d7d70394261605bea2fdfd.

Michael

[sent from post-receive hook]

On Wed, 14 May 2025 08:08:23 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader
> [0] Downloading 'http://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz' ...
> HTTP response 301 Moved Permanently [http://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz]
> Adding URL: https://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz
> [0] Downloading 'https://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz' ...
> Saving '/home/bruno/ptxdist/src/cppunit-1.14.0.tar.gz.cL0JnyyWV1'
> HTTP response 200  [https://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz]
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20250510210628.49297-3-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/cppunit.make b/rules/cppunit.make
> index 1bdb8162ed43..a83d0ebc30f6 100644
> --- a/rules/cppunit.make
> +++ b/rules/cppunit.make
> @@ -20,7 +20,7 @@ CPPUNIT_VERSION	:= 1.14.0
>  CPPUNIT_MD5	:= 7ad93022171710a541bfe4bfd8b4a381
>  CPPUNIT		:= cppunit-$(CPPUNIT_VERSION)
>  CPPUNIT_SUFFIX	:= tar.gz
> -CPPUNIT_URL	:= http://dev-www.libreoffice.org/src/$(CPPUNIT).$(CPPUNIT_SUFFIX)
> +CPPUNIT_URL	:= https://dev-www.libreoffice.org/src/$(CPPUNIT).$(CPPUNIT_SUFFIX)
>  CPPUNIT_SOURCE	:= $(SRCDIR)/$(CPPUNIT).$(CPPUNIT_SUFFIX)
>  CPPUNIT_DIR	:= $(BUILDDIR)/$(CPPUNIT)
>  CPPUNIT_LICENSE	:= LGPL-2.1-only



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

* Re: [ptxdist] [APPLIED] iptables: update URL
  2025-05-10 21:06 ` [ptxdist] [PATCH 4/6] iptables: " Bruno Thomsen
@ 2025-05-14  6:08   ` Michael Olbrich
  0 siblings, 0 replies; 14+ messages in thread
From: Michael Olbrich @ 2025-05-14  6:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as b75ffad5f1d6fdac335420b09072538816b87d24.

Michael

[sent from post-receive hook]

On Wed, 14 May 2025 08:08:24 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader
> [0] Downloading 'http://ftp.netfilter.org/pub/iptables/iptables-1.8.11.tar.xz' ...
> HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/iptables/iptables-1.8.11.tar.xz]
> Adding URL: https://ftp.netfilter.org/pub/iptables/iptables-1.8.11.tar.xz
> [0] Downloading 'https://ftp.netfilter.org/pub/iptables/iptables-1.8.11.tar.xz' ...
> Saving '/home/bruno/ptxdist/src/iptables-1.8.11.tar.xz.QiYawvO7Gm'
> HTTP response 200 OK [https://ftp.netfilter.org/pub/iptables/iptables-1.8.11.tar.xz]
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20250510210628.49297-4-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/iptables.make b/rules/iptables.make
> index b55378c28e5c..f5c65547f2c0 100644
> --- a/rules/iptables.make
> +++ b/rules/iptables.make
> @@ -23,7 +23,7 @@ IPTABLES_VERSION	:= 1.8.11
>  IPTABLES_MD5		:= 44191ce12055da9790a92429c771ba50
>  IPTABLES		:= iptables-$(IPTABLES_VERSION)
>  IPTABLES_SUFFIX		:= tar.xz
> -IPTABLES_URL		:= http://ftp.netfilter.org/pub/iptables/$(IPTABLES).$(IPTABLES_SUFFIX)
> +IPTABLES_URL		:= https://ftp.netfilter.org/pub/iptables/$(IPTABLES).$(IPTABLES_SUFFIX)
>  IPTABLES_SOURCE		:= $(SRCDIR)/$(IPTABLES).$(IPTABLES_SUFFIX)
>  IPTABLES_DIR		:= $(BUILDDIR)/$(IPTABLES)
>  IPTABLES_LICENSE	:= GPL-2.0-only



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

* Re: [ptxdist] [APPLIED] libmnl: update URL
  2025-05-10 21:06 ` [ptxdist] [PATCH 5/6] libmnl: " Bruno Thomsen
  2025-05-12  6:29   ` Alexander Dahl via ptxdist
@ 2025-05-14  6:08   ` Michael Olbrich
  1 sibling, 0 replies; 14+ messages in thread
From: Michael Olbrich @ 2025-05-14  6:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 3e381c89a277404ffb6824cca9d24133f58a9e9d.

Michael

[sent from post-receive hook]

On Wed, 14 May 2025 08:08:25 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> [0] Downloading 'http://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2' ...
> HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2]
> Adding URL: https://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2
> [0] Downloading 'https://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2' ...
> Saving '/home/bruno/ptxdist/src/libmnl-1.0.5.tar.bz2.KmNHkqDKfc'
> HTTP response 200 OK [https://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2]
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Reviewed-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20250510210628.49297-5-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libmnl.make b/rules/libmnl.make
> index 9106a5bf486e..beb00dbd4e39 100644
> --- a/rules/libmnl.make
> +++ b/rules/libmnl.make
> @@ -18,7 +18,7 @@ LIBMNL_VERSION	:= 1.0.5
>  LIBMNL_MD5	:= 0bbb70573119ec5d49435114583e7a49
>  LIBMNL		:= libmnl-$(LIBMNL_VERSION)
>  LIBMNL_SUFFIX	:= tar.bz2
> -LIBMNL_URL		:= http://ftp.netfilter.org/pub/libmnl/$(LIBMNL).$(LIBMNL_SUFFIX)
> +LIBMNL_URL		:= https://ftp.netfilter.org/pub/libmnl/$(LIBMNL).$(LIBMNL_SUFFIX)
>  LIBMNL_SOURCE	:= $(SRCDIR)/$(LIBMNL).$(LIBMNL_SUFFIX)
>  LIBMNL_DIR		:= $(BUILDDIR)/$(LIBMNL)
>  LIBMNL_LICENSE	:= LGPL-2.1-or-later



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

* Re: [ptxdist] [APPLIED] nftables: update URL
  2025-05-10 21:06 ` [ptxdist] [PATCH 6/6] nftables: " Bruno Thomsen
  2025-05-12  6:28   ` Alexander Dahl via ptxdist
@ 2025-05-14  6:08   ` Michael Olbrich
  1 sibling, 0 replies; 14+ messages in thread
From: Michael Olbrich @ 2025-05-14  6:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as d6ded9f5c1637f77cb2f99383f96cfb732957e0f.

Michael

[sent from post-receive hook]

On Wed, 14 May 2025 08:08:25 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader
> [0] Downloading 'http://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz' ...
> HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz]
> Adding URL: https://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz
> [0] Downloading 'https://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz' ...
> Saving '/home/bruno/ptxdist/src/nftables-1.1.1.tar.xz.hLCjFsDPsR'
> HTTP response 200 OK [https://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz]
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Reviewed-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20250510210628.49297-6-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/nftables.make b/rules/nftables.make
> index d1b0adb3baa3..63dfbcff8021 100644
> --- a/rules/nftables.make
> +++ b/rules/nftables.make
> @@ -18,7 +18,7 @@ NFTABLES_VERSION	:= 1.1.1
>  NFTABLES_MD5		:= f0a71bcd8c112be7594851b39d4a45c3
>  NFTABLES		:= nftables-$(NFTABLES_VERSION)
>  NFTABLES_SUFFIX		:= tar.xz
> -NFTABLES_URL		:= http://ftp.netfilter.org/pub/nftables/$(NFTABLES).$(NFTABLES_SUFFIX)
> +NFTABLES_URL		:= https://ftp.netfilter.org/pub/nftables/$(NFTABLES).$(NFTABLES_SUFFIX)
>  NFTABLES_SOURCE		:= $(SRCDIR)/$(NFTABLES).$(NFTABLES_SUFFIX)
>  NFTABLES_DIR		:= $(BUILDDIR)/$(NFTABLES)
>  NFTABLES_LICENSE	:= GPL-2.0-only AND GPL-2.0-or-later



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

end of thread, other threads:[~2025-05-14  6:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-10 21:06 [ptxdist] [PATCH 1/6] atop: update URL Bruno Thomsen
2025-05-10 21:06 ` [ptxdist] [PATCH 2/6] blktrace: " Bruno Thomsen
2025-05-14  6:08   ` [ptxdist] [APPLIED] " Michael Olbrich
2025-05-10 21:06 ` [ptxdist] [PATCH 3/6] cppunit: " Bruno Thomsen
2025-05-14  6:08   ` [ptxdist] [APPLIED] " Michael Olbrich
2025-05-10 21:06 ` [ptxdist] [PATCH 4/6] iptables: " Bruno Thomsen
2025-05-14  6:08   ` [ptxdist] [APPLIED] " Michael Olbrich
2025-05-10 21:06 ` [ptxdist] [PATCH 5/6] libmnl: " Bruno Thomsen
2025-05-12  6:29   ` Alexander Dahl via ptxdist
2025-05-14  6:08   ` [ptxdist] [APPLIED] " Michael Olbrich
2025-05-10 21:06 ` [ptxdist] [PATCH 6/6] nftables: " Bruno Thomsen
2025-05-12  6:28   ` Alexander Dahl via ptxdist
2025-05-14  6:08   ` [ptxdist] [APPLIED] " Michael Olbrich
2025-05-14  6:08 ` [ptxdist] [APPLIED] atop: " Michael Olbrich

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