ipset-6.32
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ipset?expand=0&rev=58
This commit is contained in:
parent
25aeb737a9
commit
78b7e3eddf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:65bfa43fec3d51a6b4012f3d7e4b93a748df9b71b6cd6c53adbec8083e804a31
|
|
||||||
size 544054
|
|
3
ipset-6.32.tar.bz2
Normal file
3
ipset-6.32.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d9cbb49a4ae9e32d7808a604f1a37f359f9fc9064c210c4c5f35d629d49fb9fe
|
||||||
|
size 544635
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 17 11:45:35 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 6.31
|
||||||
|
* ipset: avoid kernel null pointer exception in ipset list:set
|
||||||
|
* fix bug: sometimes valid entries in hash:* types of sets were
|
||||||
|
evicted
|
||||||
|
- Update to new upstream release 6.32
|
||||||
|
* fix possible truncated output in ipset output buffer handling
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 20 18:25:24 UTC 2016 - jengelh@inai.de
|
Thu Oct 20 18:25:24 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ipset
|
# spec file for package ipset
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: ipset
|
Name: ipset
|
||||||
%define lname libipset3
|
%define lname libipset3
|
||||||
Version: 6.30
|
Version: 6.32
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Netfilter ipset administration utility
|
Summary: Netfilter ipset administration utility
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -26,7 +26,7 @@ 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: ftp://ftp.netfilter.org/pub/ipset/%name-%version.tar.bz2
|
Source: http://ipset.netfilter.org/%name-%version.tar.bz2
|
||||||
Source3: %name-preamble
|
Source3: %name-preamble
|
||||||
Patch1: ipset-destdir.diff
|
Patch1: ipset-destdir.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user