firewall: fix segfault introduced by latest update
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 10 Jul 2014 16:44:20 +0000 (16:44 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 10 Jul 2014 16:44:20 +0000 (16:44 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41558

package/network/config/firewall/Makefile

index 2687d3b68cfad9077456e1518fb6e397b9c96bd4..2d4599037fe10fd30f0631b059ddbe97a1e2fe4c 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=firewall
-PKG_VERSION:=2014-07-10
+PKG_VERSION:=2014-07-10a
 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:=fb51b4bdea243b2131dce324cb0b71be339a1ab4
+PKG_SOURCE_VERSION:=0aaf63b89efb27bfa370aabc7550de10335abbe3
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>