* [ptxdist] [PATCH 1/5] libnetfilter_conntrack: update URL
@ 2026-04-22 18:52 Bruno Thomsen
2026-04-22 18:52 ` [ptxdist] [PATCH 2/5] libnetfilter_log: " Bruno Thomsen
` (4 more replies)
0 siblings, 5 replies; 11+ messages in thread
From: Bruno Thomsen @ 2026-04-22 18:52 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Current download URL returns 301 Moved Permanently.
Download log:
HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/libnetfilter_conntrack/libnetfilter_conntrack-1.0.1.tar.bz2]
Enqueue https://ftp.netfilter.org/pub/libnetfilter_conntrack/libnetfilter_conntrack-1.0.1.tar.bz2
Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
rules/libnetfilter_conntrack.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/libnetfilter_conntrack.make b/rules/libnetfilter_conntrack.make
index 8ee22f736..d0a23ef15 100644
--- a/rules/libnetfilter_conntrack.make
+++ b/rules/libnetfilter_conntrack.make
@@ -18,7 +18,7 @@ LIBNETFILTER_CONNTRACK_VERSION := 1.0.1
LIBNETFILTER_CONNTRACK_MD5 := 2d17d9da1404728d61a29b4a8338ad0c
LIBNETFILTER_CONNTRACK := libnetfilter_conntrack-$(LIBNETFILTER_CONNTRACK_VERSION)
LIBNETFILTER_CONNTRACK_SUFFIX := tar.bz2
-LIBNETFILTER_CONNTRACK_URL := http://ftp.netfilter.org/pub/libnetfilter_conntrack/$(LIBNETFILTER_CONNTRACK).$(LIBNETFILTER_CONNTRACK_SUFFIX)
+LIBNETFILTER_CONNTRACK_URL := https://ftp.netfilter.org/pub/libnetfilter_conntrack/$(LIBNETFILTER_CONNTRACK).$(LIBNETFILTER_CONNTRACK_SUFFIX)
LIBNETFILTER_CONNTRACK_SOURCE := $(SRCDIR)/$(LIBNETFILTER_CONNTRACK).$(LIBNETFILTER_CONNTRACK_SUFFIX)
LIBNETFILTER_CONNTRACK_DIR := $(BUILDDIR)/$(LIBNETFILTER_CONNTRACK)
LIBNETFILTER_CONNTRACK_LICENSE := GPL-2.0-only
base-commit: 9e28c99dd6a5b30c578b75deb71bd82d41fda429
--
2.53.0
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ptxdist] [PATCH 2/5] libnetfilter_log: update URL
2026-04-22 18:52 [ptxdist] [PATCH 1/5] libnetfilter_conntrack: update URL Bruno Thomsen
@ 2026-04-22 18:52 ` Bruno Thomsen
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-22 18:52 ` [ptxdist] [PATCH 3/5] libnetfilter_queue: " Bruno Thomsen
` (3 subsequent siblings)
4 siblings, 1 reply; 11+ messages in thread
From: Bruno Thomsen @ 2026-04-22 18:52 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Current download URL returns 301 Moved Permanently.
Download log:
HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/libnetfilter_log/libnetfilter_log-1.0.1.tar.bz2]
Enqueue https://ftp.netfilter.org/pub/libnetfilter_log/libnetfilter_log-1.0.1.tar.bz2
Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
rules/libnetfilter_log.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/libnetfilter_log.make b/rules/libnetfilter_log.make
index d75d9b065..c61136d2f 100644
--- a/rules/libnetfilter_log.make
+++ b/rules/libnetfilter_log.make
@@ -18,7 +18,7 @@ LIBNETFILTER_LOG_VERSION := 1.0.1
LIBNETFILTER_LOG_MD5 := 2a4bb0654ae675a52d2e8d1c06090b94
LIBNETFILTER_LOG := libnetfilter_log-$(LIBNETFILTER_LOG_VERSION)
LIBNETFILTER_LOG_SUFFIX := tar.bz2
-LIBNETFILTER_LOG_URL := http://ftp.netfilter.org/pub/libnetfilter_log/$(LIBNETFILTER_LOG).$(LIBNETFILTER_LOG_SUFFIX)
+LIBNETFILTER_LOG_URL := https://ftp.netfilter.org/pub/libnetfilter_log/$(LIBNETFILTER_LOG).$(LIBNETFILTER_LOG_SUFFIX)
LIBNETFILTER_LOG_SOURCE := $(SRCDIR)/$(LIBNETFILTER_LOG).$(LIBNETFILTER_LOG_SUFFIX)
LIBNETFILTER_LOG_DIR := $(BUILDDIR)/$(LIBNETFILTER_LOG)
LIBNETFILTER_LOG_LICENSE := GPL2
--
2.53.0
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ptxdist] [PATCH 3/5] libnetfilter_queue: update URL
2026-04-22 18:52 [ptxdist] [PATCH 1/5] libnetfilter_conntrack: update URL Bruno Thomsen
2026-04-22 18:52 ` [ptxdist] [PATCH 2/5] libnetfilter_log: " Bruno Thomsen
@ 2026-04-22 18:52 ` Bruno Thomsen
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-22 18:52 ` [ptxdist] [PATCH 4/5] libnfnetlink: " Bruno Thomsen
` (2 subsequent siblings)
4 siblings, 1 reply; 11+ messages in thread
From: Bruno Thomsen @ 2026-04-22 18:52 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Current download URL returns 301 Moved Permanently.
Download log:
HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/libnetfilter_queue/libnetfilter_queue-1.0.1.tar.bz2]
Enqueue https://ftp.netfilter.org/pub/libnetfilter_queue/libnetfilter_queue-1.0.1.tar.bz2
Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
rules/libnetfilter_queue.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/libnetfilter_queue.make b/rules/libnetfilter_queue.make
index ae5883a5a..b0734965b 100644
--- a/rules/libnetfilter_queue.make
+++ b/rules/libnetfilter_queue.make
@@ -18,7 +18,7 @@ LIBNETFILTER_QUEUE_VERSION := 1.0.1
LIBNETFILTER_QUEUE_MD5 := 08b968cb2d36c24deb7f26a69f5d8602
LIBNETFILTER_QUEUE := libnetfilter_queue-$(LIBNETFILTER_QUEUE_VERSION)
LIBNETFILTER_QUEUE_SUFFIX := tar.bz2
-LIBNETFILTER_QUEUE_URL := http://ftp.netfilter.org/pub/libnetfilter_queue/$(LIBNETFILTER_QUEUE).$(LIBNETFILTER_QUEUE_SUFFIX)
+LIBNETFILTER_QUEUE_URL := https://ftp.netfilter.org/pub/libnetfilter_queue/$(LIBNETFILTER_QUEUE).$(LIBNETFILTER_QUEUE_SUFFIX)
LIBNETFILTER_QUEUE_SOURCE := $(SRCDIR)/$(LIBNETFILTER_QUEUE).$(LIBNETFILTER_QUEUE_SUFFIX)
LIBNETFILTER_QUEUE_DIR := $(BUILDDIR)/$(LIBNETFILTER_QUEUE)
LIBNETFILTER_QUEUE_LICENSE := GPL-2.0-only
--
2.53.0
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ptxdist] [PATCH 4/5] libnfnetlink: update URL
2026-04-22 18:52 [ptxdist] [PATCH 1/5] libnetfilter_conntrack: update URL Bruno Thomsen
2026-04-22 18:52 ` [ptxdist] [PATCH 2/5] libnetfilter_log: " Bruno Thomsen
2026-04-22 18:52 ` [ptxdist] [PATCH 3/5] libnetfilter_queue: " Bruno Thomsen
@ 2026-04-22 18:52 ` Bruno Thomsen
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-22 18:52 ` [ptxdist] [PATCH 5/5] libnftnl: " Bruno Thomsen
2026-04-27 7:46 ` [ptxdist] [APPLIED] libnetfilter_conntrack: " Michael Olbrich
4 siblings, 1 reply; 11+ messages in thread
From: Bruno Thomsen @ 2026-04-22 18:52 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Current download URL returns 301 Moved Permanently.
Download log:
HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/libnfnetlink/libnfnetlink-1.0.1.tar.bz2]
Enqueue https://ftp.netfilter.org/pub/libnfnetlink/libnfnetlink-1.0.1.tar.bz2
Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
rules/libnfnetlink.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/libnfnetlink.make b/rules/libnfnetlink.make
index 910f5b139..67adf2940 100644
--- a/rules/libnfnetlink.make
+++ b/rules/libnfnetlink.make
@@ -18,7 +18,7 @@ LIBNFNETLINK_VERSION := 1.0.1
LIBNFNETLINK_MD5 := 98927583d2016a9fb1936fed992e2c5e
LIBNFNETLINK := libnfnetlink-$(LIBNFNETLINK_VERSION)
LIBNFNETLINK_SUFFIX := tar.bz2
-LIBNFNETLINK_URL := http://ftp.netfilter.org/pub/libnfnetlink/$(LIBNFNETLINK).$(LIBNFNETLINK_SUFFIX)
+LIBNFNETLINK_URL := https://ftp.netfilter.org/pub/libnfnetlink/$(LIBNFNETLINK).$(LIBNFNETLINK_SUFFIX)
LIBNFNETLINK_SOURCE := $(SRCDIR)/$(LIBNFNETLINK).$(LIBNFNETLINK_SUFFIX)
LIBNFNETLINK_DIR := $(BUILDDIR)/$(LIBNFNETLINK)
LIBNFNETLINK_LICENSE := GPL2
--
2.53.0
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ptxdist] [PATCH 5/5] libnftnl: update URL
2026-04-22 18:52 [ptxdist] [PATCH 1/5] libnetfilter_conntrack: update URL Bruno Thomsen
` (2 preceding siblings ...)
2026-04-22 18:52 ` [ptxdist] [PATCH 4/5] libnfnetlink: " Bruno Thomsen
@ 2026-04-22 18:52 ` Bruno Thomsen
2026-04-23 6:00 ` Alexander Dahl via ptxdist
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-27 7:46 ` [ptxdist] [APPLIED] libnetfilter_conntrack: " Michael Olbrich
4 siblings, 2 replies; 11+ messages in thread
From: Bruno Thomsen @ 2026-04-22 18:52 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Current download URL returns 301 Moved Permanently.
Download log:
HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/libnftnl/libnftnl-1.2.8.tar.xz]
Enqueue https://ftp.netfilter.org/pub/libnftnl/libnftnl-1.2.8.tar.xz
Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
rules/libnftnl.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/libnftnl.make b/rules/libnftnl.make
index 7dbaf7639..c16a7f28c 100644
--- a/rules/libnftnl.make
+++ b/rules/libnftnl.make
@@ -18,7 +18,7 @@ LIBNFTNL_VERSION := 1.2.8
LIBNFTNL_MD5 := b0517646bbf47a8cf6ce67aeaeb201c4
LIBNFTNL := libnftnl-$(LIBNFTNL_VERSION)
LIBNFTNL_SUFFIX := tar.xz
-LIBNFTNL_URL := http://ftp.netfilter.org/pub/libnftnl/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)
+LIBNFTNL_URL := https://ftp.netfilter.org/pub/libnftnl/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)
LIBNFTNL_SOURCE := $(SRCDIR)/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)
LIBNFTNL_DIR := $(BUILDDIR)/$(LIBNFTNL)
LIBNFTNL_LICENSE := GPL-2.0-only AND GPL-2.0-or-later
--
2.53.0
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [ptxdist] [PATCH 5/5] libnftnl: update URL
2026-04-22 18:52 ` [ptxdist] [PATCH 5/5] libnftnl: " Bruno Thomsen
@ 2026-04-23 6:00 ` Alexander Dahl via ptxdist
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
1 sibling, 0 replies; 11+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-04-23 6:00 UTC (permalink / raw)
To: Bruno Thomsen; +Cc: Alexander Dahl, ptxdist
Hei hei,
Am Wed, Apr 22, 2026 at 08:52:27PM +0200 schrieb Bruno Thomsen:
> Current download URL returns 301 Moved Permanently.
>
> Download log:
>
> HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/libnftnl/libnftnl-1.2.8.tar.xz]
> Enqueue https://ftp.netfilter.org/pub/libnftnl/libnftnl-1.2.8.tar.xz
>
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> ---
> rules/libnftnl.make | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/rules/libnftnl.make b/rules/libnftnl.make
> index 7dbaf7639..c16a7f28c 100644
> --- a/rules/libnftnl.make
> +++ b/rules/libnftnl.make
> @@ -18,7 +18,7 @@ LIBNFTNL_VERSION := 1.2.8
> LIBNFTNL_MD5 := b0517646bbf47a8cf6ce67aeaeb201c4
> LIBNFTNL := libnftnl-$(LIBNFTNL_VERSION)
> LIBNFTNL_SUFFIX := tar.xz
> -LIBNFTNL_URL := http://ftp.netfilter.org/pub/libnftnl/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)
> +LIBNFTNL_URL := https://ftp.netfilter.org/pub/libnftnl/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)
> LIBNFTNL_SOURCE := $(SRCDIR)/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)
> LIBNFTNL_DIR := $(BUILDDIR)/$(LIBNFTNL)
> LIBNFTNL_LICENSE := GPL-2.0-only AND GPL-2.0-or-later
Reviewed-by: Alexander Dahl <ada@thorsis.com>
Greets
Alex
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [ptxdist] [APPLIED] libnetfilter_conntrack: update URL
2026-04-22 18:52 [ptxdist] [PATCH 1/5] libnetfilter_conntrack: update URL Bruno Thomsen
` (3 preceding siblings ...)
2026-04-22 18:52 ` [ptxdist] [PATCH 5/5] libnftnl: " Bruno Thomsen
@ 2026-04-27 7:46 ` Michael Olbrich
4 siblings, 0 replies; 11+ messages in thread
From: Michael Olbrich @ 2026-04-27 7:46 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Thanks, applied as dbaed39ba0420fd4891315147689180069de59d1.
Michael
[sent from post-receive hook]
On Mon, 27 Apr 2026 09:46:28 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
>
> Download log:
>
> HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/libnetfilter_conntrack/libnetfilter_conntrack-1.0.1.tar.bz2]
> Enqueue https://ftp.netfilter.org/pub/libnetfilter_conntrack/libnetfilter_conntrack-1.0.1.tar.bz2
>
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20260422185227.18629-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/libnetfilter_conntrack.make b/rules/libnetfilter_conntrack.make
> index 8ee22f7365bf..d0a23ef151d9 100644
> --- a/rules/libnetfilter_conntrack.make
> +++ b/rules/libnetfilter_conntrack.make
> @@ -18,7 +18,7 @@ LIBNETFILTER_CONNTRACK_VERSION := 1.0.1
> LIBNETFILTER_CONNTRACK_MD5 := 2d17d9da1404728d61a29b4a8338ad0c
> LIBNETFILTER_CONNTRACK := libnetfilter_conntrack-$(LIBNETFILTER_CONNTRACK_VERSION)
> LIBNETFILTER_CONNTRACK_SUFFIX := tar.bz2
> -LIBNETFILTER_CONNTRACK_URL := http://ftp.netfilter.org/pub/libnetfilter_conntrack/$(LIBNETFILTER_CONNTRACK).$(LIBNETFILTER_CONNTRACK_SUFFIX)
> +LIBNETFILTER_CONNTRACK_URL := https://ftp.netfilter.org/pub/libnetfilter_conntrack/$(LIBNETFILTER_CONNTRACK).$(LIBNETFILTER_CONNTRACK_SUFFIX)
> LIBNETFILTER_CONNTRACK_SOURCE := $(SRCDIR)/$(LIBNETFILTER_CONNTRACK).$(LIBNETFILTER_CONNTRACK_SUFFIX)
> LIBNETFILTER_CONNTRACK_DIR := $(BUILDDIR)/$(LIBNETFILTER_CONNTRACK)
> LIBNETFILTER_CONNTRACK_LICENSE := GPL-2.0-only
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [ptxdist] [APPLIED] libnetfilter_log: update URL
2026-04-22 18:52 ` [ptxdist] [PATCH 2/5] libnetfilter_log: " Bruno Thomsen
@ 2026-04-27 7:46 ` Michael Olbrich
0 siblings, 0 replies; 11+ messages in thread
From: Michael Olbrich @ 2026-04-27 7:46 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Thanks, applied as a18e51d3bd4097dbcccd2fa8983a3bed9b09ad4f.
Michael
[sent from post-receive hook]
On Mon, 27 Apr 2026 09:46:29 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
>
> Download log:
>
> HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/libnetfilter_log/libnetfilter_log-1.0.1.tar.bz2]
> Enqueue https://ftp.netfilter.org/pub/libnetfilter_log/libnetfilter_log-1.0.1.tar.bz2
>
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20260422185227.18629-2-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/libnetfilter_log.make b/rules/libnetfilter_log.make
> index d75d9b065718..c61136d2f841 100644
> --- a/rules/libnetfilter_log.make
> +++ b/rules/libnetfilter_log.make
> @@ -18,7 +18,7 @@ LIBNETFILTER_LOG_VERSION := 1.0.1
> LIBNETFILTER_LOG_MD5 := 2a4bb0654ae675a52d2e8d1c06090b94
> LIBNETFILTER_LOG := libnetfilter_log-$(LIBNETFILTER_LOG_VERSION)
> LIBNETFILTER_LOG_SUFFIX := tar.bz2
> -LIBNETFILTER_LOG_URL := http://ftp.netfilter.org/pub/libnetfilter_log/$(LIBNETFILTER_LOG).$(LIBNETFILTER_LOG_SUFFIX)
> +LIBNETFILTER_LOG_URL := https://ftp.netfilter.org/pub/libnetfilter_log/$(LIBNETFILTER_LOG).$(LIBNETFILTER_LOG_SUFFIX)
> LIBNETFILTER_LOG_SOURCE := $(SRCDIR)/$(LIBNETFILTER_LOG).$(LIBNETFILTER_LOG_SUFFIX)
> LIBNETFILTER_LOG_DIR := $(BUILDDIR)/$(LIBNETFILTER_LOG)
> LIBNETFILTER_LOG_LICENSE := GPL2
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [ptxdist] [APPLIED] libnetfilter_queue: update URL
2026-04-22 18:52 ` [ptxdist] [PATCH 3/5] libnetfilter_queue: " Bruno Thomsen
@ 2026-04-27 7:46 ` Michael Olbrich
0 siblings, 0 replies; 11+ messages in thread
From: Michael Olbrich @ 2026-04-27 7:46 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Thanks, applied as e82b5de930fb62fd9183a68776c3eaea9a0174cb.
Michael
[sent from post-receive hook]
On Mon, 27 Apr 2026 09:46:29 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
>
> Download log:
>
> HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/libnetfilter_queue/libnetfilter_queue-1.0.1.tar.bz2]
> Enqueue https://ftp.netfilter.org/pub/libnetfilter_queue/libnetfilter_queue-1.0.1.tar.bz2
>
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20260422185227.18629-3-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/libnetfilter_queue.make b/rules/libnetfilter_queue.make
> index ae5883a5a64c..b0734965bd31 100644
> --- a/rules/libnetfilter_queue.make
> +++ b/rules/libnetfilter_queue.make
> @@ -18,7 +18,7 @@ LIBNETFILTER_QUEUE_VERSION := 1.0.1
> LIBNETFILTER_QUEUE_MD5 := 08b968cb2d36c24deb7f26a69f5d8602
> LIBNETFILTER_QUEUE := libnetfilter_queue-$(LIBNETFILTER_QUEUE_VERSION)
> LIBNETFILTER_QUEUE_SUFFIX := tar.bz2
> -LIBNETFILTER_QUEUE_URL := http://ftp.netfilter.org/pub/libnetfilter_queue/$(LIBNETFILTER_QUEUE).$(LIBNETFILTER_QUEUE_SUFFIX)
> +LIBNETFILTER_QUEUE_URL := https://ftp.netfilter.org/pub/libnetfilter_queue/$(LIBNETFILTER_QUEUE).$(LIBNETFILTER_QUEUE_SUFFIX)
> LIBNETFILTER_QUEUE_SOURCE := $(SRCDIR)/$(LIBNETFILTER_QUEUE).$(LIBNETFILTER_QUEUE_SUFFIX)
> LIBNETFILTER_QUEUE_DIR := $(BUILDDIR)/$(LIBNETFILTER_QUEUE)
> LIBNETFILTER_QUEUE_LICENSE := GPL-2.0-only
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [ptxdist] [APPLIED] libnfnetlink: update URL
2026-04-22 18:52 ` [ptxdist] [PATCH 4/5] libnfnetlink: " Bruno Thomsen
@ 2026-04-27 7:46 ` Michael Olbrich
0 siblings, 0 replies; 11+ messages in thread
From: Michael Olbrich @ 2026-04-27 7:46 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Thanks, applied as 00083673774a6d13d470eaba8b57d25ca51cbb16.
Michael
[sent from post-receive hook]
On Mon, 27 Apr 2026 09:46:30 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
>
> Download log:
>
> HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/libnfnetlink/libnfnetlink-1.0.1.tar.bz2]
> Enqueue https://ftp.netfilter.org/pub/libnfnetlink/libnfnetlink-1.0.1.tar.bz2
>
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20260422185227.18629-4-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/libnfnetlink.make b/rules/libnfnetlink.make
> index 910f5b13977b..67adf2940048 100644
> --- a/rules/libnfnetlink.make
> +++ b/rules/libnfnetlink.make
> @@ -18,7 +18,7 @@ LIBNFNETLINK_VERSION := 1.0.1
> LIBNFNETLINK_MD5 := 98927583d2016a9fb1936fed992e2c5e
> LIBNFNETLINK := libnfnetlink-$(LIBNFNETLINK_VERSION)
> LIBNFNETLINK_SUFFIX := tar.bz2
> -LIBNFNETLINK_URL := http://ftp.netfilter.org/pub/libnfnetlink/$(LIBNFNETLINK).$(LIBNFNETLINK_SUFFIX)
> +LIBNFNETLINK_URL := https://ftp.netfilter.org/pub/libnfnetlink/$(LIBNFNETLINK).$(LIBNFNETLINK_SUFFIX)
> LIBNFNETLINK_SOURCE := $(SRCDIR)/$(LIBNFNETLINK).$(LIBNFNETLINK_SUFFIX)
> LIBNFNETLINK_DIR := $(BUILDDIR)/$(LIBNFNETLINK)
> LIBNFNETLINK_LICENSE := GPL2
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [ptxdist] [APPLIED] libnftnl: update URL
2026-04-22 18:52 ` [ptxdist] [PATCH 5/5] libnftnl: " Bruno Thomsen
2026-04-23 6:00 ` Alexander Dahl via ptxdist
@ 2026-04-27 7:46 ` Michael Olbrich
1 sibling, 0 replies; 11+ messages in thread
From: Michael Olbrich @ 2026-04-27 7:46 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Thanks, applied as 259289540023873aab9e49ab998c5bbeb598c9b4.
Michael
[sent from post-receive hook]
On Mon, 27 Apr 2026 09:46:31 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
>
> Download log:
>
> HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/libnftnl/libnftnl-1.2.8.tar.xz]
> Enqueue https://ftp.netfilter.org/pub/libnftnl/libnftnl-1.2.8.tar.xz
>
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Reviewed-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20260422185227.18629-5-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/libnftnl.make b/rules/libnftnl.make
> index 17c8e0b68af2..7bab671da891 100644
> --- a/rules/libnftnl.make
> +++ b/rules/libnftnl.make
> @@ -18,7 +18,7 @@ LIBNFTNL_VERSION := 1.3.1
> LIBNFTNL_MD5 := ab1a894717469fb1d45d4c8ca0557fb6
> LIBNFTNL := libnftnl-$(LIBNFTNL_VERSION)
> LIBNFTNL_SUFFIX := tar.xz
> -LIBNFTNL_URL := http://ftp.netfilter.org/pub/libnftnl/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)
> +LIBNFTNL_URL := https://ftp.netfilter.org/pub/libnftnl/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)
> LIBNFTNL_SOURCE := $(SRCDIR)/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)
> LIBNFTNL_DIR := $(BUILDDIR)/$(LIBNFTNL)
> LIBNFTNL_LICENSE := GPL-2.0-only AND GPL-2.0-or-later
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2026-04-27 7:51 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-22 18:52 [ptxdist] [PATCH 1/5] libnetfilter_conntrack: update URL Bruno Thomsen
2026-04-22 18:52 ` [ptxdist] [PATCH 2/5] libnetfilter_log: " Bruno Thomsen
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-22 18:52 ` [ptxdist] [PATCH 3/5] libnetfilter_queue: " Bruno Thomsen
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-22 18:52 ` [ptxdist] [PATCH 4/5] libnfnetlink: " Bruno Thomsen
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-22 18:52 ` [ptxdist] [PATCH 5/5] libnftnl: " Bruno Thomsen
2026-04-23 6:00 ` Alexander Dahl via ptxdist
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-27 7:46 ` [ptxdist] [APPLIED] libnetfilter_conntrack: " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox