aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-06-05 11:42:38 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-06-05 11:42:38 +0000
commit802947ff1e24b75a25a3d5150e902cdc3166ae8d (patch)
tree6a2753b2ba8cf9eda250869a232df0dcaabc60d4
parentbafd98a883e6ff54bd1be087c848f876fdc6fcf8 (diff)
downloadupstream-802947ff1e24b75a25a3d5150e902cdc3166ae8d.tar.gz
upstream-802947ff1e24b75a25a3d5150e902cdc3166ae8d.tar.bz2
upstream-802947ff1e24b75a25a3d5150e902cdc3166ae8d.zip
AA: firewall: merge r36854
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36855 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 18a86014cb..a54ffc1359 100644
--- a/package/firewall/Makefile
+++ b/package/firewall/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
-PKG_VERSION:=2013-06-04
+PKG_VERSION:=2013-06-05
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:=5ee2129eaa23a28bfef6d20c273cafc0be559b3d
+PKG_SOURCE_VERSION:=6e6a38ea87aebeaefe70869c226cadad0312f144
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>