]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use wolfSSL 5.8.2 for tests
authorTobias Brunner <tobias@strongswan.org>
Sat, 19 Jul 2025 10:11:29 +0000 (12:11 +0200)
committerTobias Brunner <tobias@strongswan.org>
Sat, 19 Jul 2025 10:11:29 +0000 (12:11 +0200)
scripts/test.sh
testing/scripts/recipes/012_wolfssl.mk

index b8627456a2e7b496a53333d225de8a7b8f6f9b3a..de665ed8fa87b5f6d3f4347fc66a014471c53858 100755 (executable)
@@ -37,7 +37,7 @@ build_botan()
 
 build_wolfssl()
 {
-       WOLFSSL_REV=v5.8.0-stable
+       WOLFSSL_REV=v5.8.2-stable
        WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl
 
        if test -d "$WOLFSSL_DIR"; then
index 1d4c8c8d6d0c69b8f85cf30519791d9b9bf71730..66047bb6272772119a35fb507d3b3769efcf79a6 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = wolfssl
 SRC = https://github.com/wolfSSL/$(PKG).git
-REV = v5.8.0-stable
+REV = v5.8.2-stable
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)