From: jow Date: Tue, 12 Nov 2013 11:00:49 +0000 (+0000) Subject: Update ipset to version 6.20.1 X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=18a5b18c293cbf3f1febb25a12eb956e6e71a7d1;hp=75e780c60bc2ffa43a694d601f27db17cc166272;ds=inline Update ipset to version 6.20.1 Signed-off-by: Nikolay Martynov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38778 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile index 209a5c261c..71045e47be 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.16.1 +PKG_VERSION:=6.20.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://ipset.netfilter.org -PKG_MD5SUM:=9fd70c825f052db7dc9d5ba0562b7083 +PKG_MD5SUM:=8af741492752fbf24d3a28a9d1473d40 PKG_MAINTAINER:=Jo-Philipp Wich diff --git a/package/network/utils/ipset/patches/001-fix-kernel-3.9.patch b/package/network/utils/ipset/patches/001-fix-kernel-3.9.patch deleted file mode 100644 index d57ab0287e..0000000000 --- a/package/network/utils/ipset/patches/001-fix-kernel-3.9.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/kernel/net/netfilter/ipset/ip_set_core.c -+++ b/kernel/net/netfilter/ipset/ip_set_core.c -@@ -27,6 +27,13 @@ - #include - #include - -+#ifndef IPSET_IN_KERNEL_TREE -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 9, 0) -+#define nfnl_unlock() nfnl_unlock(NFNL_SUBSYS_IPSET) -+#define nfnl_lock() nfnl_lock(NFNL_SUBSYS_IPSET) -+#endif -+#endif -+ - static LIST_HEAD(ip_set_type_list); /* all registered set types */ - static DEFINE_MUTEX(ip_set_type_mutex); /* protects ip_set_type_list */ - static DEFINE_RWLOCK(ip_set_ref_lock); /* protects the set refs */