Accepting request 1040190 from security
- update to 0.9.5: * tpm2: Do not set RSA_FLAG_NO_BLINDING on RSA keys anymore * tpm2: Fix a potential overflow expression (coverity) * tpm2: Fix size check in CryptSecretDecrypt * tpm: #undef printf in case it is #define'd (OSS-Fuzz) * tpm2: Check return code of BN_div() * tpm2: Initialize variables due to gcc complaint (s390x, false positive) * tpm12: Initialize variables due to gcc complaint (s390x, false positive) * build-sys: Fix configure script to support _FORTIFY_SOURCE=3 (forwarded request 1039771 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/1040190 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtpms?expand=0&rev=17
This commit is contained in:
commit
ef9306888e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7f10437f9a569bbadf2c66b74328c21b649abe3c2b940cc8322391091b20c14
|
||||
size 1263192
|
3
libtpms-0.9.5.tar.gz
Normal file
3
libtpms-0.9.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9522c69001e46a3b0e1ccd646d36db611b2366c395099d29037f2b067bf1bc60
|
||||
size 1264086
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 09:56:13 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.9.5:
|
||||
* tpm2: Do not set RSA_FLAG_NO_BLINDING on RSA keys anymore
|
||||
* tpm2: Fix a potential overflow expression (coverity)
|
||||
* tpm2: Fix size check in CryptSecretDecrypt
|
||||
* tpm: #undef printf in case it is #define'd (OSS-Fuzz)
|
||||
* tpm2: Check return code of BN_div()
|
||||
* tpm2: Initialize variables due to gcc complaint (s390x, false positive)
|
||||
* tpm12: Initialize variables due to gcc complaint (s390x, false positive)
|
||||
* build-sys: Fix configure script to support _FORTIFY_SOURCE=3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 25 10:04:05 UTC 2022 - pgajdos@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libtpms0
|
||||
Name: libtpms
|
||||
Version: 0.9.3
|
||||
Version: 0.9.5
|
||||
Release: 0
|
||||
Summary: Library providing Trusted Platform Module (TPM) functionality
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user