aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/nftables/Makefile
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-01-12 06:16:51 +0000
committerSteven Barth <cyrus@openwrt.org>2015-01-12 06:16:51 +0000
commit6150714eb06ed4adf0b13fe8e44e2389db17ac7d (patch)
treeb4a36158488cf8a173de466c8894b00999ebded5 /package/network/utils/nftables/Makefile
parenta0191c9b64d03f1548e5d1f33e2963a785f743f6 (diff)
downloadupstream-6150714eb06ed4adf0b13fe8e44e2389db17ac7d.tar.gz
upstream-6150714eb06ed4adf0b13fe8e44e2389db17ac7d.tar.bz2
upstream-6150714eb06ed4adf0b13fe8e44e2389db17ac7d.zip
nftables: bump to latest and enable debugging
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43944
Diffstat (limited to 'package/network/utils/nftables/Makefile')
-rw-r--r--package/network/utils/nftables/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile
index 194119badc..5816aa0f9f 100644
--- a/package/network/utils/nftables/Makefile
+++ b/package/network/utils/nftables/Makefile
@@ -7,14 +7,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nftables
-PKG_VERSION:=0.4+2015-01-08
+PKG_VERSION:=0.4+2015-01-12
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:=b3529cf43bba5c3c4cddefa7f5d0143d510fd3ec
+PKG_SOURCE_VERSION:=b17e27f472adc2e82582d90df0111d5b95c8afe0
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
PKG_LICENSE:=GPL-2.0
@@ -23,7 +23,6 @@ PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk
CONFIGURE_ARGS += \
- --disable-debug \
--with-mini-gmp \
--without-cli \