summaryrefslogtreecommitdiff
path: root/package
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
commit2b274eb7191c121616a93219ef0cf4daf81404dd (patch)
treec817b4c3edb0b837bdb9e9ccd85e182e86916907 /package
parent3445645d18173e468464dcae2d86fa8b3e116383 (diff)
downloadmtk-20170518-2b274eb7191c121616a93219ef0cf4daf81404dd.zip
mtk-20170518-2b274eb7191c121616a93219ef0cf4daf81404dd.tar.gz
mtk-20170518-2b274eb7191c121616a93219ef0cf4daf81404dd.tar.bz2
firewall: update to the latest version, adds support for fetching firewall rules from procd
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41480
Diffstat (limited to 'package')
-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 988855c..e521da6 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>