Accepting request 1080031 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/1080031 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/firewalld?expand=0&rev=77
This commit is contained in:
commit
cdade9ab52
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0f2ae3d42c7a10646c5309d3c6faab955f640c4c5484885c8c7968e0c260ed9
|
||||
size 2146120
|
3
firewalld-1.3.1.tar.bz2
Normal file
3
firewalld-1.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d8c848e30d885f89c7fbe049fd9a700a358f0e7ca8b353655f8614565c198e6
|
||||
size 1229285
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 18 01:59:28 UTC 2023 - Mohd Saquib <mohd.saquib@suse.com>
|
||||
|
||||
- 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 <gmbr3@opensuse.org>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user