]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use wolfSSL 4.8.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Tue, 13 Jul 2021 08:19:56 +0000 (10:19 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 13 Jul 2021 08:19:56 +0000 (10:19 +0200)
scripts/test.sh
testing/scripts/recipes/012_wolfssl.mk

index 42f3af1d382d7b14363d4f7d2ffd71ff4effe4e9..915b12d9b0f32b6cf4d8c7642bd1097cf548e637 100755 (executable)
@@ -37,7 +37,7 @@ build_botan()
 
 build_wolfssl()
 {
-       WOLFSSL_REV=0caf3ba456f1 # v4.7.1r + SHA-3 fix
+       WOLFSSL_REV=v4.8.0-stable
        WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl
 
        if test -d "$WOLFSSL_DIR"; then
index e29da7753bd2034c08d5309cc861c1043dad619b..262bd71dc73f9b73c1e53a4ce34624a6f63bbffd 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = wolfssl
 SRC = https://github.com/wolfSSL/$(PKG).git
-REV = 0caf3ba456f1 # v4.7.1r + SHA-3 fix
+REV = v4.8.0-stable
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)