1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

security/tpm2-tools: Update to 5.2

Differential Revision:	https://reviews.freebsd.org/D32214
This commit is contained in:
Tadeusz Struk 2021-10-04 10:33:48 +08:00 committed by Li-Wen Hsu
parent 3902e5ba28
commit a54dbc90a3
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF
3 changed files with 31 additions and 92 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= tpm2-tools
DISTVERSION= 4.3.1
DISTVERSION= 5.2
CATEGORIES= security
MASTER_SITES= https://github.com/tpm2-software/tpm2-tools/releases/download/${DISTVERSION}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1621476833
SHA256 (tpm2-tools-4.3.1.tar.gz) = 504215fcd7b47362f56f8ec0ae80290049a6fb4bf8572be5d63cb301863c7d45
SIZE (tpm2-tools-4.3.1.tar.gz) = 891993
TIMESTAMP = 1632890666
SHA256 (tpm2-tools-5.2.tar.gz) = c0b402f6a7b3456e8eb2445211e2d41c46c7e769e05fe4d8909ff64119f7a630
SIZE (tpm2-tools-5.2.tar.gz) = 1072078

View File

@ -1,6 +1,8 @@
bin/tpm2
bin/tpm2_activatecredential
bin/tpm2_certify
bin/tpm2_certifycreation
bin/tpm2_certifyX509certutil
bin/tpm2_changeauth
bin/tpm2_changeeps
bin/tpm2_changepps
@ -8,6 +10,7 @@ bin/tpm2_checkquote
bin/tpm2_clear
bin/tpm2_clearcontrol
bin/tpm2_clockrateadjust
bin/tpm2_commit
bin/tpm2_create
bin/tpm2_createak
bin/tpm2_createek
@ -15,13 +18,20 @@ bin/tpm2_createpolicy
bin/tpm2_createprimary
bin/tpm2_dictionarylockout
bin/tpm2_duplicate
bin/tpm2_ecdhkeygen
bin/tpm2_ecdhzgen
bin/tpm2_ecephemeral
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
@ -76,7 +86,9 @@ 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
@ -86,9 +98,12 @@ bin/tpm2_stirrandom
bin/tpm2_testparms
bin/tpm2_unseal
bin/tpm2_verifysignature
bin/tpm2_zgen2phase
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_changeauth.1.gz
man/man1/tpm2_changeeps.1.gz
man/man1/tpm2_changepps.1.gz
@ -96,6 +111,7 @@ 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
@ -103,13 +119,20 @@ 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_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
@ -164,7 +187,9 @@ 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
@ -174,92 +199,6 @@ man/man1/tpm2_stirrandom.1.gz
man/man1/tpm2_testparms.1.gz
man/man1/tpm2_unseal.1.gz
man/man1/tpm2_verifysignature.1.gz
share/bash-completion/completions/tpm2_activatecredential
share/bash-completion/completions/tpm2_certify
share/bash-completion/completions/tpm2_certifycreation
share/bash-completion/completions/tpm2_changeauth
share/bash-completion/completions/tpm2_changeeps
share/bash-completion/completions/tpm2_changepps
share/bash-completion/completions/tpm2_checkquote
share/bash-completion/completions/tpm2_clear
share/bash-completion/completions/tpm2_clearcontrol
share/bash-completion/completions/tpm2_clockrateadjust
man/man1/tpm2_zgen2phase.1.gz
share/bash-completion/completions/tpm2
share/bash-completion/completions/tpm2_completion.bash
share/bash-completion/completions/tpm2_create
share/bash-completion/completions/tpm2_createak
share/bash-completion/completions/tpm2_createek
share/bash-completion/completions/tpm2_createpolicy
share/bash-completion/completions/tpm2_createprimary
share/bash-completion/completions/tpm2_dictionarylockout
share/bash-completion/completions/tpm2_duplicate
share/bash-completion/completions/tpm2_encryptdecrypt
share/bash-completion/completions/tpm2_eventlog
share/bash-completion/completions/tpm2_evictcontrol
share/bash-completion/completions/tpm2_flushcontext
share/bash-completion/completions/tpm2_getcap
share/bash-completion/completions/tpm2_getekcertificate
share/bash-completion/completions/tpm2_getrandom
share/bash-completion/completions/tpm2_gettestresult
share/bash-completion/completions/tpm2_gettime
share/bash-completion/completions/tpm2_hash
share/bash-completion/completions/tpm2_hierarchycontrol
share/bash-completion/completions/tpm2_hmac
share/bash-completion/completions/tpm2_import
share/bash-completion/completions/tpm2_incrementalselftest
share/bash-completion/completions/tpm2_load
share/bash-completion/completions/tpm2_loadexternal
share/bash-completion/completions/tpm2_makecredential
share/bash-completion/completions/tpm2_nvcertify
share/bash-completion/completions/tpm2_nvdefine
share/bash-completion/completions/tpm2_nvextend
share/bash-completion/completions/tpm2_nvincrement
share/bash-completion/completions/tpm2_nvread
share/bash-completion/completions/tpm2_nvreadlock
share/bash-completion/completions/tpm2_nvreadpublic
share/bash-completion/completions/tpm2_nvsetbits
share/bash-completion/completions/tpm2_nvundefine
share/bash-completion/completions/tpm2_nvwrite
share/bash-completion/completions/tpm2_nvwritelock
share/bash-completion/completions/tpm2_pcrallocate
share/bash-completion/completions/tpm2_pcrevent
share/bash-completion/completions/tpm2_pcrextend
share/bash-completion/completions/tpm2_pcrread
share/bash-completion/completions/tpm2_pcrreset
share/bash-completion/completions/tpm2_policyauthorize
share/bash-completion/completions/tpm2_policyauthorizenv
share/bash-completion/completions/tpm2_policyauthvalue
share/bash-completion/completions/tpm2_policycommandcode
share/bash-completion/completions/tpm2_policycountertimer
share/bash-completion/completions/tpm2_policycphash
share/bash-completion/completions/tpm2_policyduplicationselect
share/bash-completion/completions/tpm2_policylocality
share/bash-completion/completions/tpm2_policynamehash
share/bash-completion/completions/tpm2_policynv
share/bash-completion/completions/tpm2_policynvwritten
share/bash-completion/completions/tpm2_policyor
share/bash-completion/completions/tpm2_policypassword
share/bash-completion/completions/tpm2_policypcr
share/bash-completion/completions/tpm2_policyrestart
share/bash-completion/completions/tpm2_policysecret
share/bash-completion/completions/tpm2_policysigned
share/bash-completion/completions/tpm2_policytemplate
share/bash-completion/completions/tpm2_policyticket
share/bash-completion/completions/tpm2_print
share/bash-completion/completions/tpm2_quote
share/bash-completion/completions/tpm2_rc_decode
share/bash-completion/completions/tpm2_readclock
share/bash-completion/completions/tpm2_readpublic
share/bash-completion/completions/tpm2_rsadecrypt
share/bash-completion/completions/tpm2_rsaencrypt
share/bash-completion/completions/tpm2_selftest
share/bash-completion/completions/tpm2_send
share/bash-completion/completions/tpm2_setclock
share/bash-completion/completions/tpm2_setprimarypolicy
share/bash-completion/completions/tpm2_shutdown
share/bash-completion/completions/tpm2_sign
share/bash-completion/completions/tpm2_startauthsession
share/bash-completion/completions/tpm2_startup
share/bash-completion/completions/tpm2_stirrandom
share/bash-completion/completions/tpm2_testparms
share/bash-completion/completions/tpm2_unseal
share/bash-completion/completions/tpm2_verifysignature