forked from pool/libsemanage
Accepting request 930929 from home:jsegitz:branches:security:SELinux
- Update to version 3.3 * Fixed use-after-free in parse_module_store() * Fixed use_after_free in semanage_direct_write_langext() - Update to version 3.3 * Fixed use-after-free in parse_module_store() * Fixed use_after_free in semanage_direct_write_langext() OBS-URL: https://build.opensuse.org/request/show/930929 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsemanage?expand=0&rev=94
This commit is contained in:
parent
506203f4f2
commit
4f3e42bcbb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d722a55ca4fe2d4e2b30527720db657e6238b28079e69e2e4affeb8e733ee511
|
||||
size 178839
|
3
libsemanage-3.3.tar.gz
Normal file
3
libsemanage-3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84d0ec5afa34bbbb471f602d8c1bf317d12443d07852a34b60741d428d597ce8
|
||||
size 178890
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user