Date: Sunday, May 7, 2023 @ 09:45:28 Author: arojas Revision: 476912 upgpkg: tpm2-tss 4.0.1-1: Update to 4.0.1
Modified: tpm2-tss/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-07 09:01:27 UTC (rev 476911) +++ PKGBUILD 2023-05-07 09:45:28 UTC (rev 476912) @@ -1,8 +1,8 @@ # Maintainer: Jonas Witschel <[email protected]> # Contributor: Bruno Pagani <[email protected]> pkgname=tpm2-tss -pkgver=3.2.0 -pkgrel=3 +pkgver=4.0.1 +pkgrel=1 pkgdesc='Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2)' arch=('x86_64') url='https://github.com/tpm2-software/tpm2-tss' @@ -16,10 +16,12 @@ 'etc/tpm2-tss/fapi-profiles/P_RSA2048SHA256.json') options=('!emptydirs' '!lto') source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc} - 'https://raw.githubusercontent.com/tpm2-software/tpm2-tss/e237e4d33cbf280292a480edd8ad061dcd3a37a2/lib/tss2-tcti-libtpms.map') -sha512sums=('cabb411f074dfa94919ba914849aac77a0ac2f50622e28a1406cf575369148774748e0e2b7a7c566ec83561a96d4b883bac5a3b1763f4cf48668a0c5d68c0a23' + 'https://raw.githubusercontent.com/tpm2-software/tpm2-tss/e237e4d33cbf280292a480edd8ad061dcd3a37a2/lib/tss2-tcti-libtpms.map' + 'https://github.com/tpm2-software/tpm2-tss/commit/218c0da8.patch') +sha512sums=('ed6ddc52cb0e8c1082a4bb001e1225eb9905fd2380da88db5fd69ff5b5d9d43a93eb67b634e49d53eb5d586832da3aef2c4c7e5f18d51bb730481f8913319d7d' 'SKIP' - '55be966eb320c96ca49b3aaa0635815076fe1a21149d1a0f95654778c8359bd16f18a10c0cabe955a366d4a14e2645a8150878b601085d987727de40831e50ab') + '55be966eb320c96ca49b3aaa0635815076fe1a21149d1a0f95654778c8359bd16f18a10c0cabe955a366d4a14e2645a8150878b601085d987727de40831e50ab' + '5c6f57ddf43b0c767578ecbad1df960ef0d77417eb1db0c9c492636a4b07c0b5b29cc031d5352d83aec4a8e1d67276587db24e7e188dfeecff5d7ed7c55cc30c') validpgpkeys=('D6B4D8BAC7E0CC97DCD4AC7272E88B53F7A95D84' # Andreas Fuchs <[email protected]> '5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts (Bill Roberts) <[email protected]> @@ -27,6 +29,7 @@ cd "$pkgname-$pkgver" # Add file missing from release tarball (https://github.com/tpm2-software/tpm2-tss/issues/2313) cp "$srcdir/tss2-tcti-libtpms.map" lib + patch -p1 -i ../218c0da8.patch # Fix tests } build() {
