Compare commits
No commits in common. "devel" and "factory" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
.osc
|
3
ufw-0.36.1.tar.gz
Normal file
3
ufw-0.36.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c57e78fbf2970f0cc9c56ea87a231e6d83d825e55b9e31e2c88b91b0ea03c8c
|
||||
size 583123
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a57a99eecef6b44db3537ed2520b30bae3759f8465456e22e404cd643838bf5
|
||||
size 592562
|
20
ufw.changes
20
ufw.changes
@ -1,23 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
4
ufw.spec
4
ufw.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ufw
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2022 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}.2
|
||||
Version: %{major_ver}.1
|
||||
Release: 0
|
||||
Summary: Uncomplicated Firewall
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user