TSS (TCG Software Stack) access daemon for a TPM chip
The trousers package provides a TSS implementation through the help of a user-space daemon, the tcsd, and a library Trousers aims to be compliant to the 1.1b and 1.2 TSS specifications as available from the Trusted Computing website http://www.trustedcomputinggroup.org/.
The package needs the /dev/tpm device file to be present on your system. It is a character device file major 10 minor 224, 0600 tss:tss.
- Sources inherited from project SUSE:SLE-15-SP1:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP1:Update/tpm2-0-tss && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000080 80 Bytes | |
tpm2-0-tss.changes | 0000010283 10 KB | |
tpm2-0-tss.spec | 0000006892 6.73 KB | |
tpm2-tss-2.0.1.tar.gz | 0000892548 872 KB |
Latest Revision
Stefan Behlert (sbehlert)
committed
(revision 4)
- update to upstream version 2.0.1 (FATE#324477) with changelog synced to Factory (bsc#1121860) old: SUSE:SLE-15-SP1:GA/tpm2-0-tss new: openSUSE.org:openSUSE:Factory/tpm2-0-tss rev 15 Index: tpm2-0-tss.changes =================================================================== --- tpm2-0-tss.changes (revision 3) +++ tpm2-0-tss.changes (revision 15) @@ -1,26 +1,47 @@ ------------------------------------------------------------------- -Thu Sep 27 09:50:02 UTC 2018 - matthias.gerstner@suse.com +Wed Sep 26 15:41:27 UTC 2018 - matthias.gerstner@suse.com -- update to major version 2.0.1 (FATE#324477): +- update to upstream version 2.0.1 (FATE#324477): + - 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 + properly updated (at least on SLES-12-SP4) + +------------------------------------------------------------------- +Thu Jul 5 15:40:23 UTC 2018 - matthias.gerstner@suse.com + +- added all librares to baselibs.conf to satisfy 32-bit dependencies of esys0 + and sys0 + +------------------------------------------------------------------- +Tue Jul 3 07:56:18 UTC 2018 - matthias.gerstner@suse.com + +- Explicitly require udev to fix missing ownership for /usr/lib/udev. + +------------------------------------------------------------------- +Fri Jun 29 10:55:58 UTC 2018 - matthias.gerstner@suse.com + +- update to new major version 2.0.0: + - version_fix.patch: removed, we're now using the distribution tarballs + where this problem shouldn't happen - this update introduces an incompatible ABI to the previous version. all libraries have been renamed so there is not really a relation to the old version any more. - - dropped version_fix.patch: we're no using the distribution tarballs where - the version is correct and doesn't require git. - - changelog from 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 - - changelog from 2.0.0: + - upstream changelog: + ## [2.0.0] - 2018-06-20 ### Added - Implementation of the Marshal/Unmarshal library (libtss2-mu) - Implementation of the Enhanced System API (libtss2-esys aka ESAPI) Index: tpm2-0-tss.spec =================================================================== --- tpm2-0-tss.spec (revision 3) +++ tpm2-0-tss.spec (revision 15) @@ -1,7 +1,7 @@ # # spec file for package tpm2-0-tss # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed
Comments 0