0.3.10
This commit is contained in:
parent
cabfc2d180
commit
c27a83cb8e
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
|||||||
/firewalld-0.3.9.1.tar.bz2
|
/firewalld-0.3.9.1.tar.bz2
|
||||||
/firewalld-0.3.9.2.tar.bz2
|
/firewalld-0.3.9.2.tar.bz2
|
||||||
/firewalld-0.3.9.3.tar.bz2
|
/firewalld-0.3.9.3.tar.bz2
|
||||||
|
/firewalld-0.3.10.tar.bz2
|
||||||
|
@ -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
|
Name: firewalld
|
||||||
Version: 0.3.9.3
|
Version: 0.3.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://fedorahosted.org/firewalld
|
URL: http://fedorahosted.org/firewalld
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Source0: https://fedorahosted.org/released/firewalld/%{name}-%{version}.tar.bz2
|
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
|
Patch0: firewalld-0.2.6-MDNS-default.patch
|
||||||
%endif
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -27,7 +27,7 @@ Requires(postun): systemd
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
firewalld is a firewall service daemon that provides a dynamic customizable
|
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
|
%package -n firewall-applet
|
||||||
Summary: Firewall panel applet
|
Summary: Firewall panel applet
|
||||||
@ -54,7 +54,7 @@ firewalld.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%if 0%{?fedora} > 17
|
%if 0%{?fedora}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -138,6 +138,8 @@ fi
|
|||||||
#%attr(0755,root,root) %{_initrddir}/firewalld
|
#%attr(0755,root,root) %{_initrddir}/firewalld
|
||||||
%{_unitdir}/firewalld.service
|
%{_unitdir}/firewalld.service
|
||||||
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/FirewallD.conf
|
%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
|
%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.policy
|
||||||
%attr(0755,root,root) %dir %{python_sitelib}/firewall
|
%attr(0755,root,root) %dir %{python_sitelib}/firewall
|
||||||
%attr(0755,root,root) %dir %{python_sitelib}/firewall/config
|
%attr(0755,root,root) %dir %{python_sitelib}/firewall/config
|
||||||
@ -167,11 +169,40 @@ fi
|
|||||||
%{_datadir}/firewalld/firewall-config.glade
|
%{_datadir}/firewalld/firewall-config.glade
|
||||||
%{_datadir}/firewalld/gtk3_chooserbutton.py*
|
%{_datadir}/firewalld/gtk3_chooserbutton.py*
|
||||||
%{_datadir}/applications/firewall-config.desktop
|
%{_datadir}/applications/firewall-config.desktop
|
||||||
|
%{_datadir}/appdata/firewall-config.appdata.xml
|
||||||
%{_datadir}/icons/hicolor/*/apps/firewall-config*.*
|
%{_datadir}/icons/hicolor/*/apps/firewall-config*.*
|
||||||
%{_datadir}/glib-2.0/schemas/org.fedoraproject.FirewallConfig.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.fedoraproject.FirewallConfig.gschema.xml
|
||||||
%{_mandir}/man1/firewall-config*.1*
|
%{_mandir}/man1/firewall-config*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 28 2014 Jiri Popelka <jpopelka@redhat.com> - 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 <jpopelka@redhat.com> - 0.3.9.3-1
|
* Wed Feb 05 2014 Jiri Popelka <jpopelka@redhat.com> - 0.3.9.3-1
|
||||||
- Fixed persistent port forwarding (RHBZ#1056154)
|
- Fixed persistent port forwarding (RHBZ#1056154)
|
||||||
- Stop default zone rules being applied to all zones (RHBZ#1057875)
|
- Stop default zone rules being applied to all zones (RHBZ#1057875)
|
||||||
|
Loading…
Reference in New Issue
Block a user