ipset 6.12
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ipset?expand=0&rev=9
This commit is contained in:
parent
7ebd980e48
commit
d16c9fd5e3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9491ce236d04d21dff120657081c9685f6fb83e9f3f183320180b24640bae508
|
|
||||||
size 314464
|
|
3
ipset-6.12.tar.xz
Normal file
3
ipset-6.12.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:19427a974a849af860f534833913d9061cc6e7b032bb2a236552646ff3d7a699
|
||||||
|
size 248912
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 10 11:07:52 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 6.12
|
||||||
|
* Report syntax error messages immediately
|
||||||
|
* Add dynamic module support to ipset userspace tool
|
||||||
|
* Fix timeout value overflow bug at large timeout parameters
|
||||||
|
* gcc 4.7 support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 20 17:27:01 UTC 2012 - jengelh@medozas.de
|
Fri Jan 20 17:27:01 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
28
ipset.spec
28
ipset.spec
@ -16,27 +16,27 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: ipset
|
Name: ipset
|
||||||
%define lname libipset2
|
%define lname libipset2
|
||||||
Version: 6.11
|
Version: 6.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Group: Productivity/Networking/Security
|
|
||||||
Summary: Netfilter ipset administration utility
|
Summary: Netfilter ipset administration utility
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Group: Productivity/Networking/Security
|
||||||
Url: http://ipset.netfilter.org/
|
Url: http://ipset.netfilter.org/
|
||||||
|
|
||||||
#Git-Clone: git://git.netfilter.org/ipset
|
#Git-Clone: git://git.netfilter.org/ipset
|
||||||
#Git-Web: http://git.netfilter.org/
|
#Git-Web: http://git.netfilter.org/
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%version.tar.xz
|
||||||
Source3: %name-preamble
|
Source3: %name-preamble
|
||||||
Patch1: no-static.diff
|
|
||||||
Patch2: kernel-3_3.diff
|
|
||||||
Patch3: linux-export.h.diff
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf
|
||||||
BuildRequires: pkgconfig >= 0.21 pkgconfig(libmnl) >= 1 xz
|
BuildRequires: automake
|
||||||
|
BuildRequires: libtool
|
||||||
|
BuildRequires: pkgconfig >= 0.21
|
||||||
|
BuildRequires: xz
|
||||||
|
BuildRequires: pkgconfig(libmnl) >= 1
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: %kernel_module_package_buildreqs
|
BuildRequires: %kernel_module_package_buildreqs
|
||||||
BuildRequires: kernel-syms >= 2.6.39
|
BuildRequires: kernel-syms >= 2.6.39
|
||||||
@ -61,8 +61,8 @@ ipset can:
|
|||||||
iptables rule and benefit from the speed of IP sets
|
iptables rule and benefit from the speed of IP sets
|
||||||
|
|
||||||
%package KMP
|
%package KMP
|
||||||
Group: System/Kernel
|
|
||||||
Summary: Netfilter ipset kernel modules
|
Summary: Netfilter ipset kernel modules
|
||||||
|
Group: System/Kernel
|
||||||
|
|
||||||
%description KMP
|
%description KMP
|
||||||
IP sets are a framework inside the Linux kernel, which can be
|
IP sets are a framework inside the Linux kernel, which can be
|
||||||
@ -98,13 +98,11 @@ when matching an entry against a set.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -P 1 -P 2 -P 3 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh; # got patches
|
if [ ! -e configure ]; then
|
||||||
#if [ ! -e configure ]; then
|
./autogen.sh;
|
||||||
# ./autogen.sh;
|
fi;
|
||||||
#fi;
|
|
||||||
pushd ../;
|
pushd ../;
|
||||||
for flavor in %flavors_to_build; do
|
for flavor in %flavors_to_build; do
|
||||||
cp -a "%name-%version" "%name-$flavor-%version";
|
cp -a "%name-%version" "%name-$flavor-%version";
|
||||||
@ -126,7 +124,7 @@ for flavor in %flavors_to_build; do
|
|||||||
DESTDIR="$b" INSTALL_MOD_PATH="$b";
|
DESTDIR="$b" INSTALL_MOD_PATH="$b";
|
||||||
popd;
|
popd;
|
||||||
done;
|
done;
|
||||||
rm -f "$b/%_libdir"/*.la;
|
find "$b/%_libdir" -type f -name "*.la" -delete;
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
|
@ -1,65 +0,0 @@
|
|||||||
parent 5f5e497db1f0810ce50bc8807836312c75511079 (v6.10-9-g5f5e497)
|
|
||||||
commit b2d4e4b4e6c48dc0d53eeab3b52ce56f01a29397
|
|
||||||
Author: Jan Engelhardt <jengelh@medozas.de>
|
|
||||||
Date: Sat Dec 31 02:22:10 2011 +0100
|
|
||||||
|
|
||||||
kernel 3.3 support
|
|
||||||
---
|
|
||||||
kernel/net/netfilter/ipset/ip_set_getport.c | 6 ++++++
|
|
||||||
kernel/net/netfilter/ipset/ip_set_hash_ip.c | 2 +-
|
|
||||||
kernel/net/netfilter/ipset/ip_set_hash_net.c | 2 +-
|
|
||||||
3 files changed, 8 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
Index: ipset-6.11/kernel/net/netfilter/ipset/ip_set_getport.c
|
|
||||||
===================================================================
|
|
||||||
--- ipset-6.11.orig/kernel/net/netfilter/ipset/ip_set_getport.c
|
|
||||||
+++ ipset-6.11/kernel/net/netfilter/ipset/ip_set_getport.c
|
|
||||||
@@ -16,6 +16,7 @@
|
|
||||||
#include <linux/icmp.h>
|
|
||||||
#include <linux/icmpv6.h>
|
|
||||||
#include <linux/sctp.h>
|
|
||||||
+#include <linux/version.h>
|
|
||||||
#include <linux/netfilter_ipv6/ip6_tables.h>
|
|
||||||
#include <net/ip.h>
|
|
||||||
#include <net/ipv6.h>
|
|
||||||
@@ -119,9 +120,14 @@ ip_set_get_ip6_port(const struct sk_buff
|
|
||||||
{
|
|
||||||
int protoff;
|
|
||||||
u8 nexthdr;
|
|
||||||
+ __be16 frag_off;
|
|
||||||
|
|
||||||
nexthdr = ipv6_hdr(skb)->nexthdr;
|
|
||||||
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0)
|
|
||||||
protoff = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), &nexthdr);
|
|
||||||
+#else
|
|
||||||
+ protoff = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), &nexthdr, &frag_off);
|
|
||||||
+#endif
|
|
||||||
if (protoff < 0)
|
|
||||||
return false;
|
|
||||||
|
|
||||||
Index: ipset-6.11/kernel/net/netfilter/ipset/ip_set_hash_ip.c
|
|
||||||
===================================================================
|
|
||||||
--- ipset-6.11.orig/kernel/net/netfilter/ipset/ip_set_hash_ip.c
|
|
||||||
+++ ipset-6.11/kernel/net/netfilter/ipset/ip_set_hash_ip.c
|
|
||||||
@@ -241,7 +241,7 @@ hash_ip6_data_isnull(const struct hash_i
|
|
||||||
static inline void
|
|
||||||
hash_ip6_data_copy(struct hash_ip6_elem *dst, const struct hash_ip6_elem *src)
|
|
||||||
{
|
|
||||||
- ipv6_addr_copy(&dst->ip.in6, &src->ip.in6);
|
|
||||||
+ dst->ip.in6 = src->ip.in6;
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline void
|
|
||||||
Index: ipset-6.11/kernel/net/netfilter/ipset/ip_set_hash_net.c
|
|
||||||
===================================================================
|
|
||||||
--- ipset-6.11.orig/kernel/net/netfilter/ipset/ip_set_hash_net.c
|
|
||||||
+++ ipset-6.11/kernel/net/netfilter/ipset/ip_set_hash_net.c
|
|
||||||
@@ -295,7 +295,7 @@ static inline void
|
|
||||||
hash_net6_data_copy(struct hash_net6_elem *dst,
|
|
||||||
const struct hash_net6_elem *src)
|
|
||||||
{
|
|
||||||
- ipv6_addr_copy(&dst->ip.in6, &src->ip.in6);
|
|
||||||
+ dst->ip.in6 = src->ip.in6;
|
|
||||||
dst->cidr = src->cidr;
|
|
||||||
dst->nomatch = src->nomatch;
|
|
||||||
}
|
|
@ -1,41 +0,0 @@
|
|||||||
parent fe8800c8ad505196d4cde9fca21d868751760c9f (v6.11)
|
|
||||||
commit 94daadfc825c504dcb9bd510b895c6c673229b60
|
|
||||||
Author: Henry Culver <henry@culcon.com>
|
|
||||||
Date: Fri Jan 20 13:40:55 2012 +0100
|
|
||||||
|
|
||||||
Fix the inclusion of linux/export.h
|
|
||||||
|
|
||||||
The tests for inclusion of linux/export.h in
|
|
||||||
ipset-6.11:kernel/net/netfilter/ipset/{ip_set_getport.c,pfxlen.c} are
|
|
||||||
incorrect, linux/export.h did not go in until 3.2.0.
|
|
||||||
---
|
|
||||||
kernel/net/netfilter/ipset/ip_set_getport.c | 2 +-
|
|
||||||
kernel/net/netfilter/ipset/pfxlen.c | 2 +-
|
|
||||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/kernel/net/netfilter/ipset/ip_set_getport.c b/kernel/net/netfilter/ipset/ip_set_getport.c
|
|
||||||
index 0f77a53..a66c67b 100644
|
|
||||||
--- a/kernel/net/netfilter/ipset/ip_set_getport.c
|
|
||||||
+++ b/kernel/net/netfilter/ipset/ip_set_getport.c
|
|
||||||
@@ -8,7 +8,7 @@
|
|
||||||
/* Get Layer-4 data from the packets */
|
|
||||||
|
|
||||||
#include <linux/version.h>
|
|
||||||
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)
|
|
||||||
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0)
|
|
||||||
#include <linux/export.h>
|
|
||||||
#endif
|
|
||||||
#include <linux/ip.h>
|
|
||||||
diff --git a/kernel/net/netfilter/ipset/pfxlen.c b/kernel/net/netfilter/ipset/pfxlen.c
|
|
||||||
index c5191c7..56ca480 100644
|
|
||||||
--- a/kernel/net/netfilter/ipset/pfxlen.c
|
|
||||||
+++ b/kernel/net/netfilter/ipset/pfxlen.c
|
|
||||||
@@ -1,5 +1,5 @@
|
|
||||||
#include <linux/version.h>
|
|
||||||
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)
|
|
||||||
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0)
|
|
||||||
#include <linux/export.h>
|
|
||||||
#endif
|
|
||||||
#include <linux/netfilter/ipset/pfxlen.h>
|
|
||||||
--
|
|
||||||
# Created with git-export-patch
|
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
src/Makefile.am | 1 -
|
|
||||||
1 file changed, 1 deletion(-)
|
|
||||||
|
|
||||||
Index: ipset-6.11/src/Makefile.am
|
|
||||||
===================================================================
|
|
||||||
--- ipset-6.11.orig/src/Makefile.am
|
|
||||||
+++ ipset-6.11/src/Makefile.am
|
|
||||||
@@ -3,7 +3,6 @@ include $(top_srcdir)/Make_global.am
|
|
||||||
sbin_PROGRAMS = ipset
|
|
||||||
ipset_SOURCES = ipset.c ui.c
|
|
||||||
ipset_LDADD = ../lib/libipset.la
|
|
||||||
-AM_LDFLAGS = -static
|
|
||||||
|
|
||||||
dist_man_MANS = ipset.8
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user