aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-07-10 10:21:17 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-07-10 10:21:17 +0000
commit738111041cc27dff8d2dc8c22e61209b1c753ed8 (patch)
treef36c60533008d90301d705174f68dc8a1b05769a /package/network/config/firewall/Makefile
parentad2bc589d5443844f2f77b87b9979a728ee2b886 (diff)
downloadmaster-187ad058-738111041cc27dff8d2dc8c22e61209b1c753ed8.tar.gz
master-187ad058-738111041cc27dff8d2dc8c22e61209b1c753ed8.tar.bz2
master-187ad058-738111041cc27dff8d2dc8c22e61209b1c753ed8.zip
firewall: fix regressions introduced after latest ubus rework
The commit 92281eb747b56e748b7c3d754055919c23befdd4 broke fw3_ubus_addresses() so that no addresses where returned at all, this caused fw3 to not emit NAT reflection rules anymore. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41556 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall/Makefile')
-rw-r--r--package/network/config/firewall/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index 5243414916..2687d3b68c 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
-PKG_VERSION:=2014-07-03
+PKG_VERSION:=2014-07-10
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:=7db01c8b2fda897c596ee7befbead66c31285590
+PKG_SOURCE_VERSION:=fb51b4bdea243b2131dce324cb0b71be339a1ab4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>