Accepting request 880005 from home:gary_lin:branches:security
- Update to version 0.7.7 * CryptSym: fix AES output IV (bsc#1183729, CVE-2021-3446) * tpm2: Fix public key context save due to ANY_OBJECT_Marshal usage * tpm2: Address some Coverity issues (false positives) * tpm1.2: Backported ASAN/UBSAN related fixes * tpm2: Return properly sized array for b parameter for NIST P521 (HLK) * tpm2: Addressed issues detected by UBSAN * tpm2: Addressed issues detected by cppcheck (false positives) OBS-URL: https://build.opensuse.org/request/show/880005 OBS-URL: https://build.opensuse.org/package/show/security/libtpms?expand=0&rev=23
This commit is contained in:
parent
f53e2de3f9
commit
15458222e5
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 19 02:03:20 UTC 2021 - Gary Ching-Pang Lin <glin@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.7.7
|
||||||
|
* CryptSym: fix AES output IV (bsc#1183729, CVE-2021-3446)
|
||||||
|
* tpm2: Fix public key context save due to ANY_OBJECT_Marshal usage
|
||||||
|
* tpm2: Address some Coverity issues (false positives)
|
||||||
|
* tpm1.2: Backported ASAN/UBSAN related fixes
|
||||||
|
* tpm2: Return properly sized array for b parameter for NIST P521
|
||||||
|
(HLK)
|
||||||
|
* tpm2: Addressed issues detected by UBSAN
|
||||||
|
* tpm2: Addressed issues detected by cppcheck (false positives)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 23 03:31:28 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
|
Mon Nov 23 03:31:28 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libtpms
|
# spec file for package libtpms
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define lname libtpms0
|
%define lname libtpms0
|
||||||
Name: libtpms
|
Name: libtpms
|
||||||
Version: 0.7.4
|
Version: 0.7.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library providing Trusted Platform Module (TPM) functionality
|
Summary: Library providing Trusted Platform Module (TPM) functionality
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:42643a03abd34b71ad3301dece8c1b2a6d519e590864f197be08c8e9146c2a0f
|
|
||||||
size 1212986
|
|
3
v0.7.7.tar.gz
Normal file
3
v0.7.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9f23b97594bb9c6d3c50e33c9be8435f03d91a591c2288b03056321e06c95db3
|
||||||
|
size 1217129
|
Loading…
Reference in New Issue
Block a user