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
# 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
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}