Port details |
- tpm2-tss TPM2 Software Stack core library
- 4.0.1_1 security
=2 4.0.1_1Version of this port present on the latest quarterly branch. - Maintainer: tstruk@gmail.com
 - Port Added: 2019-09-17 19:46:16
- Last Update: 2024-02-25 13:31:26
- Commit Hash: 8efdade
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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 - 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 = 1694301508
SHA256 (tpm2-tss-4.0.1.tar.gz) = 532a70133910b6bd842289915b3f9423c0205c0ea009d65294ca18a74087c950
SIZE (tpm2-tss-4.0.1.tar.gz) = 1787139
Packages (timestamps in pop-ups are UTC):
- 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
- libuuid.so : misc/e2fsprogs-libuuid
- This port is required by:
- for Libraries
-
- security/tpm2-abrmd
- security/tpm2-pkcs11
- security/tpm2-tools
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.1_1 25 Feb 2024 13:31:26
    |
Muhammad Moinur Rahman (bofh)  |
security/tpm2-tss: Moved man to share/man
Approved by: portmgr (blanket) |
4.0.1 11 Sep 2023 08:52:12
    |
Li-Wen Hsu (lwhsu)  Author: Tadeusz Struk |
security/tpm2-tss: Update to 4.0.1
Differential Revision: https://reviews.freebsd.org/D41801 |
3.2.0_1 18 Mar 2022 15:26:09
    |
Jung-uk Kim (jkim)  |
security/tpm2-tss: Fix build with base OpenSSL
PR: 262569 |
3.2.0 15 Mar 2022 07:04:28
    |
Guangyuan Yang (ygy)  Author: Tadeusz Struk |
security/tpm2-tss: Update to 3.2.0
Changelog: https://github.com/tpm2-software/tpm2-tss/releases/tag/3.2.0
Differential Revision: https://reviews.freebsd.org/D34462 |
3.1.0 26 May 2021 07:46:56
    |
Li-Wen Hsu (lwhsu)  Author: Tadeusz Struk |
security/tpm2-tss: Update to 3.1.0
Differential Revision: https://reviews.freebsd.org/D30326 |
2.4.5 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.4.5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.4.5 06 Mar 2021 12:08:12
  |
lwhsu  |
security/tpm2-tss: Update to 2.4.5
Submitted by: Tadeusz Struk <tadeusz.struk@intel.com> (maintainer)
Differential Revision: https://reviews.freebsd.org/D29051 |
2.4.2 28 Aug 2020 16:38:18
  |
pkubaj  |
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'
MFH: 2020Q3 (fix build blanket) |
2.4.2 07 Aug 2020 03:02:22
  |
lwhsu  |
- Update to 2.4.2
Submitted by: Tadeusz Struk <tadeusz.struk@intel.com> (maintainer)
Differential Revision: https://reviews.freebsd.org/D25981 |
2.4.1_1 22 May 2020 19:20:42
  |
sunpoet  |
Bump PORTREVISION for devel/json-c json-c |
2.4.1 19 May 2020 09:27:09
  |
lwhsu  |
- Update to 2.4.1
Submitted by: Tadeusz Struk <tadeusz.struk@intel.com> (maintainer)
Differential Revision: https://reviews.freebsd.org/D24903 |
2.3.1 17 Sep 2019 19:46:10
  |
lwhsu  |
Add security/tpm2-tss, TPM2 Software Stack core library
Submitted by: Tadeusz Struk <tadeusz.struk@intel.com>
Differential Revision: https://reviews.freebsd.org/D21649 |