Thanks, applied as f914a4564f2c903f363a36a4b2aabd49e38dfefa. Michael
[sent from post-receive hook] On Wed, 13 Nov 2024 14:19:50 +0100, Christian Melki <[email protected]> wrote: > https://www.netfilter.org/projects/iptables/files/changes-iptables-1.8.11.txt > > * Use new configure option to strictly enable or disable libnfnetlink. > > Signed-off-by: Christian Melki <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/iptables.make b/rules/iptables.make > index 580edc3046ce..b55378c28e5c 100644 > --- a/rules/iptables.make > +++ b/rules/iptables.make > @@ -19,8 +19,8 @@ PACKAGES-$(PTXCONF_IPTABLES) += iptables > # > # Paths and names > # > -IPTABLES_VERSION := 1.8.10 > -IPTABLES_MD5 := 5eaa3bb424dd3a13c98c0cb026314029 > +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) > @@ -48,6 +48,7 @@ IPTABLES_CONF_OPT := \ > --disable-bpf-compiler \ > --disable-nfsynproxy \ > --$(call ptx/endis, PTXCONF_IPTABLES_NFTABLES_COMPAT)-nftables \ > + --$(call ptx/endis, PTXCONF_IPTABLES_LIBNFNETLINK)-libnfnetlink \ > --disable-connlabel \ > --disable-profiling \ > --with-kernel=$(KERNEL_HEADERS_DIR) \
