| Port details on branch 2020Q3 |
- tpm2-tss TPM2 Software Stack core library
- 2.4.1_1 security
=0 2.4.1_1Version of this port present on the latest quarterly branch. - Maintainer: tstruk@gmail.com
 - Port Added: 2020-08-28 16:39:47
- Last Update: 2020-08-28 16:39:10
- Commit Hash: 7bf4cf9
- License: BSD2CLAUSE
- WWW:
- https://github.com/tpm2-software/tpm2-tss
- Description:
- OSS implementation of the TCG TPM2 Software Stack (TSS2)
* libtss2-fapi - Feature API (FAPI) as described in the TSS 2.0 Feature API
Specification and TSS 2.0 JSON Data Types and Policy Language Specification.
* libtss2-esys - Enhanced System API (ESAPI) as described in the TSS 2.0
This API is a 1-to-1 mapping of the TPM2 commands documented in Part 3 of the
TPM2 specification. Additionally there are asynchronous versions of each
command. In addition to SAPI, the ESAPI performs tracking of meta data for
TPM object and automatic calculation of session authorization and encryption.
* libtss2-sys - System API (SAPI) as described in the system level API and TPM
command transmission interface specification. This API is a 1-to-1 mapping of
the TPM2 commands documented in Part 3 of the TPM2 specification.
* libtss2-mu - Marshaling/Unmarshaling (MU) as described in the TCG TSS 2.0
Marshaling/Unmarshaling API Specification. This API provides a set of
marshaling and unmarshaling functions for all data types define by the TPM2
library specification.
* TPM Command Transmission Interface (TCTI) that is described in the same
specification. This API provides a standard interface to transmit/receive
TPM command/response buffers.
WWW: https://github.com/tpm2-software/tpm2-tss
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- tpm2-tss>0:security/tpm2-tss
- To install the port:
- cd /usr/ports/security/tpm2-tss/ && make install clean
- To add the package, run one of these commands:
- pkg install security/tpm2-tss
- pkg install tpm2-tss
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tpm2-tss
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1589328616
SHA256 (tpm2-tss-2.4.1.tar.gz) = 58d7afcab9ff3daaafb5316e57d2c211118334b470d5a5bc6ceace6f89a1e60d
SIZE (tpm2-tss-2.4.1.tar.gz) = 1445103
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libjson-c.so : devel/json-c
- libcurl.so : ftp/curl
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_tpm2-tss
- USES:
- compiler:c11 gmake libtool pkgconfig ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.4.1_1 28 Aug 2020 16:39:11
  |
pkubaj  |
MFH: r546750
security/tpm2-tss: fix build on GCC architectures
Use newer GCC, base GCC can't build it:
src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:49: error: '_TSS2_SYS_CONTEXT_BLOB'
has no member named 'decryptAllowed'
src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:50: error: '_TSS2_SYS_CONTEXT_BLOB'
has no member named 'encryptAllowed'
src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:51: error: '_TSS2_SYS_CONTEXT_BLOB'
has no member named 'authAllowed'
Approved by: portmgr (fix build blanket) |
2.4.1_1 28 Aug 2020 16:39:10
    |
Piotr Kubaj (pkubaj)  |
MFH: r546750
security/tpm2-tss: fix build on GCC architectures
Use newer GCC, base GCC can't build it:
src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:49: error: '_TSS2_SYS_CONTEXT_BLOB'
has no member named 'decryptAllowed'
src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:50: error: '_TSS2_SYS_CONTEXT_BLOB'
has no member named 'encryptAllowed'
src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:51: error: '_TSS2_SYS_CONTEXT_BLOB'
has no member named 'authAllowed'
Approved by: portmgr (fix build blanket) |
Number of commits found: 2
|