diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-06-18 14:14:35 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-06-18 14:14:35 +0000 |
commit | 37ae268729ee22534f36fb2939d0f54af287e8b1 (patch) | |
tree | d04d53ed5f486d3e63faade0a4f0af29bbc38934 /package/network/config | |
parent | 5219d38da29f879a86459a96ae3f5b2e1e33a95f (diff) | |
download | upstream-37ae268729ee22534f36fb2939d0f54af287e8b1.tar.gz upstream-37ae268729ee22534f36fb2939d0f54af287e8b1.tar.bz2 upstream-37ae268729ee22534f36fb2939d0f54af287e8b1.zip |
firewall: update to git head
- fixes calculation of IPv4 netmasks derived from 0.0.0.0/0 CIDRs
SVN-Revision: 36960
Diffstat (limited to 'package/network/config')
-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 d9740c6557..13c42d05af 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:=2013-06-13.1 +PKG_VERSION:=2013-06-18 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:=9e7b8360c3f9c7d518322e732e6d8ddfbbf43c60 +PKG_SOURCE_VERSION:=098b7d6add425aadb0cfe5af34c5d88d5320d33f PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> |