From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 14 Jan 2022 13:50:33 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1n8M2L-0022P4-SG for lore@lore.pengutronix.de; Fri, 14 Jan 2022 13:50:33 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1n8M2L-0007c2-1n; Fri, 14 Jan 2022 13:50:33 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n8M1s-0007bg-UP; Fri, 14 Jan 2022 13:50:04 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1n8M1s-00AFyi-To; Fri, 14 Jan 2022 13:50:04 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1n8M1r-0051SC-1N; Fri, 14 Jan 2022 13:50:03 +0100 Date: Fri, 14 Jan 2022 13:50:03 +0100 From: Michael Olbrich To: Alexander Dahl Message-ID: Mail-Followup-To: Alexander Dahl , ptxdist@pengutronix.de References: <20220110072958.37770-1-ada@thorsis.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220110072958.37770-1-ada@thorsis.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] nftables: version bump 0.8.3 -> 1.0.1 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: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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.ext.pengutronix.de); SAEximRunCond expanded to false On Mon, Jan 10, 2022 at 08:29:58AM +0100, Alexander Dahl wrote: > Signed-off-by: Alexander Dahl > --- > rules/nftables.make | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git a/rules/nftables.make b/rules/nftables.make > index 542071d2c..aaf170e37 100644 > --- a/rules/nftables.make > +++ b/rules/nftables.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NFTABLES) += nftables > # > # Paths and names > # > -NFTABLES_VERSION := 0.8.3 > -NFTABLES_MD5 := a604501c10a302fa417410b16f293d2c > +NFTABLES_VERSION := 1.0.1 > +NFTABLES_MD5 := e3cf7011ee1e8e123c962446262de7cc > NFTABLES := nftables-$(NFTABLES_VERSION) > NFTABLES_SUFFIX := tar.bz2 > NFTABLES_URL := http://ftp.netfilter.org/pub/nftables/$(NFTABLES).$(NFTABLES_SUFFIX) > @@ -36,10 +36,11 @@ NFTABLES_CONF_OPT := \ > $(CROSS_AUTOCONF_USR) \ > --$(call ptx/endis, PTXCONF_NFTABLES_DEBUG)-debug \ > --disable-man-doc \ > - --disable-pdf-doc \ > + --disable-python \ > --$(call ptx/wwo, PTXCONF_NFTABLES_MGMP)-mini-gmp \ > --without-cli \ > - --without-xtables > + --without-xtables \ There is an old patch that makes this option work correctly. Please update or remove if it was fixed upstream. Michael > + --without-json > > # ---------------------------------------------------------------------------- > # Target-Install > @@ -56,6 +57,7 @@ $(STATEDIR)/nftables.targetinstall: > > @$(call install_copy, nftables, 0, 0, 0755, -, /usr/sbin/nft) > @$(call install_alternative, nftables, 0, 0, 0755, /etc/nftables.conf) > + @$(call install_lib, nftables, 0, 0, 0644, libnftables) > > ifdef PTXCONF_NFTABLES_STARTSCRIPT > @$(call install_alternative, nftables, 0, 0, 0755, /etc/init.d/nftables) > -- > 2.20.1 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de