fix(nftables): batch ipset elements to avoid O(n^2) insertion cost
Resolves: almalinux/almalinux-deploy#186
This commit is contained in:
commit
b7af29d252
@ -1,7 +1,7 @@
|
||||
Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
|
||||
Name: firewalld
|
||||
Version: 0.9.11
|
||||
Release: 11%{?dist}.alma.1
|
||||
Release: 12%{?dist}.alma.1
|
||||
URL: http://www.firewalld.org
|
||||
License: GPLv2+
|
||||
Source0: https://github.com/firewalld/firewalld/releases/download/v%{version}/firewalld-%{version}.tar.gz
|
||||
@ -246,10 +246,13 @@ desktop-file-install --delete-original \
|
||||
%{_mandir}/man1/firewall-config*.1*
|
||||
|
||||
%changelog
|
||||
* Tue May 26 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 0.9.11-11.alma.1
|
||||
* Tue Aug 18 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 0.9.11-12.alma.1
|
||||
- fix(nftables): batch ipset elements to avoid O(n^2) insertion cost
|
||||
- Resolves: almalinux/almalinux-deploy#186
|
||||
|
||||
* Tue Jul 28 2026 Eric Garver <egarver@redhat.com> - 0.9.11-12
|
||||
- bump NVR
|
||||
|
||||
* Sat Mar 21 2026 Eric Garver <egarver@redhat.com> - 0.9.11-11
|
||||
- fix(policy): allow-host-ipv6: allow MLD packets
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user