aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-02-26 07:14:41 +0000
committerSteven Barth <cyrus@openwrt.org>2015-02-26 07:14:41 +0000
commit0f365e4cb9f357ffa9a77454eb5f93d844fe9cbf (patch)
treed0a3ef2185fb5ad08d169e9a41de2fb99df8f8e8 /package/network
parentff009fb74c74a988edd65a2d1081aefa4501a43f (diff)
downloadupstream-0f365e4cb9f357ffa9a77454eb5f93d844fe9cbf.tar.gz
upstream-0f365e4cb9f357ffa9a77454eb5f93d844fe9cbf.tar.bz2
upstream-0f365e4cb9f357ffa9a77454eb5f93d844fe9cbf.zip
firewall: fix some more null-pointer accesses
thanks to Hans Dedecker Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44540
Diffstat (limited to 'package/network')
-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 f2ab42928f..315720d93c 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:=2015-01-08
+PKG_VERSION:=2015-02-26
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:=c03e20d7f594058ff223f30cf34de1b5e8210b8d
+PKG_SOURCE_VERSION:=165029cb8c0f1545628f44143aec965e64cef021
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
PKG_LICENSE:=ISC