summaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-06-04 10:26:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-06-04 10:26:49 +0000
commit6f6030825758273b3f6fa659470801fbc24a2789 (patch)
treeb41b3207fb8ccd0fbe9eb42bf35d998ca4aa3cbb /package/network
parentd401a206d90ac9d3fe96e23b66c6aad1490b05db (diff)
downloadmaster-31e0f0ae-6f6030825758273b3f6fa659470801fbc24a2789.tar.gz
master-31e0f0ae-6f6030825758273b3f6fa659470801fbc24a2789.tar.bz2
master-31e0f0ae-6f6030825758273b3f6fa659470801fbc24a2789.zip
firewall3: update to git head (#13641)
* Fixes wrong chain used for zone forward policy SVN-Revision: 36830
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 a69c5a7851..76d756ef09 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-06-03
+PKG_VERSION:=2013-06-04
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:=cecf523b7bc055cb38ac66844f6ec039d88023ca
+PKG_SOURCE_VERSION:=182abe47ae4686944482580b42a972827a0e4b51
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>