aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-06-29 13:31:39 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-06-29 13:31:39 +0000
commit166fe998f0e43ee23b5e4ac791f76cb752b894c3 (patch)
tree53bf77df514c5805b6224b62f565601029292def
parentd4bbf5e205372ef4b9cb121cdbc5270d693299fd (diff)
downloadupstream-166fe998f0e43ee23b5e4ac791f76cb752b894c3.tar.gz
upstream-166fe998f0e43ee23b5e4ac791f76cb752b894c3.tar.bz2
upstream-166fe998f0e43ee23b5e4ac791f76cb752b894c3.zip
AA: firewall: merge r37082 (#13787)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37083 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/firewall/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile
index b8b6d46a3f..558e8633db 100644
--- a/package/firewall/Makefile
+++ b/package/firewall/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
-PKG_VERSION:=2013-06-18.1
+PKG_VERSION:=2013-06-29
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:=88227a80c05cc305711160ba37e6c134654672a4
+PKG_SOURCE_VERSION:=635d8b088607ccb7a3124ce43469cda52150f484
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>