From: William Lallemand Date: Mon, 9 Oct 2023 22:29:06 +0000 (+0200) Subject: CI: github: update wolfssl to git revision d83f2fa X-Git-Tag: v2.9-dev8~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fa7bf207ef799acfc0ede7a753abc7fb0b4eed5;p=thirdparty%2Fhaproxy.git CI: github: update wolfssl to git revision d83f2fa WolfSSL 5.6.3 does not pass all the haproxy reg-tests since some fixes are still unreleased in the master branch. Build wolfSSL with a recent git revision to have passing reg-tests. --- diff --git a/.github/matrix.py b/.github/matrix.py index 8a46f256b3..7a891b11c9 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -194,7 +194,7 @@ def main(ref_name): "OPENSSL_VERSION=1.0.2u", "OPENSSL_VERSION=1.1.1s", "QUICTLS=yes", - "WOLFSSL_VERSION=5.6.3", + "WOLFSSL_VERSION=git-d83f2fa", # "BORINGSSL=yes", ]