From: Peter Müller Date: Sat, 16 Sep 2023 11:24:52 +0000 (+0200) Subject: nftables: Update to 1.0.8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f00b41b39745ff58207df7f53739e02413981399;p=ipfire-3.x.git nftables: Update to 1.0.8 Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- diff --git a/nftables/nftables.nm b/nftables/nftables.nm index 9e358a7cf..9a138f941 100644 --- a/nftables/nftables.nm +++ b/nftables/nftables.nm @@ -4,8 +4,8 @@ ############################################################################### name = nftables -version = 1.0.5 -release = 2.1 +version = 1.0.8 +release = 1 groups = Networking/Tools url = https://netfilter.org/projects/nftables/ @@ -17,7 +17,7 @@ description end source_dl = https://netfilter.org/projects/nftables/files/ -sources = %{thisapp}.tar.bz2 +sources = %{thisapp}.tar.xz build requires @@ -30,7 +30,8 @@ build libtool libedit-devel libmnl-devel >= 1.0.4 - libnftnl-devel >= 1.2.3 + libnftnl-devel >= 1.2.6 + python3-setuptools readline-devel end end