]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: switch to the "latest" LibreSSL
authorIlya Shipitsin <chipitsine@gmail.com>
Wed, 2 Nov 2022 06:57:03 +0000 (11:57 +0500)
committerWilly Tarreau <w@1wt.eu>
Mon, 7 Nov 2022 06:49:07 +0000 (07:49 +0100)
LibreSSL-3.6.0 had some regression, it was fixed in 3.6.1, let us
switch back to the latest LibreSSL available

.github/matrix.py

index 76e0893a7beae2362c9c6d0dd3d26ec7c3cd5bc8..ea4c79fc4e645675f1c0873ed212610fd633ed5b 100755 (executable)
@@ -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",
     ]: