From: Daniele Varrazzo Date: Sat, 18 Apr 2026 15:05:16 +0000 (+0100) Subject: chore(binary): bump dependency libraries X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4666d7166b90ebc1e6695b83d04ac3f189090c7d;p=thirdparty%2Fpsycopg.git chore(binary): bump dependency libraries --- diff --git a/.github/workflows/build-and-cache-libpq.yml b/.github/workflows/build-and-cache-libpq.yml index 75b536742..8599c5850 100644 --- a/.github/workflows/build-and-cache-libpq.yml +++ b/.github/workflows/build-and-cache-libpq.yml @@ -42,7 +42,7 @@ on: env: # Latest release: https://www.postgresql.org/ftp/source/ - LIBPQ_VERSION: "18.0" + LIBPQ_VERSION: "18.3" # Note: On windows the latest version can be found at # https://vcpkg.io/en/package/libpq # However the command line tool doesn't have a flag to specify to install @@ -50,7 +50,7 @@ env: # https://github.com/microsoft/vcpkg/discussions/25622 # Latest release: https://www.openssl.org/source/ - OPENSSL_VERSION: "3.5.4" + OPENSSL_VERSION: "3.5.6" # A string to differentiate build cacke keys to allow building different # flavours of libpq in different branches without mixups. Currently used to diff --git a/tools/ci/build_libpq.sh b/tools/ci/build_libpq.sh index d99614c12..915924253 100755 --- a/tools/ci/build_libpq.sh +++ b/tools/ci/build_libpq.sh @@ -9,10 +9,10 @@ postgres_version="${LIBPQ_VERSION}" openssl_version="${OPENSSL_VERSION}" # Latest release: https://kerberos.org/dist/ -krb5_version="1.21.3" +krb5_version="1.22.2" # Latest release: https://openldap.org/software/download/ -ldap_version="2.6.9" +ldap_version="2.6.13" export LIBPQ_BUILD_PREFIX=${LIBPQ_BUILD_PREFIX:-/tmp/libpq.build}