]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
nftables: Update to 1.0.8
authorPeter Müller <peter.mueller@ipfire.org>
Sat, 16 Sep 2023 11:24:52 +0000 (13:24 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 16 Sep 2023 11:40:34 +0000 (11:40 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
nftables/nftables.nm

index 9e358a7cff6f9af22ec68494fb5f1a076d62e75b..9a138f941826bd3477a58c159d59cb37bd9fc19f 100644 (file)
@@ -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