X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fnetwork%2Futils%2Fnftables%2FMakefile;h=b45440367d60369ac5713c31691112ef3c07b48d;hp=3788e16ee93caeecb39d89db3c74ee3f139d7377;hb=779227d5eea433cd169f4b2a7855a1fc5d3fcaf4;hpb=8aa9160274e199931fab7a89a199dffb596e4d78 diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile index 3788e16ee9..b45440367d 100644 --- a/package/network/utils/nftables/Makefile +++ b/package/network/utils/nftables/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2014 OpenWrt.org +# Copyright (C) 2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,14 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nftables -PKG_VERSION:=0.3+2014-12-12 +PKG_VERSION:=0.7 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:=a698868d52a550bab4867c0dc502037155baa11d +PKG_SOURCE_VERSION:=79cbd19e7437680561b26109bbf4f48cb2e8e0a7 +PKG_MIRROR_HASH:=6b06a114c5a1b397b0ae616d5d292859611b0eb05b647182b3c00421909338b8 PKG_MAINTAINER:=Steven Barth PKG_LICENSE:=GPL-2.0 @@ -23,8 +22,7 @@ PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk CONFIGURE_ARGS += \ - --disable-debug \ - --without-libgmp \ + --with-mini-gmp \ --without-cli \ define Package/nftables