]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use wolfSSL 5.5.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Mon, 5 Sep 2022 09:11:49 +0000 (11:11 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 6 Sep 2022 07:33:00 +0000 (09:33 +0200)
scripts/test.sh
testing/scripts/recipes/012_wolfssl.mk

index 36583be873b86dd294d47eb21eb6f096147a9606..3e11d987ee68a3d6be238f5455a646b4aa4a82ed 100755 (executable)
@@ -37,7 +37,7 @@ build_botan()
 
 build_wolfssl()
 {
-       WOLFSSL_REV=v5.4.0-stable
+       WOLFSSL_REV=v5.5.0-stable
        WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl
 
        if test -d "$WOLFSSL_DIR"; then
index 14b12ea3e1f031f7e74fbabe477db1f2ad7c7758..546e4aa13642e9081551486fd9f924a3753ee7d3 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = wolfssl
 SRC = https://github.com/wolfSSL/$(PKG).git
-REV = v5.4.0-stable
+REV = v5.5.0-stable
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)