From 20a544565dcffc5dab7a0195bb6503cbd455f563c8eb44774e73bd9753ba6f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Rostecki?= Date: Wed, 12 Aug 2020 14:05:48 +0000 Subject: [PATCH] Accepting request 826046 from home:mrostecki:branches:security:netfilter - Update to version 0.7.5: * release: v0.7.5 * chore(translation): merge from master * fix(cli): add ipset type hash:mac is incompatible with the family parameter Fixes: rhbz1541077 * test(rhbz1483921): better test name * fix(cli): add --zone is an invalid option with --direct * fix: core: rich: Catch ValueError on non-numeric priority values * fix: update dynamic DCE RPC ports in freeipa-trust service * docs: replace occurrences of the term blacklist with denylist * docs(README): add libxslt for doc generation * test(rich): source mac with nftables backend * fix(firewall-offline-cmd): remove instances of "[P]" in help text * test(check-container): add support for centos8 stream * test(functions): use IndividualCalls if host doesn't support nft rule index * test(functions): add macro IF_HOST_SUPPORTS_NFT_RULE_INDEX * test(dbus): better way to check IPv6_rpfilter expected value * fix(ipset): flush the set if IndividiualCalls=yes * test(ipv6): skip square bracket address tests if ipv6 not available * test(gh509): only run test for nftables backend * fix(dbus): service: don't cleanup config for old set APIs * fix(config): bool values in dict based import/export * fix(doc): dbus: signatures for zone tuple based APIs * test(dbus): zone: fix zone runtime functional test title * test(dbus): zone: fix false failure due to list order * fix(client): addService needs to reduce tuple size * test(direct): rule in a zone chain * fix(direct): rule in a zone chain * test(dbus): zone: verify runtime config APIs * test(dbus): zone: verify permanent config APIs * fix(systemd): Conflict with nftables.service OBS-URL: https://build.opensuse.org/request/show/826046 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/firewalld?expand=0&rev=102 --- _service | 2 +- _servicedata | 2 +- firewalld-0.7.4.obscpio | 3 --- firewalld-0.7.5.obscpio | 3 +++ firewalld.changes | 40 ++++++++++++++++++++++++++++++++++++++++ firewalld.obsinfo | 6 +++--- firewalld.spec | 3 ++- 7 files changed, 50 insertions(+), 9 deletions(-) delete mode 100644 firewalld-0.7.4.obscpio create mode 100644 firewalld-0.7.5.obscpio diff --git a/_service b/_service index bff17ab..8cb04dd 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ firewalld @PARENT_TAG@ v(.*) - v0.7.4 + v0.7.5 enable diff --git a/_servicedata b/_servicedata index 3e122de..f7cd6be 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/firewalld/firewalld - 3b60ab81bcb911551fa1d3b29a597be1a0202f08 \ No newline at end of file + 7c900054e5293c4c569e3da5def7700045290753 \ No newline at end of file diff --git a/firewalld-0.7.4.obscpio b/firewalld-0.7.4.obscpio deleted file mode 100644 index ff77b4d..0000000 --- a/firewalld-0.7.4.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d7f994d3d46c8f1249d4bd3748a1efc9b5ee3df48723ffeedf9986b86e04314 -size 7280141 diff --git a/firewalld-0.7.5.obscpio b/firewalld-0.7.5.obscpio new file mode 100644 index 0000000..158f202 --- /dev/null +++ b/firewalld-0.7.5.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c7b2fdc002b90a30f6d085fdfbbd9068e7c0bb5d2fd9ccc24583c5c256926e +size 7351309 diff --git a/firewalld.changes b/firewalld.changes index c268c89..929900e 100644 --- a/firewalld.changes +++ b/firewalld.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Wed Aug 12 13:48:37 UTC 2020 - mrostecki@suse.com + +- Update to version 0.7.5: + * release: v0.7.5 + * chore(translation): merge from master + * fix(cli): add ipset type hash:mac is incompatible with the family parameter Fixes: rhbz1541077 + * test(rhbz1483921): better test name + * fix(cli): add --zone is an invalid option with --direct + * fix: core: rich: Catch ValueError on non-numeric priority values + * fix: update dynamic DCE RPC ports in freeipa-trust service + * docs: replace occurrences of the term blacklist with denylist + * docs(README): add libxslt for doc generation + * test(rich): source mac with nftables backend + * fix(firewall-offline-cmd): remove instances of "[P]" in help text + * test(check-container): add support for centos8 stream + * test(functions): use IndividualCalls if host doesn't support nft rule index + * test(functions): add macro IF_HOST_SUPPORTS_NFT_RULE_INDEX + * test(dbus): better way to check IPv6_rpfilter expected value + * fix(ipset): flush the set if IndividiualCalls=yes + * test(ipv6): skip square bracket address tests if ipv6 not available + * test(gh509): only run test for nftables backend + * fix(dbus): service: don't cleanup config for old set APIs + * fix(config): bool values in dict based import/export + * fix(doc): dbus: signatures for zone tuple based APIs + * test(dbus): zone: fix zone runtime functional test title + * test(dbus): zone: fix false failure due to list order + * fix(client): addService needs to reduce tuple size + * test(direct): rule in a zone chain + * fix(direct): rule in a zone chain + * test(dbus): zone: verify runtime config APIs + * test(dbus): zone: verify permanent config APIs + * fix(systemd): Conflict with nftables.service + * fix: test/regression/gh599: use expr to be more portable + * test: dbus: zone: verify runtime config API signatures + * test: dbus: zone: verify permanent config API signatures + * fix: test/regression/gh599: fix if not using debug output + * test: log: verify logging still works after truncate + * test: ipset: verify port ranges for non-default protocol + ------------------------------------------------------------------- Fri Apr 3 07:39:02 UTC 2020 - Mathias Homann diff --git a/firewalld.obsinfo b/firewalld.obsinfo index 2de9541..b2bfe94 100644 --- a/firewalld.obsinfo +++ b/firewalld.obsinfo @@ -1,5 +1,5 @@ name: firewalld -version: 0.7.4 -mtime: 1585773847 -commit: 3b60ab81bcb911551fa1d3b29a597be1a0202f08 +version: 0.7.5 +mtime: 1593546094 +commit: 7c900054e5293c4c569e3da5def7700045290753 diff --git a/firewalld.spec b/firewalld.spec index 45ece91..1a48378 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -21,7 +21,7 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: firewalld -Version: 0.7.4 +Version: 0.7.5 Release: 0 Summary: A firewall daemon with D-Bus interface providing a dynamic firewall License: GPL-2.0-or-later @@ -52,6 +52,7 @@ BuildRequires: systemd-rpm-macros Requires: ebtables Requires: ipset Requires: iptables +Requires: logrotate Requires: nftables Requires: python3-firewall = %{version} Requires: sysconfig