From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 13 Nov 2024 14:20:09 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tBDI1-001RSS-17 for lore@lore.pengutronix.de; Wed, 13 Nov 2024 14:20:09 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1tBDI0-0003GV-UQ; Wed, 13 Nov 2024 14:20:08 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tBDHj-0002mJ-BR; Wed, 13 Nov 2024 14:19:51 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tBDHj-000aA0-0W; Wed, 13 Nov 2024 14:19:51 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tBDHj-006elZ-0M; Wed, 13 Nov 2024 14:19:51 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 13 Nov 2024 14:19:51 +0100 Message-Id: <20241113131951.1586262-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241110204733.1424464-1-christian.melki@t2data.com> References: <20241110204733.1424464-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] iptables: Version bump. 1.8.10 -> 1.8.11 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as f914a4564f2c903f363a36a4b2aabd49e38dfefa. Michael [sent from post-receive hook] On Wed, 13 Nov 2024 14:19:50 +0100, Christian Melki 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 > Message-Id: <20241110204733.1424464-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > 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) \