From: Daniele Varrazzo Date: Sat, 10 May 2025 13:30:00 +0000 (+0200) Subject: chore(binary): bump libpq to 17.5 in binary packages X-Git-Tag: 3.2.8~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=510e7de7db54f2cc24d7e150d001eb34f82aa98f;p=thirdparty%2Fpsycopg.git chore(binary): bump libpq to 17.5 in binary packages --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index 23272e67e..0bc9efdbb 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -25,7 +25,7 @@ on: env: # Latest release: https://www.postgresql.org/ftp/source/ - LIBPQ_VERSION: "17.4" + LIBPQ_VERSION: "17.5" # Latest release: https://www.openssl.org/source/ OPENSSL_VERSION: "3.4.1"