diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-05-22 11:37:41 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-05-22 11:37:41 +0000 |
commit | c12189b37986d7093602fe163487044c943dc613 (patch) | |
tree | ce95e1573f70f70d21f226287b50e058db498c83 /package/network/config | |
parent | 6a4bd9012eac8d0bb3a4319354d6d4a1ff920a9e (diff) | |
download | upstream-c12189b37986d7093602fe163487044c943dc613.tar.gz upstream-c12189b37986d7093602fe163487044c943dc613.tar.bz2 upstream-c12189b37986d7093602fe163487044c943dc613.zip |
firewall3: update to git head
- fixes reload when firewall is not running already
- fixes crash when ipsets are supported but undeclared
- fixes handling of per zone user chains on reload
SVN-Revision: 36689
Diffstat (limited to 'package/network/config')
-rw-r--r-- | package/network/config/firewall3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall3/Makefile b/package/network/config/firewall3/Makefile index aecf09327d..99315656d0 100644 --- a/package/network/config/firewall3/Makefile +++ b/package/network/config/firewall3/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall3 -PKG_VERSION:=2013-05-21.1 +PKG_VERSION:=2013-05-22 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:=a7d923052fa3ca69a5f5453a872bc976fbb0f75a +PKG_SOURCE_VERSION:=d7988a8aaedbf22cf1d34268615034e3082613ce PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> |