]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use wolfSSL 5.7.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Fri, 22 Mar 2024 10:43:39 +0000 (11:43 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 22 Mar 2024 10:43:39 +0000 (11:43 +0100)
scripts/test.sh
testing/scripts/recipes/012_wolfssl.mk

index b4d9b421c463c7baa9fdad7bbc4742e1140a7f59..485725f0e105216f2621c4b6f9694c606b7ed83a 100755 (executable)
@@ -37,7 +37,7 @@ build_botan()
 
 build_wolfssl()
 {
-       WOLFSSL_REV=v5.6.4-stable
+       WOLFSSL_REV=v5.7.0-stable
        WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl
 
        if test -d "$WOLFSSL_DIR"; then
index d406f9a0119e09e60cae529fc256e66663104815..438a664be05efdc0886292c04e86b4784b3141c9 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = wolfssl
 SRC = https://github.com/wolfSSL/$(PKG).git
-REV = v5.6.4-stable
+REV = v5.7.0-stable
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)