aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-07-02 19:18:13 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-07-02 19:18:13 +0000
commit3a49df3b9c228a4266acc4749420f4c1dcad0355 (patch)
treef55c54d344be3ede03747a0cb5ae7340b3e6ea9d /package/network/config/firewall/Makefile
parentd0668e0a9452dee361c8b97b766e82c4abdad0f5 (diff)
downloadmaster-187ad058-3a49df3b9c228a4266acc4749420f4c1dcad0355.tar.gz
master-187ad058-3a49df3b9c228a4266acc4749420f4c1dcad0355.tar.bz2
master-187ad058-3a49df3b9c228a4266acc4749420f4c1dcad0355.zip
firewall: update to the latest version, adds support for fetching firewall rules from procd
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41480 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall/Makefile')
-rw-r--r--package/network/config/firewall/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index 988855c37d..e521da6cc3 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
-PKG_VERSION:=2014-06-26
+PKG_VERSION:=2014-07-02
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:=b99104d3ab99077cdce312e1c0a8e605844b525c
+PKG_SOURCE_VERSION:=94e7253a1166c1a03061c12e7e469433111f8f6f
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>