From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:52:03 +0000 (+0000) Subject: GHA: update openssl/openssl to v3.6.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44c19a2cce7effa8ab59cbae913b6e911516c41a;p=thirdparty%2Fcurl.git GHA: update openssl/openssl to v3.6.2 Closes #21254 --- diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index 5abe7f9095..226e10844c 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -36,7 +36,7 @@ env: CURL_CI: github CURL_TEST_MIN: 1600 # handled in renovate.json - OPENSSL_VERSION: 3.6.1 + OPENSSL_VERSION: 3.6.2 # manually bumped OPENSSL4_VERSION: 4.0.0-beta1 # renovate: datasource=github-tags depName=libressl/portable versioning=semver registryUrl=https://github.com diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c6c3467f32..ae5abc2a50 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -46,7 +46,7 @@ env: # renovate: datasource=github-tags depName=google/boringssl versioning=semver registryUrl=https://github.com BORINGSSL_VERSION: 0.20260327.0 # handled in renovate.json - OPENSSL_VERSION: 3.6.1 + OPENSSL_VERSION: 3.6.2 # renovate: datasource=github-tags depName=rustls/rustls-ffi versioning=semver registryUrl=https://github.com RUSTLS_VERSION: 0.15.1 # handled in renovate.json