From: Darren Tucker Date: Mon, 20 Oct 2025 07:29:24 +0000 (+1100) Subject: Update LibreSSL versions and add 4.2.0. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75faa8a167b5cd4453937387b15216aa3cbc52ce;p=thirdparty%2Fopenssh-portable.git Update LibreSSL versions and add 4.2.0. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index f7691cb76..a132ed87f 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -79,8 +79,9 @@ jobs: - { target: ubuntu-latest, config: libressl-3.7.3 } - { target: ubuntu-latest, config: libressl-3.8.4 } - { target: ubuntu-latest, config: libressl-3.9.2 } - - { target: ubuntu-latest, config: libressl-4.0.0 } - - { target: ubuntu-latest, config: libressl-4.1.0 } + - { target: ubuntu-latest, config: libressl-4.0.1 } + - { target: ubuntu-latest, config: libressl-4.1.1 } + - { target: ubuntu-latest, config: libressl-4.2.0 } - { target: ubuntu-latest, config: openssl-master } - { target: ubuntu-latest, config: openssl-noec } - { target: ubuntu-latest, config: openssl-1.1.1 }