forked from pool/ipset
Accepting request 908932 from security:netfilter
- Update to release 7.14 OBS-URL: https://build.opensuse.org/request/show/908932 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ipset?expand=0&rev=42
This commit is contained in:
commit
ae28ef5c28
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3151baad30f1d9e317b2ab4f2f5aa7a9f7b4dc11fcf8fe73acd0dc0b5dbabf7d
|
|
||||||
size 674100
|
|
3
ipset-7.14.tar.bz2
Normal file
3
ipset-7.14.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:27031c36d355907031cce41e65553e99bb013d762fcd55392f63d7e84760f900
|
||||||
|
size 680219
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 28 14:54:37 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 7.14
|
||||||
|
* Allow specifying protocols by number
|
||||||
|
* Limit the maximum range of consecutive elements to add/delete
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 19 21:23:04 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Fri Feb 19 21:23:04 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%define ipset_build_kmp 0
|
%define ipset_build_kmp 0
|
||||||
%endif
|
%endif
|
||||||
Name: ipset
|
Name: ipset
|
||||||
Version: 7.11
|
Version: 7.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Netfilter ipset administration utility
|
Summary: Netfilter ipset administration utility
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -123,7 +123,7 @@ done
|
|||||||
%endif
|
%endif
|
||||||
%configure --disable-static --with-kmod=no \
|
%configure --disable-static --with-kmod=no \
|
||||||
--includedir="%_includedir/%name"
|
--includedir="%_includedir/%name"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
export PATH="$PATH:%_sbindir"
|
export PATH="$PATH:%_sbindir"
|
||||||
@ -143,7 +143,7 @@ find "$b/%_libdir/" -type f -name "*.la" -delete -print
|
|||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%_sbindir/ipset
|
%_sbindir/ipset*
|
||||||
%_mandir/man*/*
|
%_mandir/man*/*
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
|
Loading…
Reference in New Issue
Block a user