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
This commit is contained in:
parent
ac3eadc775
commit
20a544565d
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="filename">firewalld</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v0.7.4</param>
|
||||
<param name="revision">v0.7.5</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/firewalld/firewalld</param>
|
||||
<param name="changesrevision">3b60ab81bcb911551fa1d3b29a597be1a0202f08</param></service></servicedata>
|
||||
<param name="changesrevision">7c900054e5293c4c569e3da5def7700045290753</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d7f994d3d46c8f1249d4bd3748a1efc9b5ee3df48723ffeedf9986b86e04314
|
||||
size 7280141
|
3
firewalld-0.7.5.obscpio
Normal file
3
firewalld-0.7.5.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6c7b2fdc002b90a30f6d085fdfbbd9068e7c0bb5d2fd9ccc24583c5c256926e
|
||||
size 7351309
|
@ -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 <Mathias.Homann@opensuse.org>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: firewalld
|
||||
version: 0.7.4
|
||||
mtime: 1585773847
|
||||
commit: 3b60ab81bcb911551fa1d3b29a597be1a0202f08
|
||||
version: 0.7.5
|
||||
mtime: 1593546094
|
||||
commit: 7c900054e5293c4c569e3da5def7700045290753
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user