From: ddl-ebrown Date: Tue, 16 Jun 2026 02:45:23 +0000 (-0700) Subject: Bump OpenSSL version to 3.5.7 for vuln remediation X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;p=thirdparty%2Fpsycopg.git Bump OpenSSL version to 3.5.7 for vuln remediation 3.5.7 https://github.com/openssl/openssl/releases/tag/openssl-3.5.7 --- 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