Date: Mon, 23 Sep 2019 20:24:13 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512671 - in head/security/tpm2-abrmd: . files Message-ID: <201909232024.x8NKODVw065952@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909232024.x8NKODVw065952>