diff --git a/firewalld-1.3.0.tar.gz b/firewalld-1.3.0.tar.gz deleted file mode 100644 index 66c8447..0000000 --- a/firewalld-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0f2ae3d42c7a10646c5309d3c6faab955f640c4c5484885c8c7968e0c260ed9 -size 2146120 diff --git a/firewalld-1.3.1.tar.bz2 b/firewalld-1.3.1.tar.bz2 new file mode 100644 index 0000000..154ee8c --- /dev/null +++ b/firewalld-1.3.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8c848e30d885f89c7fbe049fd9a700a358f0e7ca8b353655f8614565c198e6 +size 1229285 diff --git a/firewalld.changes b/firewalld.changes index 81b66af..8430c20 100644 --- a/firewalld.changes +++ b/firewalld.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Apr 18 01:59:28 UTC 2023 - Mohd Saquib + +- update to 1.3.1: + * fix(fw_nm): use IP interface names for connection lookup (18c8b81) + * fix(fw_policy): raise exceptions (5ae9322) + * fix(service): include: when used with rich rule (986f0be) + * fix(nftables): rich: log: limit was not taking effect (0dc0575) + * fix(build): rpm must build all as prerequisite (6896748) + * fix: use error codes for FirewallError instances (370e5f2) + * fix(ipset): chunk entries when restoring set (8a88855) + * fix(applet): allows using KDE network connection editor (29c8ef6) + ------------------------------------------------------------------- Fri Jan 6 15:11:02 UTC 2023 - Callum Farmer diff --git a/firewalld.spec b/firewalld.spec index 546d49d..66da035 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -1,7 +1,7 @@ # # spec file for package firewalld # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,13 +27,13 @@ %global modprobe_d_files firewalld-sysctls.conf Name: firewalld -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: A firewall daemon with D-Bus interface providing a dynamic firewall License: GPL-2.0-or-later Group: Productivity/Networking/Security URL: https://www.firewalld.org -Source0: https://github.com/firewalld/firewalld/releases/download/v%{version}/firewalld-%{version}.tar.gz +Source0: https://github.com/firewalld/firewalld/releases/download/v%{version}/firewalld-%{version}.tar.bz2 Source1: docker-zone.xml Patch0: 0002-Disable-FlushAllOnReload-option.patch BuildRequires: autoconf