]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use wolfSSL 5.3.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Thu, 5 May 2022 07:41:21 +0000 (09:41 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 6 May 2022 10:03:48 +0000 (12:03 +0200)
scripts/test.sh
testing/scripts/recipes/012_wolfssl.mk

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