summaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall3/Makefile
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-21 14:25:17 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-21 14:25:17 +0000
commitdaf061c310a84fb86ccd8776589f9eefe4939642 (patch)
tree17643df22901d1dc573bed58b73e95205c60aa9b /package/network/config/firewall3/Makefile
parentef17bbda2146763d7e630dbd95567f878f122d6a (diff)
firewall3: update to git head
* fixes port remapping rules (#13217) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36100 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall3/Makefile')
-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 e0e4952ff..1afe057a8 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-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>