From: Daniele Varrazzo Date: Sat, 10 May 2025 15:55:05 +0000 (+0200) Subject: chore(binary): bump OpenSSL to 3.5.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72121527d7695df4a5f0decb5ad9dd7aceefeff8;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 5dc95f596..1c2c77cb9 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.