aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-07-10 16:44:20 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-07-10 16:44:20 +0000
commit2d1acf1049142482bc70c084d0a0d06d367a47a0 (patch)
tree09fc63a0a26be97ee7c10030055d83477d69abd2 /package/network/config/firewall/Makefile
parentc4eb977caff4f3a4dabe96944aa538354c2ea7ac (diff)
downloadmaster-187ad058-2d1acf1049142482bc70c084d0a0d06d367a47a0.tar.gz
master-187ad058-2d1acf1049142482bc70c084d0a0d06d367a47a0.tar.bz2
master-187ad058-2d1acf1049142482bc70c084d0a0d06d367a47a0.zip
firewall: fix segfault introduced by latest update
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41558 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall/Makefile')
-rw-r--r--package/network/config/firewall/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index 2687d3b68c..2d4599037f 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -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>