]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use wolfSSL 5.6.3 for tests
authorTobias Brunner <tobias@strongswan.org>
Wed, 21 Jun 2023 13:31:53 +0000 (15:31 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 21 Jun 2023 13:31:53 +0000 (15:31 +0200)
scripts/test.sh
testing/scripts/recipes/012_wolfssl.mk

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