mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] iptables: Version bump. 1.8.10 -> 1.8.11
@ 2024-11-10 20:47 Christian Melki
  2024-11-13 13:19 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-11-10 20:47 UTC (permalink / raw)
  To: ptxdist

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 <christian.melki@t2data.com>
---
 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




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

end of thread, other threads:[~2024-11-13 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-10 20:47 [ptxdist] [PATCH] iptables: Version bump. 1.8.10 -> 1.8.11 Christian Melki
2024-11-13 13:19 ` [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