Hello,

small patch to sync with current LibreSSL release

Ilya
From 425d2810e8b2b9288c3abbb05fefacf5e9044b9d Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin <chipits...@gmail.com>
Date: Thu, 28 Apr 2022 11:46:53 +0500
Subject: [PATCH] CI: github actions: update LibreSSL to 3.5.2

LibreSSL-3.5.2 was released on Apr 23nd 2022, let us switch to it
---
 .github/matrix.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/matrix.py b/.github/matrix.py
index d070ae280..a4d1265f0 100755
--- a/.github/matrix.py
+++ b/.github/matrix.py
@@ -112,7 +112,7 @@ for CC in ["gcc", "clang"]:
         "OPENSSL_VERSION=1.0.2u",
         "OPENSSL_VERSION=3.0.2",
         "LIBRESSL_VERSION=2.9.2",
-        "LIBRESSL_VERSION=3.5.1",
+        "LIBRESSL_VERSION=3.5.2",
         "QUICTLS=yes",
 #        "BORINGSSL=yes",
     ]:
-- 
2.35.3.windows.1

Reply via email to