Page MenuHomeFreeBSD

TPM2-ABRMD
ClosedPublic

Authored by tstruk_gmail.com on Sep 13 2019, 10:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 27, 5:26 PM
Unknown Object (File)
Thu, Nov 27, 10:57 AM
Unknown Object (File)
Wed, Nov 26, 5:42 PM
Unknown Object (File)
Tue, Nov 18, 6:47 AM
Unknown Object (File)
Mon, Nov 17, 3:47 PM
Unknown Object (File)
Mon, Nov 17, 2:16 PM
Unknown Object (File)
Mon, Nov 3, 9:28 PM
Unknown Object (File)
Oct 26 2025, 4:17 PM

Details

Summary

Add TPM2 Access Broker & Resource Manager Daemon

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

security/tpm2-abrmd/Makefile
15

Just a minor portlint(1) nit, no blank line needed here.

tstruk_gmail.com marked an inline comment as done.

Reworked according to feedback

security/tpm2-abrmd/Makefile
23

Do we really need this line? I can build the port without this. (+= is usually not necessary before including anything.)

tstruk_gmail.com added inline comments.
security/tpm2-abrmd/Makefile
23

I followed an example, but probably the LIB_DEPENDS does the job.

tstruk_gmail.com marked an inline comment as done.

Removed unneeded LIBS+= line

Thanks. Please also consider to upstream the patches to ease the future updates.

This revision is now accepted and ready to land.Sep 14 2019, 2:12 PM

What was the reason to not install ${STAGEDIR}${PREFIX}/share/dbus-1/system-services/com.intel.tss2.Tabrmd.service? This prevents the daemon from being started via D-Bus auto-activation.