]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use wolfSSL 5.5.3 for tests
authorTobias Brunner <tobias@strongswan.org>
Wed, 9 Nov 2022 16:36:42 +0000 (17:36 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 10 Nov 2022 15:15:36 +0000 (16:15 +0100)
scripts/test.sh
testing/scripts/recipes/012_wolfssl.mk

index f1f88fb268c29cf4d194f75732fd0e55113520e3..60ba14e98e12c8a93740673013fc27dca889765b 100755 (executable)
@@ -37,7 +37,7 @@ build_botan()
 
 build_wolfssl()
 {
-       WOLFSSL_REV=v5.5.1-stable
+       WOLFSSL_REV=v5.5.3-stable
        WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl
 
        if test -d "$WOLFSSL_DIR"; then
index 69505ce667e8e409f0151203bf66becec30b3603..da954146ec175cdb3c8c5ae3b6a4abf902843d59 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = wolfssl
 SRC = https://github.com/wolfSSL/$(PKG).git
-REV = v5.5.1-stable
+REV = v5.5.3-stable
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)