SHA256
1
0
forked from pool/ipset

Accepting request 137389 from security:netfilter

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/137389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ipset?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2012-10-07 17:00:38 +00:00 committed by Git OBS Bridge
commit 6dd4dbf35d
5 changed files with 17 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:043ba8a076e8af0e4cdf770af71baa4bb854e6c14c98500eb4c3293b8ccf73c2
size 360620

3
ipset-6.14.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49caca75ed8457f01c2cd97d9e986b1b0614140c0c56737ecba9cbd19b033cf0
size 361600

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Sep 22 14:20:06 UTC 2012 - jengelh@inai.de
- Update to new upstream release 6.14
* Internal CIDR bookkeeping was broken and would lead to mismatches
when the number of different sized networks are greater than the
smallest CIDR value
* Support to match elements marked with "nomatch" in hash:*net* sets
* Add /0 network support to hash:net,iface type
-------------------------------------------------------------------
Sat Jun 30 18:33:33 UTC 2012 - jengelh@inai.de

View File

@ -18,13 +18,14 @@
Name: ipset
%define lname libipset3
Version: 6.13
Version: 6.14
Release: 0
Summary: Netfilter ipset administration utility
License: GPL-2.0
Group: Productivity/Networking/Security
Url: http://ipset.netfilter.org/
#DL-URL: ftp://ftp.netfilter.org/pub/ipset/ipset-6.14.tar.bz2
#Git-Clone: git://git.netfilter.org/ipset
#Git-Web: http://git.netfilter.org/
Source: %name-%version.tar.xz
@ -46,7 +47,7 @@ BuildRequires: linux-glibc-devel >= 2.6.24
BuildRequires: linux-kernel-headers >= 2.6.24
%endif
%if 0%{?redhat_version} || 0%{?centos_version} || 0%{?fedora_version}
BuildRequires: kernel-headers >= 2.6.24
#BuildRequires: kernel-headers >= 2.6.24
%endif
%if 0%{?suse_version}
# Make quilt happy

View File

@ -1,5 +1,5 @@
The evil overloads backported the 5-argument form,
The evil overlords backported the 5-argument form,
causing the version check to be meaningless.
---