aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-03-19 16:18:05 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-03-19 16:18:05 +0000
commit7384872325749184e34fdcd3504a6b1a3286822a (patch)
tree1c397f87924228ccc3c4fd87e93bf30f3de5218a /package/network
parent2b78201a9047c58fb31f8500966f1447e4934aaa (diff)
downloadmaster-187ad058-7384872325749184e34fdcd3504a6b1a3286822a.tar.gz
master-187ad058-7384872325749184e34fdcd3504a6b1a3286822a.tar.bz2
master-187ad058-7384872325749184e34fdcd3504a6b1a3286822a.zip
firewall3: update to git head
* fixes reload handling of zones and ipsets that are still running but already deleted from the config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36092 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-rw-r--r--package/network/config/firewall3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall3/Makefile b/package/network/config/firewall3/Makefile
index aa00281e3c..e0e4952fff 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-03-19
+PKG_VERSION:=2013-03-19.1
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:=c21d2e2ab83dbfe60a45a6962e3b9d197b966a2e
+PKG_SOURCE_VERSION:=71d9d828691cefcac19201079473e600ffa596c9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>