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]>
---
 rules/iptables.make | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/rules/iptables.make b/rules/iptables.make
index 580edc304..b55378c28 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) \
-- 
2.34.1


Reply via email to