ipset-6.33
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ipset?expand=0&rev=62
This commit is contained in:
parent
26f0958ce8
commit
f2032660b5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9cbb49a4ae9e32d7808a604f1a37f359f9fc9064c210c4c5f35d629d49fb9fe
|
||||
size 544635
|
28
ipset-6.33-export-func.diff
Normal file
28
ipset-6.33-export-func.diff
Normal file
@ -0,0 +1,28 @@
|
||||
From 4fc1ac6a4016c1e09cc393dfedb7eb4e9678efd3 Mon Sep 17 00:00:00 2001
|
||||
From: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
|
||||
Date: Thu, 14 Sep 2017 19:29:55 +0200
|
||||
Subject: [PATCH] New function added in commit 54802b2c is missing from
|
||||
libipset.map The patch title was "Report if the option is supported by a
|
||||
newer kernel release"
|
||||
|
||||
Fixes bugzilla id #1182, reported by irherder@gmail.com.
|
||||
---
|
||||
lib/libipset.map | 5 +++++
|
||||
1 file changed, 5 insertions(+)
|
||||
|
||||
diff --git a/lib/libipset.map b/lib/libipset.map
|
||||
index d35e299..df632f2 100644
|
||||
--- a/lib/libipset.map
|
||||
+++ b/lib/libipset.map
|
||||
@@ -158,3 +158,8 @@ global:
|
||||
ipset_parse_tcp_udp_port;
|
||||
ipset_parse_uint16;
|
||||
} LIBIPSET_4.3;
|
||||
+
|
||||
+LIBIPSET_4.5 {
|
||||
+global:
|
||||
+ ipset_type_higher_rev;
|
||||
+} LIBIPSET_4.4;
|
||||
--
|
||||
2.14.1
|
||||
|
3
ipset-6.33.tar.bz2
Normal file
3
ipset-6.33.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7b1d886eff32acc97f948871f966f7a53b72440057d4c013c22377b57ea3602
|
||||
size 546786
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 17 21:19:30 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 6.33
|
||||
* Report if the option is supported by a newer kernel release
|
||||
- Add ipset-6.33-export-func.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 16:44:31 UTC 2017 - kstreitova@suse.com
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
%define ipset_build_kmp 0
|
||||
%endif
|
||||
Name: ipset
|
||||
Version: 6.32
|
||||
Version: 6.33
|
||||
Release: 0
|
||||
Summary: Netfilter ipset administration utility
|
||||
License: GPL-2.0
|
||||
@ -36,6 +36,7 @@ Url: http://ipset.netfilter.org/
|
||||
Source: http://ipset.netfilter.org/%name-%version.tar.bz2
|
||||
Source3: %name-preamble
|
||||
Patch1: ipset-destdir.diff
|
||||
Patch2: ipset-6.33-export-func.diff
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
@ -104,7 +105,7 @@ when matching an entry against a set.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P 1 -p1
|
||||
%patch -P 1 -P 2 -p1
|
||||
|
||||
%build
|
||||
# build wants to call modinfo at some point
|
||||
|
Loading…
Reference in New Issue
Block a user