From c27a83cb8e86c63bd761b095ca25d366a6db14a1 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Thu, 29 May 2014 10:34:57 +0200 Subject: [PATCH] 0.3.10 --- .gitignore | 1 + firewalld.spec | 41 ++++++++++++++++++++++++++++++++++++----- sources | 2 +- 3 files changed, 38 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f9ee388..1106dcf 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /firewalld-0.3.9.1.tar.bz2 /firewalld-0.3.9.2.tar.bz2 /firewalld-0.3.9.3.tar.bz2 +/firewalld-0.3.10.tar.bz2 diff --git a/firewalld.spec b/firewalld.spec index 27d1d8b..0f56cf0 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -1,11 +1,11 @@ -Summary: A firewall daemon with D-BUS interface providing a dynamic firewall +Summary: A firewall daemon with D-Bus interface providing a dynamic firewall Name: firewalld -Version: 0.3.9.3 +Version: 0.3.10 Release: 1%{?dist} URL: http://fedorahosted.org/firewalld License: GPLv2+ Source0: https://fedorahosted.org/released/firewalld/%{name}-%{version}.tar.bz2 -%if 0%{?fedora} > 17 +%if 0%{?fedora} Patch0: firewalld-0.2.6-MDNS-default.patch %endif BuildArch: noarch @@ -27,7 +27,7 @@ Requires(postun): systemd %description firewalld is a firewall service daemon that provides a dynamic customizable -firewall with a D-BUS interface. +firewall with a D-Bus interface. %package -n firewall-applet Summary: Firewall panel applet @@ -54,7 +54,7 @@ firewalld. %prep %setup -q -%if 0%{?fedora} > 17 +%if 0%{?fedora} %patch0 -p1 %endif @@ -138,6 +138,8 @@ fi #%attr(0755,root,root) %{_initrddir}/firewalld %{_unitdir}/firewalld.service %config(noreplace) %{_sysconfdir}/dbus-1/system.d/FirewallD.conf +%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.desktop.policy +%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.server.policy %{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.policy %attr(0755,root,root) %dir %{python_sitelib}/firewall %attr(0755,root,root) %dir %{python_sitelib}/firewall/config @@ -167,11 +169,40 @@ fi %{_datadir}/firewalld/firewall-config.glade %{_datadir}/firewalld/gtk3_chooserbutton.py* %{_datadir}/applications/firewall-config.desktop +%{_datadir}/appdata/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* %changelog +* Wed May 28 2014 Jiri Popelka - 0.3.10-1 +- new services: freeipa-*, puppermaster, amanda-k5, synergy, + xmpp-*, tor, privoxy, sane +- do not use at_console in D-Bus policies (RHBZ#1094745) +- apply all rich rules for non-default targets +- AppData file (RHBZ#1094754) +- separate Polkit actions for desktop & server (RHBZ#1091068) +- sanitize missing ip6t_rpfilter (RHBZ#1074427) +- firewall/core/io/*: few improvements (RHBZ#1065738) +- no load failed error for absent direct.xml file +- new DBUS_INTERFACE.getZoneSettings to get all run-time zone settings +- fixed creation and deletion of zones, services and icmptypes over D-Bus signals +- FirewallClientZoneSettings: Set proper default target +- if Python2 then encode strings from sax parser (RHBZ#1059104, RHBZ#1058853) +- firewall-cmd: + - don't colour output of query commands (RHBZ#1097841) + - use "default" instead of {chain}_{zone} (RHBZ#1075675) + - New --get-target and --set-target + - Create and remove permanent zones, services and icmptypes +- firewall-config: + - Adding services and icmptypes resulted in duplicates in UI + - Use left button menu of -applet in Option menu +- firewall-offline-cmd: same functionality as 'firewall-cmd --permanent' +- firewall-applet: ZoneConnectionEditor was missing the Default Zone entry +- bash-completion: getting zones/services/icmps is different with/without --permanent +- firewalld.zone(5): removed superfluous slash (RHBZ#1091575) +- updated translations + * Wed Feb 05 2014 Jiri Popelka - 0.3.9.3-1 - Fixed persistent port forwarding (RHBZ#1056154) - Stop default zone rules being applied to all zones (RHBZ#1057875) diff --git a/sources b/sources index eab781e..4beb579 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30ab5ad6a04e7dfa04bf4ad82bfc4fa1 firewalld-0.3.9.3.tar.bz2 +1c26399c15a9655bbc159296f2ba8793 firewalld-0.3.10.tar.bz2