aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-03-19 16:18:05 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-03-19 16:18:05 +0000
commit6fbd824e9b3beea28cd536de1495446b75b78bad (patch)
tree24ed670fa4081275706c67c79bac049f94871dd7 /package
parentb1cc7a90a4de5a30e2c16f90c83faf3e98e3b9e2 (diff)
downloadupstream-6fbd824e9b3beea28cd536de1495446b75b78bad.tar.gz
upstream-6fbd824e9b3beea28cd536de1495446b75b78bad.tar.bz2
upstream-6fbd824e9b3beea28cd536de1495446b75b78bad.zip
firewall3: update to git head
* fixes reload handling of zones and ipsets that are still running but already deleted from the config SVN-Revision: 36092
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 aa00281e3c..e0e4952fff 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-03-19
+PKG_VERSION:=2013-03-19.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:=c21d2e2ab83dbfe60a45a6962e3b9d197b966a2e
+PKG_SOURCE_VERSION:=71d9d828691cefcac19201079473e600ffa596c9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
61' href='#n161'>161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198