firewall: add support for nat-rules and netifd-proto-originating rules
authorSteven Barth <cyrus@openwrt.org>
Mon, 14 Apr 2014 10:11:34 +0000 (10:11 +0000)
committerSteven Barth <cyrus@openwrt.org>
Mon, 14 Apr 2014 10:11:34 +0000 (10:11 +0000)
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 40510

package/network/config/firewall/Makefile

index c9c9859f768e8a16ebe794c77ed7aa14ddb48665..d2299333086eefdf5869dad62c834e35d7ff792f 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=firewall
-PKG_VERSION:=2014-03-20
+PKG_VERSION:=2014-04-14
 PKG_RELEASE:=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=git://nbd.name/firewall3.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=93aea77092b0c178fefe3ab95fc040534eda90a3
+PKG_SOURCE_VERSION:=e678dcbf0336c3ca10f9fe2fae8b19347b6c1d4d
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>