From: Tobias Brunner Date: Mon, 29 Apr 2024 14:10:39 +0000 (+0200) Subject: github: Use tpm2-tss 3.2.3 for tests X-Git-Tag: android-2.5.2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=287ef047a9f4213f377302e6cb70d52a6427878a;p=thirdparty%2Fstrongswan.git github: Use tpm2-tss 3.2.3 for tests --- diff --git a/scripts/test.sh b/scripts/test.sh index 5318a6a9b2..a93cd1d5e8 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -69,7 +69,7 @@ build_wolfssl() build_tss2() { - TSS2_REV=3.2.2 + TSS2_REV=3.2.3 TSS2_PKG=tpm2-tss-$TSS2_REV TSS2_DIR=$DEPS_BUILD_DIR/$TSS2_PKG TSS2_SRC=https://github.com/tpm2-software/tpm2-tss/releases/download/$TSS2_REV/$TSS2_PKG.tar.gz