1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00

firewall3: update to git head

- Fixes problems with reusing matches or targets from loadable extensions

SVN-Revision: 36826
This commit is contained in:
Jo-Philipp Wich 2013-06-03 16:38:29 +00:00
parent 791c103df7
commit 6eeca5176e

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall3
PKG_VERSION:=2013-05-27
PKG_VERSION:=2013-06-03
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:=73805dcc03e242fe5e25c9764ed33456acebdb95
PKG_SOURCE_VERSION:=cecf523b7bc055cb38ac66844f6ec039d88023ca
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>