From d2855e28e823f2e9c51c2062a714d474056027631f6e5a42bbdc7b63e78dcba0 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 5 Dec 2022 09:26:56 +0000 Subject: [PATCH] Accepting request 1039771 from home:dirkmueller:Factory - 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 OBS-URL: https://build.opensuse.org/request/show/1039771 OBS-URL: https://build.opensuse.org/package/show/security/libtpms?expand=0&rev=36 --- libtpms-0.9.3.tar.gz | 3 --- libtpms-0.9.5.tar.gz | 3 +++ libtpms.changes | 13 +++++++++++++ libtpms.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 libtpms-0.9.3.tar.gz create mode 100644 libtpms-0.9.5.tar.gz diff --git a/libtpms-0.9.3.tar.gz b/libtpms-0.9.3.tar.gz deleted file mode 100644 index ff39e41..0000000 --- a/libtpms-0.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7f10437f9a569bbadf2c66b74328c21b649abe3c2b940cc8322391091b20c14 -size 1263192 diff --git a/libtpms-0.9.5.tar.gz b/libtpms-0.9.5.tar.gz new file mode 100644 index 0000000..3322580 --- /dev/null +++ b/libtpms-0.9.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9522c69001e46a3b0e1ccd646d36db611b2366c395099d29037f2b067bf1bc60 +size 1264086 diff --git a/libtpms.changes b/libtpms.changes index 7aeae38..0768d33 100644 --- a/libtpms.changes +++ b/libtpms.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Dec 3 09:56:13 UTC 2022 - Dirk Müller + +- 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 diff --git a/libtpms.spec b/libtpms.spec index 592b08f..1a62891 100644 --- a/libtpms.spec +++ b/libtpms.spec @@ -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