diff --git a/firewalld-0.4.4.5.tar.gz b/firewalld-0.4.4.5.tar.gz deleted file mode 100644 index 08d74dd..0000000 --- a/firewalld-0.4.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89419316e829a2cb086142acc4b1aeba45f20ecddf0ca236db5faf8ec8d12601 -size 1143500 diff --git a/firewalld-0.4.4.6.tar.gz b/firewalld-0.4.4.6.tar.gz new file mode 100644 index 0000000..a37de7d --- /dev/null +++ b/firewalld-0.4.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7bf9dd341f3f4c261fa8a8e217160ec815e9dbf32edc25aed44719a2273e94e +size 1153574 diff --git a/firewalld.changes b/firewalld.changes index 9a9efd8..50f7a5a 100644 --- a/firewalld.changes +++ b/firewalld.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Wed Nov 15 12:36:09 UTC 2017 - mchandras@suse.de + +- Update to version 0.4.4.6 + * firewall.core.fw_config: Fix check for icmp builtin name + * config.services: docker-swarm: fix incorrect attribute + * xmlschema/service.xsd: Fix protocol looking for name instead of value + * Add docker swarm service (gh#firewalld/firewalld#230) + * Adding FirewallD redis service (gh#firewalld/firewalld#248) + * Adding firewalld zabbix server and agent services (gh#firewalld/firewalld#221) + * firewall-offline-cmd: Don't require root for help output + * doc: firewall-cmd: Document --query-* options return codes + * firewall-cmd: Use colors only if output is a TTY + * core: Log unsupported ICMP types as informational only + * add bgp service to predefined services edit to config/Makefile.am + * Add git service + * Add kprop service + * minidlna definitions (gh#firewalld/firewalld#236) + * SpiderOak ONE listens on port 21327 and 21328 + * autogen.sh: Allow skipping configure via NOCONFIGURE env var + * Add missing ports to RH-Satellite-6 service + * Reload nf_conntrack sysctls after the module is loaded + * Add NFSv3 service. + * config/Makefile.am: Add murmur service (a95eed1) + * add new service IRC + * firewall.core.prog: Simplify runProg output: Combine stderr and stdout + * firewall.core.fw: Fix possible dict size change in for loop + * firewall.core.fw: Use new firewalld git repo in firewalld organization + * config/firewall-config.appdata.xml.in: Use new firewalld git repo in firewalld organization + * firewall.core.fw_zone: Rich-rule ICMP type: Error only for conflicting family + * firewall.core.rich: Add checks for Rich_Source validation + * Handle also IPv6 with the zone masquerade flag + * Add IPv6 support for forward-ports in zones + * firewall.command: Enable parse_forward_port to work with IPv6 adresses + * firewall.core.fw_zone: Fix IPv6 address in rich rule forward ports + * add Murmur (Mumble server) service +- spec file fixes to avoid rpmlint warnings about duplicate files. + ------------------------------------------------------------------- Wed Nov 8 17:25:40 UTC 2017 - mpluskal@suse.com diff --git a/firewalld.spec b/firewalld.spec index 156f810..d8f9f60 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -17,13 +17,13 @@ Name: firewalld -Version: 0.4.4.5 +Version: 0.4.4.6 Release: 0 Summary: A firewall daemon with D-Bus interface providing a dynamic firewall License: GPL-2.0+ Group: Productivity/Networking/Security Url: http://www.firewalld.org -Source: https://github.com/t-woerner/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: desktop-file-utils @@ -32,12 +32,12 @@ BuildRequires: docbook-xsl-stylesheets # even though it is probably unlikely for paths to change in the future BuildRequires: ebtables BuildRequires: gettext -BuildRequires: ipset -BuildRequires: iptables BuildRequires: glib2-devel BuildRequires: gobject-introspection BuildRequires: hicolor-icon-theme BuildRequires: intltool +BuildRequires: ipset +BuildRequires: iptables BuildRequires: libxslt-tools BuildRequires: python3-devel BuildRequires: systemd-rpm-macros @@ -184,6 +184,8 @@ fi %config %{_sysconfdir}/rpm/macros.firewalld %dir %{_sysconfdir}/dbus-1 %dir %{_sysconfdir}/dbus-1/system.d +%dir %{_sysconfdir}/modprobe.d +%config(noreplace) %{_sysconfdir}/modprobe.d/firewalld-sysctls.conf %dir %{_datadir}/firewalld/tests %attr(0750,root,root) %{_datadir}/firewalld/tests/*.sh %config(noreplace) %{_sysconfdir}/firewalld/firewalld.conf @@ -198,16 +200,8 @@ fi %{_localstatedir}/adm/fillup-templates/sysconfig.%{name} %config(noreplace) %{_sysconfdir}/dbus-1/system.d/FirewallD.conf %attr(0755,root,root) %dir %{python3_sitelib}/firewall -%attr(0755,root,root) %dir %{python3_sitelib}/firewall/config -%attr(0755,root,root) %dir %{python3_sitelib}/firewall/core -%attr(0755,root,root) %dir %{python3_sitelib}/firewall/core/io -%attr(0755,root,root) %dir %{python3_sitelib}/firewall/server %{_datadir}/firewalld/__pycache__ %{python3_sitelib}/firewall/* -%{python3_sitelib}/firewall/config/* -%{python3_sitelib}/firewall/core/* -%{python3_sitelib}/firewall/core/io/* -%{python3_sitelib}/firewall/server/* %{_mandir}/man1/firewall*cmd*.1* %{_mandir}/man1/firewalld*.1* %{_mandir}/man1/firewallctl*.1*