Author: cyrus Date: 2015-01-08 12:31:36 +0100 (Thu, 08 Jan 2015) New Revision: 43870
Removed: trunk/package/network/utils/nftables/patches/ Modified: trunk/package/network/utils/nftables/Makefile Log: nftables: bump to latest git / all patches upstreamed Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/network/utils/nftables/Makefile =================================================================== --- trunk/package/network/utils/nftables/Makefile 2015-01-08 11:02:00 UTC (rev 43869) +++ trunk/package/network/utils/nftables/Makefile 2015-01-08 11:31:36 UTC (rev 43870) @@ -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,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nftables -PKG_VERSION:=0.4 +PKG_VERSION:=0.4+2015-01-08 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:=v0.4 +PKG_SOURCE_VERSION:=b3529cf43bba5c3c4cddefa7f5d0143d510fd3ec PKG_MAINTAINER:=Steven Barth <[email protected]> PKG_LICENSE:=GPL-2.0 @@ -24,7 +24,7 @@ CONFIGURE_ARGS += \ --disable-debug \ - --without-libgmp \ + --with-mini-gmp \ --without-cli \ define Package/nftables _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
