From: Tobias Brunner Date: Tue, 13 Dec 2022 15:32:02 +0000 (+0100) Subject: github: Use tpm2-tss 3.2.1 for tests X-Git-Tag: 5.9.9rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2192bfb9ece44540f3450dcb06c82fd052f064c8;p=thirdparty%2Fstrongswan.git github: Use tpm2-tss 3.2.1 for tests --- diff --git a/scripts/test.sh b/scripts/test.sh index bb10e39598..dae8515f46 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -69,7 +69,7 @@ build_wolfssl() build_tss2() { - TSS2_REV=2.4.3 + TSS2_REV=3.2.1 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