Sync from SUSE:SLFO:Main ipset revision 606748f41a9a9a44c1a4a35203f6ea97
This commit is contained in:
parent
89d0c117c1
commit
551c52b25d
BIN
ipset-7.17.tar.bz2
(Stored with Git LFS)
BIN
ipset-7.17.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
ipset-7.22.tar.bz2
(Stored with Git LFS)
Normal file
BIN
ipset-7.22.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 11:07:43 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 7.22
|
||||
* ipset: fix json output format for IPSET_OPT_IP
|
||||
* netfilter: ipset: Fix race between namespace cleanup and gc
|
||||
in the list:set type
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 12:41:44 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 7.21
|
||||
* Save mode was broken; this was repaired.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 31 18:08:54 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 7.20
|
||||
* Bash completion utility updated
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 21 07:10:20 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 7.19
|
||||
* Add json output to list command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 30 14:50:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ipset
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -25,7 +25,7 @@
|
||||
%define ipset_build_kmp 0
|
||||
%endif
|
||||
Name: ipset
|
||||
Version: 7.17
|
||||
Version: 7.22
|
||||
Release: 0
|
||||
Summary: Netfilter ipset administration utility
|
||||
License: GPL-2.0-only
|
||||
@ -57,6 +57,7 @@ addresses with MAC addresses in a way, which ensures lightning speed
|
||||
when matching an entry against a set.
|
||||
|
||||
ipset can:
|
||||
|
||||
* store multiple IP addresses or port numbers and match against the
|
||||
collection by iptables in one swoop;
|
||||
* dynamically update iptables rules against IP addresses or ports
|
||||
|
Loading…
Reference in New Issue
Block a user