firewall: fix regressions introduced after latest ubus rework
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 10 Jul 2014 10:21:17 +0000 (10:21 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 10 Jul 2014 10:21:17 +0000 (10:21 +0000)
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>
SVN-Revision: 41556

package/network/config/firewall/Makefile

index 52434149165641e6cf2e4ff7e385e10fdfeaf923..2687d3b68cfad9077456e1518fb6e397b9c96bd4 100644 (file)
@@ -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>