Accepting request 930940 from security:SELinux

OBS-URL: https://build.opensuse.org/request/show/930940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsemanage?expand=0&rev=52
This commit is contained in:
2021-11-15 14:26:04 +00:00
committed by Git OBS Bridge
6 changed files with 21 additions and 7 deletions
+7
View File
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Nov 11 13:26:41 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Update to version 3.3
* Fixed use-after-free in parse_module_store()
* Fixed use_after_free in semanage_direct_write_langext()
-------------------------------------------------------------------
Thu Mar 18 08:31:30 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
+7
View File
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Nov 11 13:26:41 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Update to version 3.3
* Fixed use-after-free in parse_module_store()
* Fixed use_after_free in semanage_direct_write_langext()
-------------------------------------------------------------------
Mon Aug 16 13:13:41 UTC 2021 - Fabian Vogt <fvogt@suse.com>
+1 -1
View File
@@ -20,7 +20,7 @@
%define libname libsemanage%{soversion}
Name: libsemanage
Version: 3.2
Version: 3.3
Release: 0
Summary: SELinux policy management library
License: LGPL-2.1-or-later
+3 -3
View File
@@ -19,12 +19,12 @@
%define soversion 2
%define libname libsemanage%{soversion}
%define libsepol_ver 3.2
%define libselinux_ver 3.2
%define libsepol_ver 3.3
%define libselinux_ver 3.3
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-semanage
Version: 3.2
Version: 3.3
Release: 0
Summary: Python bindings for SELinux's policy management library
License: LGPL-2.1-only
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.