summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-05-21 14:49:37 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-05-21 14:49:37 +0000
commitdd83e87ab06f4e28a0ae26561aede79a48474f77 (patch)
treeef78e03c4e7a56947456280824b8f30dfac17f80 /package
parent6eec8009bac673b44f502f8272a43da979b48d7d (diff)
downloadmaster-31e0f0ae-dd83e87ab06f4e28a0ae26561aede79a48474f77.tar.gz
master-31e0f0ae-dd83e87ab06f4e28a0ae26561aede79a48474f77.tar.bz2
master-31e0f0ae-dd83e87ab06f4e28a0ae26561aede79a48474f77.zip
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
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 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 <jow@openwrt.org>