diff --git a/security/tpm2-tools/Makefile b/security/tpm2-tools/Makefile index 4bf8a905e7bd..da6b5d519e1f 100644 --- a/security/tpm2-tools/Makefile +++ b/security/tpm2-tools/Makefile @@ -1,23 +1,23 @@ PORTNAME= tpm2-tools DISTVERSION= 5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://github.com/tpm2-software/tpm2-tools/releases/download/${DISTVERSION}/ MAINTAINER= tstruk@gmail.com COMMENT= TPM2 tools WWW= https://github.com/tpm2-software/tpm2-tools LICENSE= BSD2CLAUSE LIB_DEPENDS= libtss2-esys.so:security/tpm2-tss \ libcurl.so:ftp/curl \ libuuid.so:misc/e2fsprogs-libuuid USES= compiler:c11 gmake libtool pkgconfig ssl GNU_CONFIGURE= yes CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" -CONFIGURE_ARGS= --disable-hardening --disable-fapi +CONFIGURE_ARGS= --disable-hardening .include diff --git a/security/tpm2-tools/pkg-plist b/security/tpm2-tools/pkg-plist index 5c7161ae2ba4..179902699f06 100644 --- a/security/tpm2-tools/pkg-plist +++ b/security/tpm2-tools/pkg-plist @@ -1,206 +1,319 @@ bin/tpm2 bin/tpm2_activatecredential bin/tpm2_certify -bin/tpm2_certifycreation bin/tpm2_certifyX509certutil +bin/tpm2_certifycreation bin/tpm2_changeauth bin/tpm2_changeeps bin/tpm2_changepps bin/tpm2_checkquote bin/tpm2_clear bin/tpm2_clearcontrol bin/tpm2_clockrateadjust bin/tpm2_commit bin/tpm2_create bin/tpm2_createak bin/tpm2_createek bin/tpm2_createpolicy bin/tpm2_createprimary bin/tpm2_dictionarylockout bin/tpm2_duplicate bin/tpm2_ecdhkeygen bin/tpm2_ecdhzgen bin/tpm2_ecephemeral bin/tpm2_encodeobject bin/tpm2_encryptdecrypt bin/tpm2_eventlog bin/tpm2_evictcontrol bin/tpm2_flushcontext bin/tpm2_getcap bin/tpm2_getcommandauditdigest bin/tpm2_geteccparameters bin/tpm2_getekcertificate bin/tpm2_getpolicydigest bin/tpm2_getrandom bin/tpm2_getsessionauditdigest bin/tpm2_gettestresult bin/tpm2_gettime bin/tpm2_hash bin/tpm2_hierarchycontrol bin/tpm2_hmac bin/tpm2_import bin/tpm2_incrementalselftest bin/tpm2_load bin/tpm2_loadexternal bin/tpm2_makecredential bin/tpm2_nvcertify bin/tpm2_nvdefine bin/tpm2_nvextend bin/tpm2_nvincrement bin/tpm2_nvread bin/tpm2_nvreadlock bin/tpm2_nvreadpublic bin/tpm2_nvsetbits bin/tpm2_nvundefine bin/tpm2_nvwrite bin/tpm2_nvwritelock bin/tpm2_pcrallocate bin/tpm2_pcrevent bin/tpm2_pcrextend bin/tpm2_pcrread bin/tpm2_pcrreset bin/tpm2_policyauthorize bin/tpm2_policyauthorizenv bin/tpm2_policyauthvalue bin/tpm2_policycommandcode bin/tpm2_policycountertimer bin/tpm2_policycphash bin/tpm2_policyduplicationselect bin/tpm2_policylocality bin/tpm2_policynamehash bin/tpm2_policynv bin/tpm2_policynvwritten bin/tpm2_policyor bin/tpm2_policypassword bin/tpm2_policypcr bin/tpm2_policyrestart bin/tpm2_policysecret bin/tpm2_policysigned bin/tpm2_policytemplate bin/tpm2_policyticket bin/tpm2_print bin/tpm2_quote bin/tpm2_rc_decode bin/tpm2_readclock bin/tpm2_readpublic bin/tpm2_rsadecrypt bin/tpm2_rsaencrypt bin/tpm2_selftest bin/tpm2_send bin/tpm2_sessionconfig bin/tpm2_setclock bin/tpm2_setcommandauditstatus bin/tpm2_setprimarypolicy bin/tpm2_shutdown bin/tpm2_sign bin/tpm2_startauthsession bin/tpm2_startup bin/tpm2_stirrandom bin/tpm2_testparms bin/tpm2_unseal bin/tpm2_verifysignature bin/tpm2_zgen2phase +bin/tss2 +bin/tss2_authorizepolicy +bin/tss2_changeauth +bin/tss2_createkey +bin/tss2_createnv +bin/tss2_createseal +bin/tss2_decrypt +bin/tss2_delete +bin/tss2_encrypt +bin/tss2_exportkey +bin/tss2_exportpolicy +bin/tss2_getappdata +bin/tss2_getcertificate +bin/tss2_getdescription +bin/tss2_getinfo +bin/tss2_getplatformcertificates +bin/tss2_getrandom +bin/tss2_gettpm2object +bin/tss2_gettpmblobs +bin/tss2_import +bin/tss2_list +bin/tss2_nvextend +bin/tss2_nvincrement +bin/tss2_nvread +bin/tss2_nvsetbits +bin/tss2_nvwrite +bin/tss2_pcrextend +bin/tss2_pcrread +bin/tss2_provision +bin/tss2_quote +bin/tss2_setappdata +bin/tss2_setcertificate +bin/tss2_setdescription +bin/tss2_sign +bin/tss2_unseal +bin/tss2_verifyquote +bin/tss2_verifysignature +bin/tss2_writeauthorizenv man/man1/tpm2.1.gz man/man1/tpm2_activatecredential.1.gz man/man1/tpm2_certify.1.gz -man/man1/tpm2_certifycreation.1.gz man/man1/tpm2_certifyX509certutil.1.gz +man/man1/tpm2_certifycreation.1.gz man/man1/tpm2_changeauth.1.gz man/man1/tpm2_changeeps.1.gz man/man1/tpm2_changepps.1.gz man/man1/tpm2_checkquote.1.gz man/man1/tpm2_clear.1.gz man/man1/tpm2_clearcontrol.1.gz man/man1/tpm2_clockrateadjust.1.gz man/man1/tpm2_commit.1.gz man/man1/tpm2_create.1.gz man/man1/tpm2_createak.1.gz man/man1/tpm2_createek.1.gz man/man1/tpm2_createpolicy.1.gz man/man1/tpm2_createprimary.1.gz man/man1/tpm2_dictionarylockout.1.gz man/man1/tpm2_duplicate.1.gz man/man1/tpm2_ecdhkeygen.1.gz man/man1/tpm2_ecdhzgen.1.gz man/man1/tpm2_ecephemeral.1.gz man/man1/tpm2_encodeobject.1.gz man/man1/tpm2_encryptdecrypt.1.gz man/man1/tpm2_eventlog.1.gz man/man1/tpm2_evictcontrol.1.gz man/man1/tpm2_flushcontext.1.gz man/man1/tpm2_getcap.1.gz man/man1/tpm2_getcommandauditdigest.1.gz man/man1/tpm2_geteccparameters.1.gz man/man1/tpm2_getekcertificate.1.gz man/man1/tpm2_getpolicydigest.1.gz man/man1/tpm2_getrandom.1.gz man/man1/tpm2_getsessionauditdigest.1.gz man/man1/tpm2_gettestresult.1.gz man/man1/tpm2_gettime.1.gz man/man1/tpm2_hash.1.gz man/man1/tpm2_hierarchycontrol.1.gz man/man1/tpm2_hmac.1.gz man/man1/tpm2_import.1.gz man/man1/tpm2_incrementalselftest.1.gz man/man1/tpm2_load.1.gz man/man1/tpm2_loadexternal.1.gz man/man1/tpm2_makecredential.1.gz man/man1/tpm2_nvcertify.1.gz man/man1/tpm2_nvdefine.1.gz man/man1/tpm2_nvextend.1.gz man/man1/tpm2_nvincrement.1.gz man/man1/tpm2_nvread.1.gz man/man1/tpm2_nvreadlock.1.gz man/man1/tpm2_nvreadpublic.1.gz man/man1/tpm2_nvsetbits.1.gz man/man1/tpm2_nvundefine.1.gz man/man1/tpm2_nvwrite.1.gz man/man1/tpm2_nvwritelock.1.gz man/man1/tpm2_pcrallocate.1.gz man/man1/tpm2_pcrevent.1.gz man/man1/tpm2_pcrextend.1.gz man/man1/tpm2_pcrread.1.gz man/man1/tpm2_pcrreset.1.gz man/man1/tpm2_policyauthorize.1.gz man/man1/tpm2_policyauthorizenv.1.gz man/man1/tpm2_policyauthvalue.1.gz man/man1/tpm2_policycommandcode.1.gz man/man1/tpm2_policycountertimer.1.gz man/man1/tpm2_policycphash.1.gz man/man1/tpm2_policyduplicationselect.1.gz man/man1/tpm2_policylocality.1.gz man/man1/tpm2_policynamehash.1.gz man/man1/tpm2_policynv.1.gz man/man1/tpm2_policynvwritten.1.gz man/man1/tpm2_policyor.1.gz man/man1/tpm2_policypassword.1.gz man/man1/tpm2_policypcr.1.gz man/man1/tpm2_policyrestart.1.gz man/man1/tpm2_policysecret.1.gz man/man1/tpm2_policysigned.1.gz man/man1/tpm2_policytemplate.1.gz man/man1/tpm2_policyticket.1.gz man/man1/tpm2_print.1.gz man/man1/tpm2_quote.1.gz man/man1/tpm2_rc_decode.1.gz man/man1/tpm2_readclock.1.gz man/man1/tpm2_readpublic.1.gz man/man1/tpm2_rsadecrypt.1.gz man/man1/tpm2_rsaencrypt.1.gz man/man1/tpm2_selftest.1.gz man/man1/tpm2_send.1.gz man/man1/tpm2_sessionconfig.1.gz man/man1/tpm2_setclock.1.gz man/man1/tpm2_setcommandauditstatus.1.gz man/man1/tpm2_setprimarypolicy.1.gz man/man1/tpm2_shutdown.1.gz man/man1/tpm2_sign.1.gz man/man1/tpm2_startauthsession.1.gz man/man1/tpm2_startup.1.gz man/man1/tpm2_stirrandom.1.gz man/man1/tpm2_testparms.1.gz man/man1/tpm2_unseal.1.gz man/man1/tpm2_verifysignature.1.gz man/man1/tpm2_zgen2phase.1.gz +man/man1/tss2_authorizepolicy.1.gz +man/man1/tss2_changeauth.1.gz +man/man1/tss2_createkey.1.gz +man/man1/tss2_createnv.1.gz +man/man1/tss2_createseal.1.gz +man/man1/tss2_decrypt.1.gz +man/man1/tss2_delete.1.gz +man/man1/tss2_encrypt.1.gz +man/man1/tss2_exportkey.1.gz +man/man1/tss2_exportpolicy.1.gz +man/man1/tss2_getappdata.1.gz +man/man1/tss2_getcertificate.1.gz +man/man1/tss2_getdescription.1.gz +man/man1/tss2_getinfo.1.gz +man/man1/tss2_getplatformcertificates.1.gz +man/man1/tss2_getrandom.1.gz +man/man1/tss2_gettpm2object.1.gz +man/man1/tss2_gettpmblobs.1.gz +man/man1/tss2_import.1.gz +man/man1/tss2_list.1.gz +man/man1/tss2_nvextend.1.gz +man/man1/tss2_nvincrement.1.gz +man/man1/tss2_nvread.1.gz +man/man1/tss2_nvsetbits.1.gz +man/man1/tss2_nvwrite.1.gz +man/man1/tss2_pcrextend.1.gz +man/man1/tss2_pcrread.1.gz +man/man1/tss2_provision.1.gz +man/man1/tss2_quote.1.gz +man/man1/tss2_setappdata.1.gz +man/man1/tss2_setcertificate.1.gz +man/man1/tss2_setdescription.1.gz +man/man1/tss2_sign.1.gz +man/man1/tss2_unseal.1.gz +man/man1/tss2_verifyquote.1.gz +man/man1/tss2_verifysignature.1.gz +man/man1/tss2_writeauthorizenv.1.gz share/bash-completion/completions/tpm2 share/bash-completion/completions/tpm2_completion.bash +share/bash-completion/completions/tss2 +share/bash-completion/completions/tss2_authorizepolicy +share/bash-completion/completions/tss2_changeauth +share/bash-completion/completions/tss2_createkey +share/bash-completion/completions/tss2_createnv +share/bash-completion/completions/tss2_createseal +share/bash-completion/completions/tss2_decrypt +share/bash-completion/completions/tss2_delete +share/bash-completion/completions/tss2_encrypt +share/bash-completion/completions/tss2_exportkey +share/bash-completion/completions/tss2_exportpolicy +share/bash-completion/completions/tss2_getappdata +share/bash-completion/completions/tss2_getcertificate +share/bash-completion/completions/tss2_getdescription +share/bash-completion/completions/tss2_getinfo +share/bash-completion/completions/tss2_getplatformcertificates +share/bash-completion/completions/tss2_getrandom +share/bash-completion/completions/tss2_gettpm2object +share/bash-completion/completions/tss2_gettpmblobs +share/bash-completion/completions/tss2_import +share/bash-completion/completions/tss2_list +share/bash-completion/completions/tss2_nvextend +share/bash-completion/completions/tss2_nvincrement +share/bash-completion/completions/tss2_nvread +share/bash-completion/completions/tss2_nvsetbits +share/bash-completion/completions/tss2_nvwrite +share/bash-completion/completions/tss2_pcrextend +share/bash-completion/completions/tss2_pcrread +share/bash-completion/completions/tss2_provision +share/bash-completion/completions/tss2_quote +share/bash-completion/completions/tss2_setappdata +share/bash-completion/completions/tss2_setcertificate +share/bash-completion/completions/tss2_setdescription +share/bash-completion/completions/tss2_sign +share/bash-completion/completions/tss2_unseal +share/bash-completion/completions/tss2_verifyquote +share/bash-completion/completions/tss2_verifysignature +share/bash-completion/completions/tss2_writeauthorizenv