Index: head/security/tpm2-abrmd/Makefile =================================================================== --- head/security/tpm2-abrmd/Makefile (revision 535851) +++ head/security/tpm2-abrmd/Makefile (revision 535852) @@ -1,41 +1,40 @@ # $FreeBSD$ PORTNAME= tpm2-abrmd -DISTVERSION= 2.2.0 -PORTREVISION= 1 +DISTVERSION= 2.3.2 CATEGORIES= security MASTER_SITES= https://github.com/tpm2-software/tpm2-abrmd/releases/download/${DISTVERSION}/ MAINTAINER= tstruk@gmail.com COMMENT= TPM2 Access Broker & Resource Manager Deamon LICENSE= BSD2CLAUSE LIB_DEPENDS= libtss2-esys.so:security/tpm2-tss \ libgio-2.0.so:devel/glib20 RUN_DEPENDS= dbus-daemon:devel/dbus USES= gmake libtool pkgconfig gnome USE_LDCONFIG= yes USE_GNOME= glib20 USE_RC_SUBR= tpm2-abrmd GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-dbuspolicydir=${PREFIX}/etc/dbus-1/system.d GROUPS= _tss USERS= _tss SUB_LIST= DBUS_DAEMON=dbus post-install: @${RM} ${STAGEDIR}${PREFIX}/lib/systemd/system-preset/tpm2-abrmd.preset @${RM} ${STAGEDIR}${PREFIX}/lib/systemd/system/tpm2-abrmd.service @${RM} ${STAGEDIR}${PREFIX}/share/dbus-1/system-services/com.intel.tss2.Tabrmd.service @${RMDIR} ${STAGEDIR}${PREFIX}/lib/systemd/system @${RMDIR} ${STAGEDIR}${PREFIX}/lib/systemd/system-preset @${RMDIR} ${STAGEDIR}${PREFIX}/lib/systemd @${RMDIR} ${STAGEDIR}${PREFIX}/share/dbus-1/system-services @${RMDIR} ${STAGEDIR}${PREFIX}/share/dbus-1 .include Index: head/security/tpm2-abrmd/distinfo =================================================================== --- head/security/tpm2-abrmd/distinfo (revision 535851) +++ head/security/tpm2-abrmd/distinfo (revision 535852) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566436559 -SHA256 (tpm2-abrmd-2.2.0.tar.gz) = 2a75a09802290d88f7806d1294b0070f92dd3f138a211834caa4cc04bd876ed1 -SIZE (tpm2-abrmd-2.2.0.tar.gz) = 569459 +TIMESTAMP = 1589830931 +SHA256 (tpm2-abrmd-2.3.2.tar.gz) = c9375be6e9cab9ec01c343821bd97ea8a3390e255c08ac931656addd132ea89f +SIZE (tpm2-abrmd-2.3.2.tar.gz) = 576381 Index: head/security/tpm2-abrmd/files/patch-src_tpm2-header.c =================================================================== --- head/security/tpm2-abrmd/files/patch-src_tpm2-header.c (revision 535851) +++ head/security/tpm2-abrmd/files/patch-src_tpm2-header.c (nonexistent) @@ -1,18 +0,0 @@ ---- src/tpm2-header.c.orig 2019-08-22 04:36:24 UTC -+++ src/tpm2-header.c -@@ -4,7 +4,6 @@ - * All rights reserved. - */ - #include --#include - #include - #include - #include -@@ -13,6 +12,7 @@ - #include - - #include "tpm2-header.h" -+#include "util.h" - - /** - * Extract the 'tag' field from the tpm command header. This is a Property changes on: head/security/tpm2-abrmd/files/patch-src_tpm2-header.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/tpm2-abrmd/files/patch-src_util.h =================================================================== --- head/security/tpm2-abrmd/files/patch-src_util.h (revision 535851) +++ head/security/tpm2-abrmd/files/patch-src_util.h (nonexistent) @@ -1,20 +0,0 @@ ---- src/util.h.orig 2019-08-22 19:25:53 UTC -+++ src/util.h -@@ -9,8 +9,17 @@ - #include - #include - #include -+#if defined(__FreeBSD__) -+#include -+#endif - - #include "control-message.h" -+ -+#if defined(__FreeBSD__) -+#ifndef POLLRDHUP -+#define POLLRDHUP 0 -+#endif -+#endif - - /* Use to suppress "unused parameter" warnings: */ - #define UNUSED_PARAM(p) ((void)(p)) Property changes on: head/security/tpm2-abrmd/files/patch-src_util.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/tpm2-abrmd/files/patch-src_tabrmd-defaults.h =================================================================== --- head/security/tpm2-abrmd/files/patch-src_tabrmd-defaults.h (revision 535851) +++ head/security/tpm2-abrmd/files/patch-src_tabrmd-defaults.h (nonexistent) @@ -1,11 +0,0 @@ ---- 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 - Property changes on: head/security/tpm2-abrmd/files/patch-src_tabrmd-defaults.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property