]> 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 19:59:22 +0000 (21:59 +0200)
On Windows the libpq 17.5 package depends on it.

.github/workflows/packages-bin.yml

index 5dc95f596f04577ee1cf1b158c5131dc9b475cf3..1c2c77cb9d5c864c0f6cbe7973eb02a35e9e71db 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.