forked from pool/ipset
Accepting request 645463 from security:netfilter
- Update to new upstream release 7.0 OBS-URL: https://build.opensuse.org/request/show/645463 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ipset?expand=0&rev=31
This commit is contained in:
commit
1a52b2156c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ceef625ba31fe0aaa422926c7231a819de0b07644c02c17ebdd3022a29e3e244
|
|
||||||
size 545568
|
|
3
ipset-7.0.tar.bz2
Normal file
3
ipset-7.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c6fa0f3b7d514e3edd0113ea02f82ab299e5467a4b7733dc31e127cdccc741af
|
||||||
|
size 552144
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 30 07:54:50 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to new upstream release 7.0
|
||||||
|
* A new internal protocol version between the kernel and
|
||||||
|
userspace is used. This is required in order to support two
|
||||||
|
new functions and the extendend LIST operation, which makes
|
||||||
|
possible to run ipset in every case entirely over netlink,
|
||||||
|
without the need to use getsockopt().
|
||||||
|
* The userspace library was reworked so it can be embedded
|
||||||
|
without calling the binary.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 10 20:21:59 UTC 2018 - jengelh@inai.de
|
Tue Apr 10 20:21:59 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -12,11 +12,11 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define lname libipset11
|
%define lname libipset13
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1330
|
%if 0%{?suse_version} && 0%{?suse_version} < 1330
|
||||||
# Factory gets new kernels, old releases don't.
|
# Factory gets new kernels, old releases don't.
|
||||||
# Always build KMPs for all versions older than Factory.
|
# Always build KMPs for all versions older than Factory.
|
||||||
@ -25,7 +25,7 @@
|
|||||||
%define ipset_build_kmp 0
|
%define ipset_build_kmp 0
|
||||||
%endif
|
%endif
|
||||||
Name: ipset
|
Name: ipset
|
||||||
Version: 6.38
|
Version: 7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Netfilter ipset administration utility
|
Summary: Netfilter ipset administration utility
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -149,7 +149,7 @@ find "$b/%_libdir/" -type f -name "*.la" -delete -print
|
|||||||
%_mandir/man*/*
|
%_mandir/man*/*
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/libipset.so.11*
|
%_libdir/libipset.so.13*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%_libdir/libipset.so
|
%_libdir/libipset.so
|
||||||
|
Loading…
Reference in New Issue
Block a user