]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore(binary): bump OpenSSL to 3.5.0
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 10 May 2025 15:55:05 +0000 (17:55 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 10 May 2025 15:59:13 +0000 (17:59 +0200)
On Windows the libpq 17.5 package depends on it.

.github/workflows/packages-bin.yml

index 0bc9efdbbf6acc16e96719bdfce9b65a84203083..a5ba0cd1e7ba82df9f22b7a8b3c66055ad7d395e 100644 (file)
@@ -28,7 +28,7 @@ env:
   LIBPQ_VERSION: "17.5"
 
   # Latest release: https://www.openssl.org/source/
-  OPENSSL_VERSION: "3.4.1"
+  OPENSSL_VERSION: "3.5.0"
 
 concurrency:
   # Cancel older requests of the same workflow in the same branch.