firewall3: update to git head
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 21 Mar 2013 14:25:17 +0000 (14:25 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 21 Mar 2013 14:25:17 +0000 (14:25 +0000)
  * fixes port remapping rules (#13217)

SVN-Revision: 36100

package/network/config/firewall3/Makefile

index e0e4952fffe2399f57c88fa93d64aa5571bd6dc6..1afe057a842bae4e36dc55f741410128b50e291d 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=firewall3
-PKG_VERSION:=2013-03-19.1
+PKG_VERSION:=2013-03-21
 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:=71d9d828691cefcac19201079473e600ffa596c9
+PKG_SOURCE_VERSION:=cb80885eeb7d45b56651c22a7bec2bfe6a646add
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>