diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-03-21 14:25:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-03-21 14:25:17 +0000 |
commit | 6cce0f0ddb093c437e86d987f207eb75cd972dec (patch) | |
tree | 17643df22901d1dc573bed58b73e95205c60aa9b /package/network/config/firewall3 | |
parent | 0314910b37e36c403fada68d1a80f8b8dd5897a2 (diff) | |
download | master-187ad058-6cce0f0ddb093c437e86d987f207eb75cd972dec.tar.gz master-187ad058-6cce0f0ddb093c437e86d987f207eb75cd972dec.tar.bz2 master-187ad058-6cce0f0ddb093c437e86d987f207eb75cd972dec.zip |
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')
-rw-r--r-- | package/network/config/firewall3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall3/Makefile b/package/network/config/firewall3/Makefile index e0e4952fff..1afe057a84 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> |