aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/ipset/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-10-12 12:19:46 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-10-12 12:19:46 +0000
commit62dbe93a40f153b741144157ff49773d0a6b7b4c (patch)
treef9facdf35658590c1b390839910f789cea2c67d1 /package/network/utils/ipset/Makefile
parent5ae0161cb4b6d46b46a9ac223bef904cd61c1d4a (diff)
downloadmaster-187ad058-62dbe93a40f153b741144157ff49773d0a6b7b4c.tar.gz
master-187ad058-62dbe93a40f153b741144157ff49773d0a6b7b4c.tar.bz2
master-187ad058-62dbe93a40f153b741144157ff49773d0a6b7b4c.zip
ipset: update to v6.14, drop obsolete patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33735 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/ipset/Makefile')
-rw-r--r--package/network/utils/ipset/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile
index 874f160d6f..273ef9d429 100644
--- a/package/network/utils/ipset/Makefile
+++ b/package/network/utils/ipset/Makefile
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=ipset
-PKG_VERSION:=6.11
-PKG_RELEASE:=2
+PKG_VERSION:=6.14
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://ipset.netfilter.org
-PKG_MD5SUM:=bfcc92e30a0fcf10ae6e7c4affa03c84
+PKG_MD5SUM:=70f2d4c054592236dcda285855a4ee58
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>