SHA256
1
0
forked from pool/ufw

Accepting request 1183330 from security

- 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

OBS-URL: https://build.opensuse.org/request/show/1183330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ufw?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2024-06-27 14:01:23 +00:00 committed by Git OBS Bridge
commit 513f8aceb0
4 changed files with 25 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c57e78fbf2970f0cc9c56ea87a231e6d83d825e55b9e31e2c88b91b0ea03c8c
size 583123

3
ufw-0.36.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a57a99eecef6b44db3537ed2520b30bae3759f8465456e22e404cd643838bf5
size 592562

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Jun 6 10:35:35 UTC 2024 - Jonas Kvinge <jonaski@opensuse.org>
- 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 <badshah400@gmail.com>

View File

@ -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