From: Ilya Shipitsin Date: Fri, 19 Mar 2021 17:29:16 +0000 (+0500) Subject: CI: github actions: update LibreSSL to 3.2.5 X-Git-Tag: v2.4-dev14~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d21f4e1e71b0e39da7633e72c304bd26d551b705;p=thirdparty%2Fhaproxy.git CI: github actions: update LibreSSL to 3.2.5 LibreSSL-3.2.5 is released, let us update to it --- diff --git a/.github/matrix.py b/.github/matrix.py index 3489833d08..28b697f4f2 100644 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -105,7 +105,7 @@ for CC in ["gcc", "clang"]: "stock", "OPENSSL_VERSION=1.0.2u", "LIBRESSL_VERSION=2.9.2", - "LIBRESSL_VERSION=3.2.4", + "LIBRESSL_VERSION=3.2.5", "BORINGSSL=yes", ]: flags = ["USE_OPENSSL=1"]