forked from pool/tpm2-0-tss
- 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
This commit is contained in:
parent
41614edfb3
commit
852586d92b
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7dfd05f7d2c4d5339d1c9ecbdba25f4ea6df70e96b09928e15e0560cce02d525
|
||||
size 853744
|
3
tpm2-tss-2.0.1.tar.gz
Normal file
3
tpm2-tss-2.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a53b25214375a10d87d0c0b0a702a3402c1f19e218196d4a2a44810516b260e5
|
||||
size 892548
|
Loading…
Reference in New Issue
Block a user