]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use wolfSSL 5.5.1 for tests
authorTobias Brunner <tobias@strongswan.org>
Wed, 28 Sep 2022 12:55:39 +0000 (14:55 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 28 Sep 2022 12:55:39 +0000 (14:55 +0200)
scripts/test.sh
testing/scripts/recipes/012_wolfssl.mk

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