]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Use wolfSSL 5.2.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Tue, 22 Feb 2022 08:35:01 +0000 (09:35 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 22 Feb 2022 08:35:01 +0000 (09:35 +0100)
scripts/test.sh
testing/scripts/recipes/012_wolfssl.mk

index 9f3cc9dfa8387949dfd36b267c8b4561cc14bddd..c773b3ef1be1de8590d221a1cef3730e5293c55e 100755 (executable)
@@ -37,7 +37,7 @@ build_botan()
 
 build_wolfssl()
 {
-       WOLFSSL_REV=v5.1.1-stable
+       WOLFSSL_REV=v5.2.0-stable
        WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl
 
        if test -d "$WOLFSSL_DIR"; then
index 3d7b0749f3903e2dc8431e0e513b88036a2ea567..87bb3f9067add278365423b48bbd1e3985ea3218 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = wolfssl
 SRC = https://github.com/wolfSSL/$(PKG).git
-REV = v5.1.1-stable
+REV = v5.2.0-stable
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)