From: Daniele Varrazzo Date: Sat, 22 Feb 2025 13:45:18 +0000 (+0100) Subject: chore: bump build libraries X-Git-Tag: 3.2.5~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=cd6589bf35db72d39bbad9e7d3afadcecb74e8a6;p=thirdparty%2Fpsycopg.git chore: bump build libraries --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index 6e5bfdcf9..93e521acb 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -22,7 +22,7 @@ on: env: # Latest release: https://www.postgresql.org/ftp/source/ - LIBPQ_VERSION: "17.2" + LIBPQ_VERSION: "17.4" # 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 @@ -30,7 +30,7 @@ env: # https://github.com/microsoft/vcpkg/discussions/25622 # Latest release: https://www.openssl.org/source/ - OPENSSL_VERSION: "3.4.0" + OPENSSL_VERSION: "3.4.1" jobs: diff --git a/tools/build/build_libpq.sh b/tools/build/build_libpq.sh index bb6503066..7aeabe15c 100755 --- a/tools/build/build_libpq.sh +++ b/tools/build/build_libpq.sh @@ -11,7 +11,7 @@ openssl_version="${OPENSSL_VERSION}" krb5_version="1.21.3" # Latest release: https://openldap.org/software/download/ -ldap_version="2.6.8" +ldap_version="2.6.9" # Latest release: https://github.com/cyrusimap/cyrus-sasl/releases sasl_version="2.1.28"