From: Jo-Philipp Wich Date: Tue, 21 May 2013 14:49:37 +0000 (+0000) Subject: firewall3: update to git head X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=dd83e87ab06f4e28a0ae26561aede79a48474f77;p=openwrt%2Fstaging%2Frobimarko.git firewall3: update to git head - fixes segfault in flush command if ipset support is not available - fixes internal rule generation if custom chains are enabled SVN-Revision: 36686 --- diff --git a/package/network/config/firewall3/Makefile b/package/network/config/firewall3/Makefile index 5ddc792d1d..aecf09327d 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-21 +PKG_VERSION:=2013-05-21.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:=54904110e3122f4fcded32f5ff6ef30f7de7363c +PKG_SOURCE_VERSION:=a7d923052fa3ca69a5f5453a872bc976fbb0f75a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich