aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-05-22 14:15:53 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-05-22 14:15:53 +0000
commitb757ca2259fe3a490e3409f066e6b7890b9c90bf (patch)
tree0ad29b71f85cff348575c683f74ec8376c7a8e56 /package
parent9c3ac668e0ecbb25d5da4ef246cbbe4710cc6b9f (diff)
downloadupstream-b757ca2259fe3a490e3409f066e6b7890b9c90bf.tar.gz
upstream-b757ca2259fe3a490e3409f066e6b7890b9c90bf.tar.bz2
upstream-b757ca2259fe3a490e3409f066e6b7890b9c90bf.zip
firewall3: update to git head
- fix build on Linux < 3.7 - limit zone names to 14 bytes SVN-Revision: 36691
Diffstat (limited to 'package')
-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 99315656d0..6eb89c77a8 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-05-22
+PKG_VERSION:=2013-05-22.1
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:=d7988a8aaedbf22cf1d34268615034e3082613ce
+PKG_SOURCE_VERSION:=c3a5b984f6cec4014c1120ee900a53b452eb9e32
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>