From: Ilya Shipitsin Date: Wed, 2 Nov 2022 06:57:03 +0000 (+0500) Subject: CI: switch to the "latest" LibreSSL X-Git-Tag: v2.7-dev9~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70b2c72687ae6e33d2f81147837d4d7c38ef3b9f;p=thirdparty%2Fhaproxy.git CI: switch to the "latest" LibreSSL LibreSSL-3.6.0 had some regression, it was fixed in 3.6.1, let us switch back to the latest LibreSSL available --- diff --git a/.github/matrix.py b/.github/matrix.py index 76e0893a7b..ea4c79fc4e 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -129,7 +129,7 @@ for CC in ["gcc", "clang"]: "stock", "OPENSSL_VERSION=1.0.2u", "OPENSSL_VERSION=latest", - "LIBRESSL_VERSION=3.5.3", + "LIBRESSL_VERSION=latest", "QUICTLS=yes", # "BORINGSSL=yes", ]: