diff options
author | Steven Barth <steven@midlink.org> | 2015-02-26 07:14:41 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-02-26 07:14:41 +0000 |
commit | 810afa9a4a5fe60f3a8b22d583f71a6577afd500 (patch) | |
tree | e4733af7532ed85f1a1e363e85f8a04ced388375 /package/network/config/firewall/Makefile | |
parent | fe614609488d6b7d6cf225465dffee3244214026 (diff) | |
download | upstream-810afa9a4a5fe60f3a8b22d583f71a6577afd500.tar.gz upstream-810afa9a4a5fe60f3a8b22d583f71a6577afd500.tar.bz2 upstream-810afa9a4a5fe60f3a8b22d583f71a6577afd500.zip |
firewall: fix some more null-pointer accesses
thanks to Hans Dedecker
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44540 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall/Makefile')
-rw-r--r-- | package/network/config/firewall/Makefile | 4 |
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 |