From a189fe5a91b94404183567f764b8744d9c4f1e0bc797383064b47e6432641244 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 11 Apr 2022 07:24:27 +0000 Subject: [PATCH] Accepting request 968240 from home:dirkmueller:Factory - update to 0.9.3: * build-sys: Add probing for -fstack-protector * tpm2: Do not call EVP_PKEY_CTX_set0_rsa_oaep_label() for label of size * (OSSL 3) * tpm2: When writing state initialize s_ContextSlotMask if not set OBS-URL: https://build.opensuse.org/request/show/968240 OBS-URL: https://build.opensuse.org/package/show/security/libtpms?expand=0&rev=30 --- libtpms-0.9.1.tar.gz | 3 --- libtpms-0.9.3.tar.gz | 3 +++ libtpms.changes | 9 +++++++++ libtpms.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 libtpms-0.9.1.tar.gz create mode 100644 libtpms-0.9.3.tar.gz diff --git a/libtpms-0.9.1.tar.gz b/libtpms-0.9.1.tar.gz deleted file mode 100644 index b8e563c..0000000 --- a/libtpms-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a4d1ed07b78142c394faad1a1481771d470048f5859e80593fe42c82e5635a5 -size 1261528 diff --git a/libtpms-0.9.3.tar.gz b/libtpms-0.9.3.tar.gz new file mode 100644 index 0000000..ff39e41 --- /dev/null +++ b/libtpms-0.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f10437f9a569bbadf2c66b74328c21b649abe3c2b940cc8322391091b20c14 +size 1263192 diff --git a/libtpms.changes b/libtpms.changes index e144abc..5604501 100644 --- a/libtpms.changes +++ b/libtpms.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Apr 10 12:43:58 UTC 2022 - Dirk Müller + +- update to 0.9.3: + * build-sys: Add probing for -fstack-protector + * tpm2: Do not call EVP_PKEY_CTX_set0_rsa_oaep_label() for label of size + * (OSSL 3) + * tpm2: When writing state initialize s_ContextSlotMask if not set + ------------------------------------------------------------------- Thu Dec 9 19:57:51 UTC 2021 - Ferdinand Thiessen diff --git a/libtpms.spec b/libtpms.spec index 03b3cd1..4b5c77e 100644 --- a/libtpms.spec +++ b/libtpms.spec @@ -1,7 +1,7 @@ # # spec file for package libtpms # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define lname libtpms0 Name: libtpms -Version: 0.9.1 +Version: 0.9.3 Release: 0 Summary: Library providing Trusted Platform Module (TPM) functionality License: BSD-3-Clause