I attached a patch that switches to LibreSSL-3.2.X

(in the future, I'll have a look whether it is good idea to try libressl
master branch or not)

Ilya
From c5dc6ff148214b314673c6ee1f83cb973ee4b1db Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin <chipits...@gmail.com>
Date: Fri, 19 Feb 2021 12:09:31 +0500
Subject: [PATCH] CI: github actions: switch to stable LibreSSL release

LibreSSL-3.3.0 appeared to have its own bugs, it is development release,
let us switch to stable LibreSSL-3.2.4 instead
---
 .github/matrix.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/matrix.py b/.github/matrix.py
index a5ce1919a..3489833d0 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.3.0",
+        "LIBRESSL_VERSION=3.2.4",
         "BORINGSSL=yes",
     ]:
         flags = ["USE_OPENSSL=1"]
-- 
2.29.2

Reply via email to