aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-03-22 14:10:29 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-03-22 14:10:29 +0000
commit8ad3c5dce67d71252a45ae60f55d2d750d84d986 (patch)
tree53b6459ce994d1c1a129938b68182997d442e9f4
parent037194a1909e1707d7ca46b2e10794c7bf7b8bf0 (diff)
downloadmaster-187ad058-8ad3c5dce67d71252a45ae60f55d2d750d84d986.tar.gz
master-187ad058-8ad3c5dce67d71252a45ae60f55d2d750d84d986.tar.bz2
master-187ad058-8ad3c5dce67d71252a45ae60f55d2d750d84d986.zip
firewall3: update to git head
* fixes parsing of src/dest '*' * fixes parsing of proto 'all' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36111 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 1afe057a84..5455f8f08d 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-21
+PKG_VERSION:=2013-03-22
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:=cb80885eeb7d45b56651c22a7bec2bfe6a646add
+PKG_SOURCE_VERSION:=55cad166123faca16c40b25579fd4d49e4b3a380
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>