From 299417390884cc118a2ebc1e9461d4880b7df344f8d1cc4a36428e20348c6f43 Mon Sep 17 00:00:00 2001 From: Mohd Saquib Date: Mon, 29 Jan 2024 17:11:03 +0000 Subject: [PATCH] Accepting request 1142599 from home:msaquib:branches:security:netfilter - update to 2.1.1: * fix(offline-cmd): use family when creating ipset (64f78a9) * fix(firewall-config): allow rich rule forwarded ports to be logged (d46ea62) * fix(ipXtables): log forwarded ports only (07dc202) * fix(nftables): log forwarded ports (5c26b73) * fix(io.ipset): raise exception if entries exceed limit (a2da5fb) * fix(policy): ipXtables: multiple policies using same zone (b6f2f09) * fix(policy): dispatch update for active policies (7f6f0e2) OBS-URL: https://build.opensuse.org/request/show/1142599 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/firewalld?expand=0&rev=160 --- firewalld-2.1.0.tar.bz2 | 3 --- firewalld-2.1.1.tar.bz2 | 3 +++ firewalld.changes | 12 ++++++++++++ firewalld.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 firewalld-2.1.0.tar.bz2 create mode 100644 firewalld-2.1.1.tar.bz2 diff --git a/firewalld-2.1.0.tar.bz2 b/firewalld-2.1.0.tar.bz2 deleted file mode 100644 index 804f16d..0000000 --- a/firewalld-2.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22e3c700c2e4867796e9c22cf929cba4b2c143c8884240cfb9f3ef731366ff71 -size 1310431 diff --git a/firewalld-2.1.1.tar.bz2 b/firewalld-2.1.1.tar.bz2 new file mode 100644 index 0000000..aaf2ec9 --- /dev/null +++ b/firewalld-2.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a138a3799b5f6e6539bac308e5ae8950998d5173f588231214e979524e7c9416 +size 1315222 diff --git a/firewalld.changes b/firewalld.changes index a685c9b..0b0c8ad 100644 --- a/firewalld.changes +++ b/firewalld.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jan 29 17:05:05 UTC 2024 - Mohd Saquib + +- update to 2.1.1: + * fix(offline-cmd): use family when creating ipset (64f78a9) + * fix(firewall-config): allow rich rule forwarded ports to be logged (d46ea62) + * fix(ipXtables): log forwarded ports only (07dc202) + * fix(nftables): log forwarded ports (5c26b73) + * fix(io.ipset): raise exception if entries exceed limit (a2da5fb) + * fix(policy): ipXtables: multiple policies using same zone (b6f2f09) + * fix(policy): dispatch update for active policies (7f6f0e2) + ------------------------------------------------------------------- Mon Jan 8 07:30:21 UTC 2024 - Mohd Saquib diff --git a/firewalld.spec b/firewalld.spec index c4cf08b..5e43b32 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -27,7 +27,7 @@ %global modprobe_d_files firewalld-sysctls.conf Name: firewalld -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: A firewall daemon with D-Bus interface providing a dynamic firewall License: GPL-2.0-or-later