]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Bump OpenSSL version to 3.5.7 for vuln remediation master
authorddl-ebrown <ethan.brown@dominodatalab.com>
Tue, 16 Jun 2026 02:45:23 +0000 (19:45 -0700)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 16 Jun 2026 08:06:31 +0000 (10:06 +0200)
3.5.7
https://github.com/openssl/openssl/releases/tag/openssl-3.5.7

.github/workflows/build-and-cache-libpq.yml
.github/workflows/packages-bin.yml

index 8599c5850b4b72cfe0ffd4cb6756ab5d3beba4b7..04101208f1d5acf8f8c7afc634210d495c766275 100644 (file)
@@ -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
index 5489699e7d47c6ccf8307bd91928577254e3467e..b8d947247fb19fc6927f35ab52926f54e8e82651 100644 (file)
@@ -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