Accepting request 628528 from home:markoschandras:network
- Update to 0.6.1. Some of the changes are: * Correct source/destination in rich rule masquerade * Only modify ifcfg files for permanent configuration changes * Fix a backtrace when calling common_reverse_rule() * man firewalld.conf: Show nftables is the default FirewallBackend * firewall-config: fix some untranslated strings that caused a UI bug causing rich rules to not be modify-able (bsc#1096542) * fw_direct: avoid log for untracked passthrough queries * fixed many issues if iptables is actually iptables-nft * Use preferred location for AppData files * ipXtables: fix ICMP block inversion with set-log-denied * fixes ICMP block inversion with set-log-denied with IndividualCalls=yes * nftables: fix set-log-denied if target is not ACCEPT * fw_direct: strip _direct chain suffix if using nftables * NetworkManager integration bugfixes. OBS-URL: https://build.opensuse.org/request/show/628528 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/firewalld?expand=0&rev=75
This commit is contained in:
parent
691dc5060e
commit
cce6b88f5c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7aaa73dc95857079aa276e29d7d628d0faa7d50f29f5a0b6bae458ee7a5829a2
|
||||
size 2266131
|
3
firewalld-0.6.1.tar.gz
Normal file
3
firewalld-0.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fd94f4a5803ec6d1bf4a15f3b90d46fdf0ffa1b5187ff80a470460e3a1a8538
|
||||
size 2269294
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 10 06:23:35 UTC 2018 - mchandras@suse.de
|
||||
|
||||
- Update to 0.6.1. Some of the changes are:
|
||||
* Correct source/destination in rich rule masquerade
|
||||
* Only modify ifcfg files for permanent configuration changes
|
||||
* Fix a backtrace when calling common_reverse_rule()
|
||||
* man firewalld.conf: Show nftables is the default FirewallBackend
|
||||
* firewall-config: fix some untranslated strings that caused a UI
|
||||
bug causing rich rules to not be modify-able (bsc#1096542)
|
||||
* fw_direct: avoid log for untracked passthrough queries
|
||||
* fixed many issues if iptables is actually iptables-nft
|
||||
* Use preferred location for AppData files
|
||||
* ipXtables: fix ICMP block inversion with set-log-denied
|
||||
* fixes ICMP block inversion with set-log-denied with
|
||||
IndividualCalls=yes
|
||||
* nftables: fix set-log-denied if target is not ACCEPT
|
||||
* fw_direct: strip _direct chain suffix if using nftables
|
||||
* NetworkManager integration bugfixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 6 06:14:07 UTC 2018 - mchandras@suse.de
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
Name: firewalld
|
||||
Version: 0.6.0
|
||||
Version: 0.6.1
|
||||
Release: 0
|
||||
Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
|
||||
License: GPL-2.0-or-later
|
||||
@ -285,8 +285,8 @@ fi
|
||||
%attr(0755,root,root) %{_datadir}/firewalld/gtk3_chooserbutton.py*
|
||||
%attr(0755,root,root) %{_datadir}/firewalld/gtk3_niceexpander.py*
|
||||
%{_datadir}/applications/firewall-config.desktop
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/firewall-config.appdata.xml
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/firewall-config.appdata.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/firewall-config*.*
|
||||
%{_datadir}/glib-2.0/schemas/org.fedoraproject.FirewallConfig.gschema.xml
|
||||
%{_mandir}/man1/firewall-config*.1%{?ext_man}
|
||||
|
Loading…
x
Reference in New Issue
Block a user