diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-02 19:18:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-02 19:18:13 +0000 |
commit | 2b274eb7191c121616a93219ef0cf4daf81404dd (patch) | |
tree | c817b4c3edb0b837bdb9e9ccd85e182e86916907 /package/network/config/firewall | |
parent | 3445645d18173e468464dcae2d86fa8b3e116383 (diff) | |
download | upstream-2b274eb7191c121616a93219ef0cf4daf81404dd.tar.gz upstream-2b274eb7191c121616a93219ef0cf4daf81404dd.tar.bz2 upstream-2b274eb7191c121616a93219ef0cf4daf81404dd.zip |
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/network/config/firewall')
-rw-r--r-- | package/network/config/firewall/Makefile | 4 |
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> |