]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: switch to OpenSSL 3.0.0
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 12 Oct 2021 15:02:58 +0000 (17:02 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 13 Oct 2021 08:21:22 +0000 (10:21 +0200)
Switch the OpenSSL 3.0.0alpha17 version to the final 3.0.0 release.

Part of OpenSSL 3.0.0 portage. (ticket #1276)

.github/matrix.py

index e3334a0b38572d2d5104d05d3233b768380a3bfe..5686760017a4688ba8f6a42353a3615aa2e6e6a1 100755 (executable)
@@ -110,7 +110,7 @@ for CC in ["gcc", "clang"]:
     for ssl in [
         "stock",
         "OPENSSL_VERSION=1.0.2u",
-        "OPENSSL_VERSION=3.0.0-alpha17",
+        "OPENSSL_VERSION=3.0.0",
         "LIBRESSL_VERSION=2.9.2",
         "LIBRESSL_VERSION=3.3.3",
 #        "BORINGSSL=yes",