summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-06-03 16:38:29 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-06-03 16:38:29 +0000
commit6eeca5176eef8c15266b25b5d183764af7ce2408 (patch)
treeca0f1892e2a19da5ffe195ae22fe23bf1120a937 /package
parent791c103df72a002188129fea16c4ac45b5cb5857 (diff)
downloadmaster-31e0f0ae-6eeca5176eef8c15266b25b5d183764af7ce2408.tar.gz
master-31e0f0ae-6eeca5176eef8c15266b25b5d183764af7ce2408.tar.bz2
master-31e0f0ae-6eeca5176eef8c15266b25b5d183764af7ce2408.zip
firewall3: update to git head
- Fixes problems with reusing matches or targets from loadable extensions SVN-Revision: 36826
Diffstat (limited to 'package')
-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 7a396847be..a69c5a7851 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-27
+PKG_VERSION:=2013-06-03
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:=73805dcc03e242fe5e25c9764ed33456acebdb95
+PKG_SOURCE_VERSION:=cecf523b7bc055cb38ac66844f6ec039d88023ca
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>