firewall3: update to git head
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 3 Jun 2013 16:38:29 +0000 (16:38 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 3 Jun 2013 16:38:29 +0000 (16:38 +0000)
  - Fixes problems with reusing matches or targets from loadable extensions

SVN-Revision: 36826

package/network/config/firewall3/Makefile

index 7a396847be4ca758708b19474e56ef01d27fa34b..a69c5a78510822bf54446413b55b3450cd864f32 100644 (file)
@@ -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>