svn commit: r512671 - in head/security/tpm2-abrmd: . files

Li-Wen Hsu lwhsu at FreeBSD.org
Mon Sep 23 20:24:13 UTC 2019


Author: lwhsu
Date: Mon Sep 23 20:24:12 2019
New Revision: 512671
URL: https://svnweb.freebsd.org/changeset/ports/512671

Log:
  - Update the default TCTI config string to point to /dev/tpm
  
  Submitted by:	maintainer
  Differential Revision:	https://reviews.freebsd.org/D21770

Added:
  head/security/tpm2-abrmd/files/patch-src_tabrmd-defaults.h   (contents, props changed)
Modified:
  head/security/tpm2-abrmd/Makefile

Modified: head/security/tpm2-abrmd/Makefile
==============================================================================
--- head/security/tpm2-abrmd/Makefile	Mon Sep 23 20:14:25 2019	(r512670)
+++ head/security/tpm2-abrmd/Makefile	Mon Sep 23 20:24:12 2019	(r512671)
@@ -2,6 +2,7 @@
 
 PORTNAME=	tpm2-abrmd
 DISTVERSION=	2.2.0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/tpm2-software/tpm2-abrmd/releases/download/${DISTVERSION}/
 

Added: head/security/tpm2-abrmd/files/patch-src_tabrmd-defaults.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/tpm2-abrmd/files/patch-src_tabrmd-defaults.h	Mon Sep 23 20:24:12 2019	(r512671)
@@ -0,0 +1,11 @@
+--- src/tabrmd-defaults.h.orig	2019-09-23 18:08:25 UTC
++++ src/tabrmd-defaults.h
+@@ -17,7 +17,7 @@
+ #define TABRMD_SESSIONS_MAX_DEFAULT 4
+ #define TABRMD_SESSIONS_MAX 64
+ #define TABRMD_TCTI_FILENAME_DEFAULT "libtss2-tcti-device.so.0"
+-#define TABRMD_TCTI_CONF_DEFAULT NULL
++#define TABRMD_TCTI_CONF_DEFAULT "device:/dev/tpm"
+ #define TABRMD_TRANSIENT_MAX_DEFAULT 27
+ #define TABRMD_TRANSIENT_MAX 100
+ 


More information about the svn-ports-head mailing list