]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use wolfSSL 5.5.4 for tests
authorTobias Brunner <tobias@strongswan.org>
Wed, 21 Dec 2022 15:41:36 +0000 (16:41 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 21 Dec 2022 15:41:36 +0000 (16:41 +0100)
scripts/test.sh
testing/scripts/recipes/012_wolfssl.mk

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