From: Pablo Neira Ayuso Date: Mon, 27 May 2019 15:05:45 +0000 (+0200) Subject: configure: bump versions for 1.8.3 release X-Git-Tag: v1.8.3^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1447b15100fe73810237809c1d4ade3c861b6d96;p=thirdparty%2Fiptables.git configure: bump versions for 1.8.3 release Bump version dependency on libnftnl since this needs new nftnl_chain_rule_*() functions. Signed-off-by: Pablo Neira Ayuso --- diff --git a/configure.ac b/configure.ac index e6c9832f..b94512d7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([iptables], [1.8.2]) +AC_INIT([iptables], [1.8.3]) # See libtool.info "Libtool's versioning system" libxtables_vcurrent=14 @@ -136,7 +136,7 @@ if test "x$enable_nftables" = "xyes"; then exit 1 fi - PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.1.1], [nftables=1], [nftables=0]) + PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.1.3], [nftables=1], [nftables=0]) if test "$nftables" = 0; then