aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/nftables/Makefile
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-10-21 20:00:56 +0000
committerSteven Barth <steven@midlink.org>2014-10-21 20:00:56 +0000
commitf359b1d642e87f7709a78e1aa5c6021f7354d446 (patch)
tree43aa264d6617ee174f504bd80ef57f14832f85d7 /package/network/utils/nftables/Makefile
parentc0b565ba435108976e59709b02522db462783314 (diff)
downloadmaster-187ad058-f359b1d642e87f7709a78e1aa5c6021f7354d446.tar.gz
master-187ad058-f359b1d642e87f7709a78e1aa5c6021f7354d446.tar.bz2
master-187ad058-f359b1d642e87f7709a78e1aa5c6021f7354d446.zip
nftables: bump to latest, fix minigmp
Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43013 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/nftables/Makefile')
-rw-r--r--package/network/utils/nftables/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile
index 3b33a1a0a6..4f25ee91e7 100644
--- a/package/network/utils/nftables/Makefile
+++ b/package/network/utils/nftables/Makefile
@@ -7,15 +7,16 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nftables
-PKG_VERSION:=0.3+2014-09-30
+PKG_VERSION:=0.3+2014-10-21
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=git://git.netfilter.org/nftables
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=36c8a131af6217579da582bc320e16171df0f3af
+PKG_SOURCE_VERSION:=17b495957b29e699f59874d1ceca9535921b1a79
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
+PKG_LICENSE:=GPL-2.0
PKG_FIXUP:=autoreconf
@@ -24,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
CONFIGURE_ARGS += \
--disable-debug \
--without-libgmp \
- --without-libreadline \
+ --without-cli \
define Package/nftables
SECTION:=net