From a6d5134282f5fd532cffeb9bed4694265650b233 Mon Sep 17 00:00:00 2001 From: ddl-ebrown Date: Mon, 15 Jun 2026 19:45:23 -0700 Subject: [PATCH] Bump OpenSSL version to 3.5.7 for vuln remediation 3.5.7 https://github.com/openssl/openssl/releases/tag/openssl-3.5.7 --- .github/workflows/build-and-cache-libpq.yml | 2 +- .github/workflows/packages-bin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-cache-libpq.yml b/.github/workflows/build-and-cache-libpq.yml index 8599c5850..04101208f 100644 --- a/.github/workflows/build-and-cache-libpq.yml +++ b/.github/workflows/build-and-cache-libpq.yml @@ -50,7 +50,7 @@ env: # https://github.com/microsoft/vcpkg/discussions/25622 # Latest release: https://www.openssl.org/source/ - OPENSSL_VERSION: "3.5.6" + OPENSSL_VERSION: "3.5.7" # A string to differentiate build cacke keys to allow building different # flavours of libpq in different branches without mixups. Currently used to diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index 5489699e7..b8d947247 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -25,7 +25,7 @@ env: # https://github.com/microsoft/vcpkg/discussions/25622 # Latest release: https://www.openssl.org/source/ - OPENSSL_VERSION: "3.5.4" + OPENSSL_VERSION: "3.5.7" # A string to differentiate build cacke keys to allow building different # flavours of libpq in different branches without mixups. Currently used to -- 2.47.3