From: Daniele Varrazzo Date: Sun, 23 Jun 2024 21:46:43 +0000 (+0200) Subject: chore: bump ldap version to 2.6.8 X-Git-Tag: 3.1.20~1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=818b6996f52f89543ae9bff03fcbc27e7000fec9;p=thirdparty%2Fpsycopg.git chore: bump ldap version to 2.6.8 --- diff --git a/tools/build/build_libpq.sh b/tools/build/build_libpq.sh index 43f6639aa..ce682077b 100755 --- a/tools/build/build_libpq.sh +++ b/tools/build/build_libpq.sh @@ -9,7 +9,7 @@ postgres_version="${LIBPQ_VERSION}" openssl_version="${OPENSSL_VERSION}" # Latest release: https://openldap.org/software/download/ -ldap_version="2.6.6" +ldap_version="2.6.8" # Latest release: https://github.com/cyrusimap/cyrus-sasl/releases sasl_version="2.1.28"