nftables: bump to version 0.7
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 21 Dec 2016 14:47:11 +0000 (11:47 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 21 Dec 2016 16:14:51 +0000 (17:14 +0100)
And fix small CONF_OPTS assignment snafu.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/nftables/nftables.hash
package/nftables/nftables.mk

index 987aae3f477b7b697e3119fea8de37545e358646..a743476ae91cc58fb758e2dffcb5508d479561c8 100644 (file)
@@ -1,2 +1,2 @@
-# From http://www.netfilter.org/projects/nftables/downloads.html#nftables-0.6
-sha1   c0f90a208e0ab5d43d3e638350a4fe58e6f4366f        nftables-0.6.tar.bz2
+# From http://www.netfilter.org/projects/nftables/downloads.html#nftables-0.7
+sha1   c003fa8b63b1b44c52de345a4d84487d81865a98        nftables-0.7.tar.bz2
index 10a1b4272cd71612fb799b310b1403e2127265a8..64d6be72ceb3601000f0a45c6760bf4cf26fd8f8 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NFTABLES_VERSION = 0.6
+NFTABLES_VERSION = 0.7
 NFTABLES_SOURCE = nftables-$(NFTABLES_VERSION).tar.bz2
 NFTABLES_SITE = http://www.netfilter.org/projects/nftables/files
 NFTABLES_DEPENDENCIES = gmp libmnl libnftnl host-bison host-flex \
@@ -16,7 +16,7 @@ ifeq ($(BR2_PACKAGE_READLINE),y)
 NFTABLES_DEPENDENCIES += readline
 NFTABLES_LIBS += -lncurses
 else
-NFTABLES_CONF_OPTS = --without-cli
+NFTABLES_CONF_OPTS += --without-cli
 endif
 
 ifeq ($(BR2_STATIC_LIBS)$(BR2_PACKAGE_LIBNFTNL_JSON),yy)