]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Switch from LibreSSL 3.4.0 to 3.4.1.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 12 Nov 2021 11:55:27 +0000 (22:55 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 12 Nov 2021 11:57:51 +0000 (22:57 +1100)
The LibreSSL 3.4.0 release has an OPENBSD_BRANCH that points to
"master" and that branch no longer has the files LibreSSL expects
and thus it will no longer build, breaking the test.

.github/workflows/c-cpp.yml

index 768fbc5101d3ca1a511adb70163e5d36e43fc921..3bd1f6c20a76a38b8dbf419a8098aaf480737e19 100644 (file)
@@ -44,7 +44,7 @@ jobs:
           - { os: ubuntu-latest, configs: libressl-3.0.2 }
           - { os: ubuntu-latest, configs: libressl-3.2.6 }
           - { os: ubuntu-latest, configs: libressl-3.3.4 }
-          - { os: ubuntu-latest, configs: libressl-3.4.0 }
+          - { os: ubuntu-latest, configs: libressl-3.4.1 }
           - { os: ubuntu-latest, configs: openssl-master }
           - { os: ubuntu-latest, configs: openssl-noec }
           - { os: ubuntu-latest, configs: openssl-1.0.1 }