From: Daniele Varrazzo Date: Sat, 10 May 2025 15:55:05 +0000 (+0200) Subject: chore(binary): bump OpenSSL to 3.5.0 X-Git-Tag: 3.2.8~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b9e4bf222504bc5b9d8d8b25f36e20a092385ac;p=thirdparty%2Fpsycopg.git chore(binary): bump OpenSSL to 3.5.0 On Windows the libpq 17.5 package depends on it. --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index 0bc9efdbb..a5ba0cd1e 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -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.