From 1206d0bb3f0c1ec2d2a315708e6a2b7d0a0c42d6 Mon Sep 17 00:00:00 2001
From: jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Wed, 22 May 2013 14:15:53 +0000
Subject: firewall3: update to git head

  - fix build on Linux < 3.7
  - limit zone names to 14 bytes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36691 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 package/network/config/firewall3/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'package/network/config/firewall3/Makefile')

diff --git a/package/network/config/firewall3/Makefile b/package/network/config/firewall3/Makefile
index 99315656d..6eb89c77a 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>
 
-- 
cgit v1.2.3