forked from pool/ipset
- Update to new upstream release 7.3
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ipset?expand=0&rev=86
This commit is contained in:
parent
836cc05b25
commit
7b1462efd8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e13384534669edc85ca6ab418c59429d5296132c5c27c44479d4c0a59434618
|
||||
size 669270
|
3
ipset-7.3.tar.bz2
Normal file
3
ipset-7.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4644c7c5005e90a9b6385d625283eb0b69b34de7192301428665dd909fdaa35a
|
||||
size 669246
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 12:53:22 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 7.3
|
||||
* Fix rename concurrency with listing, which can result broken
|
||||
list/save results.
|
||||
* ipset: Copy the right MAC address in bitmap:ip,mac and
|
||||
hash:ip,mac sets.
|
||||
* ipset: Actually allow destination MAC address for hash:ip,mac
|
||||
sets too.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 13:09:47 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -25,12 +25,13 @@
|
||||
%define ipset_build_kmp 0
|
||||
%endif
|
||||
Name: ipset
|
||||
Version: 7.2
|
||||
Version: 7.3
|
||||
Release: 0
|
||||
Summary: Netfilter ipset administration utility
|
||||
License: GPL-2.0-only
|
||||
Group: Productivity/Networking/Security
|
||||
Url: http://ipset.netfilter.org/
|
||||
URL: http://ipset.netfilter.org/
|
||||
|
||||
#Git-Clone: git://git.netfilter.org/ipset
|
||||
#Git-Web: http://git.netfilter.org/
|
||||
Source: http://ipset.netfilter.org/%name-%version.tar.bz2
|
||||
@ -58,7 +59,7 @@ when matching an entry against a set.
|
||||
|
||||
ipset can:
|
||||
* store multiple IP addresses or port numbers and match against the
|
||||
collection by iptables at one swoop;
|
||||
collection by iptables in one swoop;
|
||||
* dynamically update iptables rules against IP addresses or ports
|
||||
without performance penalty;
|
||||
* express complex IP address and ports based rulesets with one single
|
||||
|
Loading…
Reference in New Issue
Block a user