]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Use wolfSSL 5.0.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Tue, 2 Nov 2021 08:41:25 +0000 (09:41 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 2 Nov 2021 08:41:25 +0000 (09:41 +0100)
scripts/test.sh
testing/scripts/recipes/012_wolfssl.mk

index 4fc1974b2d9d27de3e06d9070fe23021a5efae3b..db992da0129ac43718936626889acc3b0ed1f868 100755 (executable)
@@ -37,7 +37,7 @@ build_botan()
 
 build_wolfssl()
 {
-       WOLFSSL_REV=v4.8.0-stable
+       WOLFSSL_REV=v5.0.0-stable
        WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl
 
        if test -d "$WOLFSSL_DIR"; then
index 262bd71dc73f9b73c1e53a4ce34624a6f63bbffd..926858e86a456f50e934c5f4309df6e5e827f00b 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = wolfssl
 SRC = https://github.com/wolfSSL/$(PKG).git
-REV = v4.8.0-stable
+REV = v5.0.0-stable
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)