From 852586d92b4c8f5a01bdfb0f0b3cbd72cb683e7588f598b5f31f20ca00df92c3 Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Wed, 26 Sep 2018 15:42:09 +0000 Subject: [PATCH] - update to upstream version 2.0.1: - Fixed problems with doxygan failing make distcheck - Fixed conversion of gcrypt mpi numbers to binary data - Fixed an error in parsing socket address in MSSIM TCTI - Fixed compilation error with --disable-tcti-mssim - Added initialization function for gcrypt to suppress warning - Fixed invalid type base type while marshaling TPMI_ECC_CURVE in Tss2_Sys_ECC_Parameters - Fixed invalid RSA encryption with exponent equal to 0 - Fixed checking of return codes in ESAPI commands - Added checks for programs required by the test harness @ configure time - Fixed warning on TPM2_RC_INITIALIZE rc after a Startup in Esys_Startup - Checked for 1.2 TPM type response - Changed constants values in esys header file to unsigned OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=72 --- tpm2-0-tss.changes | 16 ++++++++++++++++ tpm2-0-tss.spec | 4 ++-- tpm2-tss-2.0.0.tar.gz | 3 --- tpm2-tss-2.0.1.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 tpm2-tss-2.0.0.tar.gz create mode 100644 tpm2-tss-2.0.1.tar.gz diff --git a/tpm2-0-tss.changes b/tpm2-0-tss.changes index 3709bae..c2622ca 100644 --- a/tpm2-0-tss.changes +++ b/tpm2-0-tss.changes @@ -1,4 +1,20 @@ ------------------------------------------------------------------- +Wed Sep 26 15:41:27 UTC 2018 - matthias.gerstner@suse.com + +- update to upstream version 2.0.1: + - Fixed problems with doxygan failing make distcheck + - Fixed conversion of gcrypt mpi numbers to binary data + - Fixed an error in parsing socket address in MSSIM TCTI + - Fixed compilation error with --disable-tcti-mssim + - Added initialization function for gcrypt to suppress warning + - Fixed invalid type base type while marshaling TPMI_ECC_CURVE in Tss2_Sys_ECC_Parameters + - Fixed invalid RSA encryption with exponent equal to 0 + - Fixed checking of return codes in ESAPI commands + - Added checks for programs required by the test harness @ configure time + - Fixed warning on TPM2_RC_INITIALIZE rc after a Startup in Esys_Startup + - Checked for 1.2 TPM type response + - Changed constants values in esys header file to unsigned +------------------------------------------------------------------- Tue Sep 18 09:04:31 UTC 2018 - matthias.gerstner@suse.com - also process udev triggers for tpmrm subsystem, otherwise /dev/tpmrm0 isn't diff --git a/tpm2-0-tss.spec b/tpm2-0-tss.spec index 153bb82..6af4d9f 100644 --- a/tpm2-0-tss.spec +++ b/tpm2-0-tss.spec @@ -17,13 +17,13 @@ Name: tpm2-0-tss -Version: 2.0.0 +Version: 2.0.1 Release: 0 Summary: Intel's TCG Software Stack access libraries for TPM 2.0 chips License: BSD-2-Clause Group: Productivity/Security Url: https://github.com/tpm2-software/tpm2-tss -Source0: https://github.com/tpm2-software/tpm2-tss/releases/download/2.0.0/tpm2-tss-%{version}.tar.gz +Source0: https://github.com/tpm2-software/tpm2-tss/releases/download/%{version}/tpm2-tss-%{version}.tar.gz Source2: baselibs.conf BuildRequires: gcc-c++ BuildRequires: libgcrypt-devel diff --git a/tpm2-tss-2.0.0.tar.gz b/tpm2-tss-2.0.0.tar.gz deleted file mode 100644 index 3edf7da..0000000 --- a/tpm2-tss-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dfd05f7d2c4d5339d1c9ecbdba25f4ea6df70e96b09928e15e0560cce02d525 -size 853744 diff --git a/tpm2-tss-2.0.1.tar.gz b/tpm2-tss-2.0.1.tar.gz new file mode 100644 index 0000000..1314d45 --- /dev/null +++ b/tpm2-tss-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53b25214375a10d87d0c0b0a702a3402c1f19e218196d4a2a44810516b260e5 +size 892548