Date: Tue, 15 Mar 2022 07:04:53 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d4c9792fda7f - main - security/tpm2-tss: Update to 3.2.0 Message-ID: <202203150704.22F74rSX070088@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4c9792fda7facf982cfd4a4c02e9c8652d6cfd6 commit d4c9792fda7facf982cfd4a4c02e9c8652d6cfd6 Author: Tadeusz Struk <tstruk@gmail.com> AuthorDate: 2022-03-15 07:04:28 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2022-03-15 07:04:28 +0000 security/tpm2-tss: Update to 3.2.0 Changelog: https://github.com/tpm2-software/tpm2-tss/releases/tag/3.2.0 Differential Revision: https://reviews.freebsd.org/D34462 --- security/tpm2-tss/Makefile | 5 +++-- security/tpm2-tss/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/security/tpm2-tss/Makefile b/security/tpm2-tss/Makefile index 18f072113695..a5fffea96627 100644 --- a/security/tpm2-tss/Makefile +++ b/security/tpm2-tss/Makefile @@ -1,5 +1,5 @@ PORTNAME= tpm2-tss -DISTVERSION= 3.1.0 +DISTVERSION= 3.2.0 CATEGORIES= security MASTER_SITES= https://github.com/tpm2-software/tpm2-tss/releases/download/${DISTVERSION}/ @@ -9,7 +9,8 @@ COMMENT= TPM2 Software Stack core library LICENSE= BSD2CLAUSE LIB_DEPENDS= libjson-c.so:devel/json-c \ - libcurl.so:ftp/curl + libcurl.so:ftp/curl \ + libssl.so.11:security/openssl USES= compiler:c11 gmake libtool pkgconfig ssl USE_LDCONFIG= yes diff --git a/security/tpm2-tss/distinfo b/security/tpm2-tss/distinfo index 5e8193666483..c4333fbcf6de 100644 --- a/security/tpm2-tss/distinfo +++ b/security/tpm2-tss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621301767 -SHA256 (tpm2-tss-3.1.0.tar.gz) = 8900a6603f74310b749b65f23c3461cde6e2a23a5f61058b21004c25f9cf19e8 -SIZE (tpm2-tss-3.1.0.tar.gz) = 1584690 +TIMESTAMP = 1646512509 +SHA256 (tpm2-tss-3.2.0.tar.gz) = 48305e4144dcf6d10f3b25b7bccf0189fd2d1186feafd8cd68c6b17ecf0d7912 +SIZE (tpm2-tss-3.2.0.tar.gz) = 1629211
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203150704.22F74rSX070088>