]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use wolfSSL 5.6.4 for tests
authorTobias Brunner <tobias@strongswan.org>
Tue, 31 Oct 2023 08:41:49 +0000 (09:41 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 3 Nov 2023 08:28:51 +0000 (09:28 +0100)
scripts/test.sh
testing/scripts/recipes/012_wolfssl.mk

index d9a92241707349bfd81fe77e7031be80b072d7d8..0f39f26dfa6a9e1e7288ddfcd2a2363f2018b161 100755 (executable)
@@ -37,7 +37,7 @@ build_botan()
 
 build_wolfssl()
 {
-       WOLFSSL_REV=v5.6.3-stable
+       WOLFSSL_REV=v5.6.4-stable
        WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl
 
        if test -d "$WOLFSSL_DIR"; then
index 3b693b8addbeee3a41180232cf235786a958969d..d406f9a0119e09e60cae529fc256e66663104815 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = wolfssl
 SRC = https://github.com/wolfSSL/$(PKG).git
-REV = v5.6.3-stable
+REV = v5.6.4-stable
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)