diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-20 13:51:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-20 13:51:43 +0000 |
commit | 9985a730766608d45b6f40e2da755605bbb28f64 (patch) | |
tree | 0c0482c6856031246b0c340cd75da12b84dfe941 /package/network/config/firewall/Makefile | |
parent | 044c8c897f18d92e8ea8077a5d7e85aa32a36496 (diff) | |
download | upstream-9985a730766608d45b6f40e2da755605bbb28f64.tar.gz upstream-9985a730766608d45b6f40e2da755605bbb28f64.tar.bz2 upstream-9985a730766608d45b6f40e2da755605bbb28f64.zip |
firewall: update to latest version, fixes a musl build error
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39965 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 8c851641e7..c9c9859f76 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-02-21 +PKG_VERSION:=2014-03-20 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:=7dfc240dfaee099eab04bd18369edb11dfbb5045 +PKG_SOURCE_VERSION:=93aea77092b0c178fefe3ab95fc040534eda90a3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> |