diff --git a/_service b/_service index 6c70095..b6d5868 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - firewalld-0.4.0.tar.bz2 + firewalld-0.4.1.2.tar.bz2 sha1 - f1818ed82a3e3f14b4315a2dd32c2a268ce223b3 + c7f3d04bd115b9a56a95fc7aee1a6d10559d2690 diff --git a/firewalld-0.4.0.tar.bz2 b/firewalld-0.4.0.tar.bz2 deleted file mode 100644 index 752be96..0000000 --- a/firewalld-0.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:858dca878c65853dec9044e3531a7ee4cd00a1766c268c354eb3480fe6e14914 -size 603881 diff --git a/firewalld-0.4.1.2.tar.bz2 b/firewalld-0.4.1.2.tar.bz2 new file mode 100644 index 0000000..13ea292 --- /dev/null +++ b/firewalld-0.4.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c444c2d9dfbd4036e3a5508824655d729acd6fb633d90cc0e99903d53b6654fa +size 604940 diff --git a/firewalld.changes b/firewalld.changes index 996961f..63a8890 100644 --- a/firewalld.changes +++ b/firewalld.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Apr 21 08:15:19 UTC 2016 - mchandras@suse.de + +- Update to version 0.4.1.2 + * Install fw_nm module + * firewalld: Do not fail if log file could not be opened + * Make ipsets visible per default in firewall-config + * Fixed translations with python3 + [changes in 0.4.1.1] + * Fix for broken frensh translation + [changes in 0.4.1] + * Enhancements of ipset handling + * No cleanup of ipsets using timeouts while reloading + * Only destroy conflicting ipsets + * Only use ipset types supported by the system + * Add and remove several ipset entries in one call using a file + * Reduce time frame where builtin chains are on policy DROP while reloading + * Include descriptions in --info-X calls + * Command line interface support to get and alter descriptions of zones, + * services, ipsets and icmptypes with permanent option + * Properly watch changes in combined zones + * Fix logging in rich rule forward rules + * Transformed direct.passthrough errors into warnings + * Rework of import structures + * Reduced calls to get ids for port and protocol names (RHBZ#1305434) + * Build and installation fixes by Markos Chandras + * Provide D-Bus properties in introspection data + * Fix for flaws found by landscape.io + * Fix for repeated SUGHUP + * New NetworkManager module to get and set zones of connections, used in + firewall-applet and firewall-config + * configure: Autodetect backend tools ({ip,ip6,eb}tables{,-restore}, ipset) + * Code cleanups + * Bug fixes +- Fix drop-standard-output-error-systemd.patch tagging +- Add libxslt-tools build dependency + ------------------------------------------------------------------- Tue Mar 8 14:27:23 UTC 2016 - mchandras@suse.de diff --git a/firewalld.spec b/firewalld.spec index 73215b9..ff01c23 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -17,14 +17,14 @@ Name: firewalld -Version: 0.4.0 +Version: 0.4.1.2 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://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM: drop-standard-output-error-systemd.patch, +# PATCH-FIX-OPENSUSE: drop-standard-output-error-systemd.patch, # https://github.com/t-woerner/firewalld/pull/67(pending) -- Do not supress # stdout/stderr for firewalld Patch0: drop-standard-output-error-systemd.patch @@ -35,7 +35,13 @@ BuildRequires: glib2-devel BuildRequires: gobject-introspection BuildRequires: hicolor-icon-theme BuildRequires: intltool +BuildRequires: libxslt-tools BuildRequires: python-devel +# Adding tools to BuildRequires as well so they can be autodetected +# even though it is probably unlikely for paths to change in the future +BuildRequires: ebtables +BuildRequires: ipset +BuildRequires: iptables Requires: dbus-1-python Requires: ebtables Requires: ipset