diff --git a/ufw-0.36.2.tar.gz b/ufw-0.36.2.tar.gz new file mode 100644 index 0000000..a1abda2 --- /dev/null +++ b/ufw-0.36.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a57a99eecef6b44db3537ed2520b30bae3759f8465456e22e404cd643838bf5 +size 592562 diff --git a/ufw.changes b/ufw.changes index 4885af8..f6f3e72 100644 --- a/ufw.changes +++ b/ufw.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Jun 6 10:35:35 UTC 2024 - Jonas Kvinge + +- Update to version 0.36.2 + * src/ufw-init-functions: set default policy after loading rules. Thanks to + Mauricio Faria de Oliveira. (LP: #1946804) + * doc/ufw.8: + - document 'insert' and 'prepend' can't be used to update comments + (LP: #1927737) + * src/backend_iptables.py: remove unreachable code (LP: #1927734) + * src/util.py: + - properly parse /proc/pid/stat for WSL (LP: #2015645) + - mitigate odd length string with unhexlify (Closes: 1034568) + - support vrrp protocol (LP: #1996636) + * add locales/po/ro.po. Thanks Remus-Gabriel Chelu (Closes: 1034119) + * add '-h' and show help with no args (LP: #1965462) + * src/backend.py: add get_rules_ipv4() and get_rules_ipv6() (LP: #1951018) + * tests/check-requirements: update for python 3.10+ + * tests/root: normalize 'ACCEPT {all,tcp}' and 'ACCEPT N' for newer systems + ------------------------------------------------------------------- Sat Jan 29 15:38:15 UTC 2022 - Atri Bhattacharya diff --git a/ufw.spec b/ufw.spec index bcb1adf..7482dfc 100644 --- a/ufw.spec +++ b/ufw.spec @@ -1,7 +1,7 @@ # # spec file for package ufw # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define major_ver 0.36 Name: ufw -Version: %{major_ver}.1 +Version: %{major_ver}.2 Release: 0 Summary: Uncomplicated Firewall License: GPL-3.0-only