forked from pool/firewalld
Accepting request 542023 from home:markoschandras:network
- 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 OBS-URL: https://build.opensuse.org/request/show/542023 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/firewalld?expand=0&rev=47
This commit is contained in:
parent
9b87973746
commit
9699623eb0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89419316e829a2cb086142acc4b1aeba45f20ecddf0ca236db5faf8ec8d12601
|
||||
size 1143500
|
3
firewalld-0.4.4.6.tar.gz
Normal file
3
firewalld-0.4.4.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7bf9dd341f3f4c261fa8a8e217160ec815e9dbf32edc25aed44719a2273e94e
|
||||
size 1153574
|
@ -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
|
||||
|
||||
|
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user