From: Tobias Brunner Date: Tue, 31 Jan 2023 16:22:44 +0000 (+0100) Subject: github: Use tpm2-tss 3.2.2 for tests X-Git-Tag: android-2.4.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a8106ee0d1dd95ddd10cd7c4d41526d677613b3;p=thirdparty%2Fstrongswan.git github: Use tpm2-tss 3.2.2 for tests --- diff --git a/scripts/test.sh b/scripts/test.sh index c02e2a72a4..68a3230783 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -69,7 +69,7 @@ build_wolfssl() build_tss2() { - TSS2_REV=3.2.1 + TSS2_REV=3.2.2 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