* [ptxdist] [PATCH 0/2] netfilter: version bumps
@ 2026-04-20 14:39 Alexander Dahl via ptxdist
2026-04-20 14:39 ` [ptxdist] [PATCH 1/2] libnftnl: version bump 1.2.8 -> 1.3.1 Alexander Dahl via ptxdist
2026-04-20 14:39 ` [ptxdist] [PATCH 2/2] nftables: version bump 1.1.1 -> 1.1.6 Alexander Dahl via ptxdist
0 siblings, 2 replies; 5+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-04-20 14:39 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Not sure about those new configure options of nftables which seem for
development and maintainer:
Both --disable-fuzzer and --enable-fuzzer lead to reporting 'fuzzer
support: yes' . Omitting either of them hides the line from configure
output. I have a feeling printing 'yes' when passing --disable-fuzzer
is not intended? However I can not see any difference at runtime.
And I can not make any sense of --with-stable-release at all.
Greets
Alex
Alexander Dahl (2):
libnftnl: version bump 1.2.8 -> 1.3.1
nftables: version bump 1.1.1 -> 1.1.6
rules/libnftnl.make | 4 ++--
rules/nftables.make | 9 ++++++---
2 files changed, 8 insertions(+), 5 deletions(-)
base-commit: 9e28c99dd6a5b30c578b75deb71bd82d41fda429
--
2.47.3
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ptxdist] [PATCH 1/2] libnftnl: version bump 1.2.8 -> 1.3.1
2026-04-20 14:39 [ptxdist] [PATCH 0/2] netfilter: version bumps Alexander Dahl via ptxdist
@ 2026-04-20 14:39 ` Alexander Dahl via ptxdist
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-20 14:39 ` [ptxdist] [PATCH 2/2] nftables: version bump 1.1.1 -> 1.1.6 Alexander Dahl via ptxdist
1 sibling, 1 reply; 5+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-04-20 14:39 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Some bugfixes, some new features.
- 1.2.9: https://lore.kernel.org/netfilter/Z_1IRQHhW_RbRrcZ@calendula/T/#u
- 1.3.0: https://lore.kernel.org/netfilter/aJM8ZPySLNObX5r8@calendula/T/#u
- 1.3.1: https://lore.kernel.org/netfilter/aTBggr8_2CS9fa2k@chamomile/T/#u
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
rules/libnftnl.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/libnftnl.make b/rules/libnftnl.make
index 7dbaf7639..17c8e0b68 100644
--- a/rules/libnftnl.make
+++ b/rules/libnftnl.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBNFTNL) += libnftnl
#
# Paths and names
#
-LIBNFTNL_VERSION := 1.2.8
-LIBNFTNL_MD5 := b0517646bbf47a8cf6ce67aeaeb201c4
+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)
--
2.47.3
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ptxdist] [PATCH 2/2] nftables: version bump 1.1.1 -> 1.1.6
2026-04-20 14:39 [ptxdist] [PATCH 0/2] netfilter: version bumps Alexander Dahl via ptxdist
2026-04-20 14:39 ` [ptxdist] [PATCH 1/2] libnftnl: version bump 1.2.8 -> 1.3.1 Alexander Dahl via ptxdist
@ 2026-04-20 14:39 ` Alexander Dahl via ptxdist
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
1 sibling, 1 reply; 5+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-04-20 14:39 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Contains enhancements and fixes.
- 1.1.6: https://lore.kernel.org/netfilter/aTLn9DVZSFeGN3IP@chamomile/
- 1.1.5: https://lore.kernel.org/netfilter/aK95VLv5qvd-RbGf@calendula/
- 1.1.4: https://lore.kernel.org/netfilter/aJNHt1OW7w6SBmsv@calendula/
- 1.1.3: https://lore.kernel.org/netfilter/aAeA_6rbRNqpIRE2@calendula/
- 1.1.2: https://lore.kernel.org/netfilter/Z_1KxMUDT0D8e6wH@calendula/
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
rules/nftables.make | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/rules/nftables.make b/rules/nftables.make
index 63dfbcff8..aa9c00bda 100644
--- a/rules/nftables.make
+++ b/rules/nftables.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NFTABLES) += nftables
#
# Paths and names
#
-NFTABLES_VERSION := 1.1.1
-NFTABLES_MD5 := f0a71bcd8c112be7594851b39d4a45c3
+NFTABLES_VERSION := 1.1.6
+NFTABLES_MD5 := 638ddff35ca429f68860a437d53237b4
NFTABLES := nftables-$(NFTABLES_VERSION)
NFTABLES_SUFFIX := tar.xz
NFTABLES_URL := https://ftp.netfilter.org/pub/nftables/$(NFTABLES).$(NFTABLES_SUFFIX)
@@ -36,10 +36,13 @@ NFTABLES_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--$(call ptx/endis, PTXCONF_NFTABLES_DEBUG)-debug \
--disable-man-doc \
+ --disable-fuzzer \
+ --disable-distcheck \
--$(call ptx/wwo, PTXCONF_NFTABLES_MGMP)-mini-gmp \
--without-cli \
--without-xtables \
- --without-json
+ --without-json \
+ --with-unitdir=/usr/lib/systemd/system
# ----------------------------------------------------------------------------
# Target-Install
--
2.47.3
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] [APPLIED] nftables: version bump 1.1.1 -> 1.1.6
2026-04-20 14:39 ` [ptxdist] [PATCH 2/2] nftables: version bump 1.1.1 -> 1.1.6 Alexander Dahl via ptxdist
@ 2026-04-27 7:46 ` Michael Olbrich
0 siblings, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2026-04-27 7:46 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Thanks, applied as 63c0f8111c24f8e114567d671e9fc99fba2b3581.
Michael
[sent from post-receive hook]
On Mon, 27 Apr 2026 09:46:13 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> Contains enhancements and fixes.
>
> - 1.1.6: https://lore.kernel.org/netfilter/aTLn9DVZSFeGN3IP@chamomile/
> - 1.1.5: https://lore.kernel.org/netfilter/aK95VLv5qvd-RbGf@calendula/
> - 1.1.4: https://lore.kernel.org/netfilter/aJNHt1OW7w6SBmsv@calendula/
> - 1.1.3: https://lore.kernel.org/netfilter/aAeA_6rbRNqpIRE2@calendula/
> - 1.1.2: https://lore.kernel.org/netfilter/Z_1KxMUDT0D8e6wH@calendula/
>
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20260420143917.1592314-3-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/nftables.make b/rules/nftables.make
> index 63dfbcff8021..aa9c00bda309 100644
> --- a/rules/nftables.make
> +++ b/rules/nftables.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NFTABLES) += nftables
> #
> # Paths and names
> #
> -NFTABLES_VERSION := 1.1.1
> -NFTABLES_MD5 := f0a71bcd8c112be7594851b39d4a45c3
> +NFTABLES_VERSION := 1.1.6
> +NFTABLES_MD5 := 638ddff35ca429f68860a437d53237b4
> NFTABLES := nftables-$(NFTABLES_VERSION)
> NFTABLES_SUFFIX := tar.xz
> NFTABLES_URL := https://ftp.netfilter.org/pub/nftables/$(NFTABLES).$(NFTABLES_SUFFIX)
> @@ -36,10 +36,13 @@ NFTABLES_CONF_OPT := \
> $(CROSS_AUTOCONF_USR) \
> --$(call ptx/endis, PTXCONF_NFTABLES_DEBUG)-debug \
> --disable-man-doc \
> + --disable-fuzzer \
> + --disable-distcheck \
> --$(call ptx/wwo, PTXCONF_NFTABLES_MGMP)-mini-gmp \
> --without-cli \
> --without-xtables \
> - --without-json
> + --without-json \
> + --with-unitdir=/usr/lib/systemd/system
>
> # ----------------------------------------------------------------------------
> # Target-Install
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-04-27 7:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-20 14:39 [ptxdist] [PATCH 0/2] netfilter: version bumps Alexander Dahl via ptxdist
2026-04-20 14:39 ` [ptxdist] [PATCH 1/2] libnftnl: version bump 1.2.8 -> 1.3.1 Alexander Dahl via ptxdist
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-20 14:39 ` [ptxdist] [PATCH 2/2] nftables: version bump 1.1.1 -> 1.1.6 Alexander Dahl via ptxdist
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox