forked from pool/ipset
Accepting request 157931 from security:netfilter
- Update to new upstream release 6.17 OBS-URL: https://build.opensuse.org/request/show/157931 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ipset?expand=0&rev=11
This commit is contained in:
commit
f205107f4a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd244824f58e5e5f4fbce243b3817f4f121e3d02dfb32d704a1cc118aa34e5c7
|
|
||||||
size 363360
|
|
3
ipset-6.17.tar.xz
Normal file
3
ipset-6.17.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2940f45dce68a79ea0295e4ce487902367ca334c661f208cd745747964f0adaa
|
||||||
|
size 373536
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 21 16:07:01 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 6.17
|
||||||
|
* Fix revision printing in XML mode
|
||||||
|
* Correct "Suspicious condition (assignment + comparison)"
|
||||||
|
* Fix error path when protocol number is used with port range
|
||||||
|
* Interactive mode error after syntax error
|
||||||
|
* New utilities: ipset_bash_completion, ipset_list
|
||||||
|
* Ensure ip_set_max is not set to IPSET_INVALID_ID
|
||||||
|
* Resolve corrupted timeout values on set resize
|
||||||
|
* Resolve "Directory not empty" error message
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 27 12:50:37 UTC 2012 - jengelh@inai.de
|
Tue Nov 27 12:50:37 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ipset
|
# spec file for package ipset
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products 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,14 +18,15 @@
|
|||||||
|
|
||||||
Name: ipset
|
Name: ipset
|
||||||
%define lname libipset3
|
%define lname libipset3
|
||||||
Version: 6.16.1
|
Version: 6.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Netfilter ipset administration utility
|
Summary: Netfilter ipset administration utility
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Url: http://ipset.netfilter.org/
|
Url: http://ipset.netfilter.org/
|
||||||
|
|
||||||
#DL-URL: ftp://ftp.netfilter.org/pub/ipset/ipset-6.14.tar.bz2
|
#Freecode-URL: http://freecode.com/projects/ipset/
|
||||||
|
#DL-URL: ftp://ftp.netfilter.org/pub/ipset/ipset-6.17.tar.bz2
|
||||||
#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
|
||||||
|
Loading…
Reference in New Issue
Block a user