summaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall3/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-03-13 15:46:30 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-03-13 15:46:30 +0000
commit9faa312dbb3391ffb97516802331d86da2b2ee6b (patch)
treee54ac299d08a75a91febc9f0a6b7455814d8710a /package/network/config/firewall3/Makefile
parente29424e0c8ce5382e0a418ca25e0e1e439ee4fc3 (diff)
downloadmaster-31e0f0ae-9faa312dbb3391ffb97516802331d86da2b2ee6b.tar.gz
master-31e0f0ae-9faa312dbb3391ffb97516802331d86da2b2ee6b.tar.bz2
master-31e0f0ae-9faa312dbb3391ffb97516802331d86da2b2ee6b.zip
firewall3: update to git head
* Adds support for emitting hotplug events when creating and clearing zones (fixes miniupnpd) * Make NAT reflection direction configurable * Map init script stop action to flush * Map init script reload action to reload * Respect init script disabled state in hotplug handler SVN-Revision: 35998
Diffstat (limited to 'package/network/config/firewall3/Makefile')
-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 5b20dadefe..342f4ad58d 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-11
+PKG_VERSION:=2013-03-13
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:=87c4f12e16ae726e20774ee58468fa751a79a2c1
+PKG_SOURCE_VERSION:=ff9d5e13c9150c62fe698e4bc5541e6f92b241d0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>