Accepting request 438083 from security:netfilter

1

OBS-URL: https://build.opensuse.org/request/show/438083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/firewalld?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2016-11-01 08:59:49 +00:00 committed by Git OBS Bridge
commit 4d3f7e89a8
4 changed files with 27 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e57d851e4f1aa65927e055d3e73b7a29a5ae37de51671ce1885e030fe6e0b6d4
size 679617

3
firewalld-0.4.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fc69b37dd0b47fd8f5ef6bb3a442390d0224527ab3d8089a13049d483406d44
size 695826

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Oct 31 12:07:49 UTC 2016 - mchandras@suse.de
- Update to version 0.4.4
* firewall-applet: Use PyQt5
* firewall-config: New nf_conntrack_select dialog, use nf_conntrack_helpers
D-Bus property
* New helpers Q.931 and RAS from nf_conntrack_h323
* firewall.core.fw_zone: Add zone bingings for PREROUTING in the raw table
* firewall.core.ipXtables: Add PREROUTING default rules for zones in raw
table
* New helper configuration files for amanda, ftp, irc, netbios-ns, pptp,
sane, sip, snmp and tftp
* firewall-cmd: Fixed --{get,set}-{description,short} for permanent zones
* firewall.command: Do not use error code 254 for {ALREADY,NOT}_ENABLED
sequences
* Misc bug fixes.
* For the complete list of changes please see:
https://github.com/t-woerner/firewalld/releases/tag/v0.4.4
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 2 23:21:51 UTC 2016 - mchandras@suse.de Fri Sep 2 23:21:51 UTC 2016 - mchandras@suse.de

View File

@ -17,7 +17,7 @@
Name: firewalld Name: firewalld
Version: 0.4.3.3 Version: 0.4.4
Release: 0 Release: 0
Summary: A firewall daemon with D-Bus interface providing a dynamic firewall Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
License: GPL-2.0+ License: GPL-2.0+
@ -63,7 +63,7 @@ Requires: %{name} = %{version}-%{release}
Requires: firewall-config = %{version}-%{release} Requires: firewall-config = %{version}-%{release}
Requires: hicolor-icon-theme Requires: hicolor-icon-theme
Requires: python-gobject Requires: python-gobject
Requires: python-qt4 Requires: python-qt5
%description -n firewall-applet %description -n firewall-applet
The firewall panel applet provides a status information of firewalld and also The firewall panel applet provides a status information of firewalld and also
@ -186,6 +186,8 @@ fi
%attr(0750,root,root) %dir %{_sysconfdir}/firewalld/icmptypes %attr(0750,root,root) %dir %{_sysconfdir}/firewalld/icmptypes
%attr(0750,root,root) %dir %{_sysconfdir}/firewalld/services %attr(0750,root,root) %dir %{_sysconfdir}/firewalld/services
%attr(0750,root,root) %dir %{_sysconfdir}/firewalld/zones %attr(0750,root,root) %dir %{_sysconfdir}/firewalld/zones
%attr(0750,root,root) %dir %{_sysconfdir}/firewalld/ipsets
%attr(0750,root,root) %dir %{_sysconfdir}/firewalld/helpers
%defattr(0644,root,root) %defattr(0644,root,root)
%{_unitdir}/firewalld.service %{_unitdir}/firewalld.service
%{_localstatedir}/adm/fillup-templates/sysconfig.%{name} %{_localstatedir}/adm/fillup-templates/sysconfig.%{name}