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>
|
||||
|
||||
@ -133,7 +144,7 @@ Mon Jan 18 15:42:54 UTC 2016 - kstreitova@suse.com
|
||||
* compatibility: include linux/export.h when needed
|
||||
* compatibility: make sure vmalloc.h is included for kvfree()
|
||||
* compatibility: Fix detecting 'struct net' in 'struct tcf_ematch'
|
||||
* compatibility: Protect definition of RCU_INIT_POINTER in
|
||||
* compatibility: Protect definition of RCU_INIT_POINTER in
|
||||
compatibility header file
|
||||
* netfilter: ipset: Fix sleeping memory allocation in atomic
|
||||
context (Nikolay Borisov)
|
||||
@ -212,7 +223,7 @@ Wed Mar 5 08:47:39 UTC 2014 - jengelh@inai.de
|
||||
* add markmask for hash:ip,mark data type
|
||||
* add hash:ip,mark data type to ipset
|
||||
* Fix all set output from list/save when set with counters in use.
|
||||
* ipset: Fix malformed output from list/save for ICMP types in port
|
||||
* ipset: Fix malformed output from list/save for ICMP types in port
|
||||
field
|
||||
* ipset: fix timeout data type size (Nikolay Martynov)
|
||||
|
||||
|
@ -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