]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
configure: bump version and libnftnl dependency v1.8.0
authorFlorian Westphal <fw@strlen.de>
Thu, 5 Jul 2018 18:54:11 +0000 (20:54 +0200)
committerFlorian Westphal <fw@strlen.de>
Thu, 5 Jul 2018 18:56:06 +0000 (20:56 +0200)
Signed-off-by: Florian Westphal <fw@strlen.de>
configure.ac

index 5be880ec0e165c9e941d5e403a68285fbf29686e..07e32064489b22563d18a732e456e630fed073d0 100644 (file)
@@ -1,5 +1,5 @@
 
-AC_INIT([iptables], [1.6.2])
+AC_INIT([iptables], [1.8.0])
 
 # See libtool.info "Libtool's versioning system"
 libxtables_vcurrent=12
@@ -136,7 +136,7 @@ if test "x$enable_nftables" = "xyes"; then
                exit 1
        fi
 
-       PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.0.5], [nftables=1], [nftables=0])
+       PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.1.1], [nftables=1], [nftables=0])
 
        if test "$nftables" = 0;
        then