From 91e8be7fc2215784e2e61379ad5ecee4812d3614 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 7 Jul 2025 12:54:31 +0200 Subject: [PATCH] GHA: bump OpenSSL to 3.5.1 Closes #17841 --- .github/workflows/http3-linux.yml | 2 +- .github/workflows/linux.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index 3f14a1f6bd..e467dc8fdc 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -42,7 +42,7 @@ env: MAKEFLAGS: -j 5 CURL_CI: github # handled in renovate.json - OPENSSL_VERSION: 3.5.0 + OPENSSL_VERSION: 3.5.1 # handled in renovate.json QUICTLS_VERSION: 3.3.0 # renovate: datasource=github-tags depName=gnutls/gnutls versioning=semver registryUrl=https://github.com diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3b7b413db4..b22fdb6df0 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -54,7 +54,7 @@ env: # renovate: datasource=github-tags depName=awslabs/aws-lc versioning=semver registryUrl=https://github.com AWSLC_VERSION: 1.52.0 # handled in renovate.json - OPENSSL_VERSION: 3.5.0 + OPENSSL_VERSION: 3.5.1 # handled in renovate.json QUICTLS_VERSION: 3.3.0 # renovate: datasource=github-tags depName=rustls/rustls-ffi versioning=semver registryUrl=https://github.com -- 2.47.2