diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-10-12 12:19:46 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-10-12 12:19:46 +0000 |
commit | 1eded4f376bf60ac8b23a7f5a4e4b417c655fb6b (patch) | |
tree | 8e8e195b8b45214cdea9eeca7a1e65ce17ea552f /package/network/utils/ipset/Makefile | |
parent | 9b256a0bbfa8a7778df93e49e87572573a2bd797 (diff) | |
download | upstream-1eded4f376bf60ac8b23a7f5a4e4b417c655fb6b.tar.gz upstream-1eded4f376bf60ac8b23a7f5a4e4b417c655fb6b.tar.bz2 upstream-1eded4f376bf60ac8b23a7f5a4e4b417c655fb6b.zip |
ipset: update to v6.14, drop obsolete patches
SVN-Revision: 33735
Diffstat (limited to 'package/network/utils/ipset/Makefile')
-rw-r--r-- | package/network/utils/ipset/Makefile | 6 |
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> |