From dc232b734e8c1ebb5a3238e1795a32a4c2dc9155e0dd0ddaa0bf466a826aed6e Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 14 May 2018 10:58:16 +0000 Subject: [PATCH 1/2] Accepting request 606954 from home:markoschandras:network - Update to 0.5.3 * tests/regression: add test for ipset with timeout * ipset: allow adding entries to ipsets with timeout * translations: update * helpers: load helper module explicitly if no port given * helpers: nf_conntrack_proto-* helpers needs name cropped * config/Makefile: correct name of proto-gre helper * tests/regression: test helper nf_conntrack_proto_gre (#263) * functions: get_nf_nat_helpers() should look in other directories too * functions: Allow nf_conntrack_proto_* helpers * services: Add GRE * helpers: Add proto-gre * tests/regression: add test to verify ICMP block in forward chain * ipXtables: fix ICMP block not being present in FORWARD chain OBS-URL: https://build.opensuse.org/request/show/606954 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/firewalld?expand=0&rev=67 --- firewalld-0.5.2.tar.gz | 3 --- firewalld-0.5.3.tar.gz | 3 +++ firewalld.changes | 18 ++++++++++++++++++ firewalld.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 firewalld-0.5.2.tar.gz create mode 100644 firewalld-0.5.3.tar.gz diff --git a/firewalld-0.5.2.tar.gz b/firewalld-0.5.2.tar.gz deleted file mode 100644 index a147606..0000000 --- a/firewalld-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa8e47bb11d9b25953ed2e278a989b0eb052b4466ea030ade0ed0cf1955614a4 -size 1160153 diff --git a/firewalld-0.5.3.tar.gz b/firewalld-0.5.3.tar.gz new file mode 100644 index 0000000..7a37529 --- /dev/null +++ b/firewalld-0.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba105de0b6dc75d208cc675718a140973e2eab2f60aa285068b0438331639ebc +size 1161718 diff --git a/firewalld.changes b/firewalld.changes index b6186c8..3600cd6 100644 --- a/firewalld.changes +++ b/firewalld.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon May 14 08:41:27 UTC 2018 - mchandras@suse.de + +- Update to 0.5.3 + * tests/regression: add test for ipset with timeout + * ipset: allow adding entries to ipsets with timeout + * translations: update + * helpers: load helper module explicitly if no port given + * helpers: nf_conntrack_proto-* helpers needs name cropped + * config/Makefile: correct name of proto-gre helper + * tests/regression: test helper nf_conntrack_proto_gre (#263) + * functions: get_nf_nat_helpers() should look in other directories too + * functions: Allow nf_conntrack_proto_* helpers + * services: Add GRE + * helpers: Add proto-gre + * tests/regression: add test to verify ICMP block in forward chain + * ipXtables: fix ICMP block not being present in FORWARD chain + ------------------------------------------------------------------- Fri Mar 16 07:58:50 UTC 2018 - mchandras@suse.de diff --git a/firewalld.spec b/firewalld.spec index a5632d5..7d70cce 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -22,7 +22,7 @@ %endif Name: firewalld -Version: 0.5.2 +Version: 0.5.3 Release: 0 Summary: A firewall daemon with D-Bus interface providing a dynamic firewall License: GPL-2.0-or-later From f9dbf587ff3feeddbf51a154da05f9f6bdfa67b36aa1dc534323fc8e040a9519 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 14 May 2018 11:13:07 +0000 Subject: [PATCH 2/2] - Update to 0.5.3 (bsc#1093120) OBS-URL: https://build.opensuse.org/package/show/security:netfilter/firewalld?expand=0&rev=68 --- firewalld.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewalld.changes b/firewalld.changes index 3600cd6..a9d2dba 100644 --- a/firewalld.changes +++ b/firewalld.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Mon May 14 08:41:27 UTC 2018 - mchandras@suse.de -- Update to 0.5.3 +- Update to 0.5.3 (bsc#1093120) * tests/regression: add test for ipset with timeout * ipset: allow adding entries to ipsets with timeout * translations: update