mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-10-18 09:34:23 +03:00
chore: bump ldap version
This commit is contained in:
parent
6517db9bc6
commit
467aa57506
|
@ -3,7 +3,6 @@
|
||||||
# Build a modern version of libpq and depending libs from source on Centos 5, Alpine or macOS
|
# Build a modern version of libpq and depending libs from source on Centos 5, Alpine or macOS
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
set -x
|
|
||||||
|
|
||||||
# Last release: https://www.postgresql.org/ftp/source/
|
# Last release: https://www.postgresql.org/ftp/source/
|
||||||
# IMPORTANT! Change the cache key in packages.yml when upgrading libraries
|
# IMPORTANT! Change the cache key in packages.yml when upgrading libraries
|
||||||
|
@ -12,13 +11,13 @@ postgres_version="${LIBPQ_VERSION}"
|
||||||
# last release: https://www.openssl.org/source/
|
# last release: https://www.openssl.org/source/
|
||||||
openssl_version="${OPENSSL_VERSION}"
|
openssl_version="${OPENSSL_VERSION}"
|
||||||
|
|
||||||
# last release: https://kerberos.org/dist/
|
# Latest release: https://kerberos.org/dist/
|
||||||
krb5_version="1.21.3"
|
krb5_version="1.21.3"
|
||||||
|
|
||||||
# last release: https://openldap.org/software/download/
|
# Latest release: https://openldap.org/software/download/
|
||||||
ldap_version="2.6.8"
|
ldap_version="2.6.9"
|
||||||
|
|
||||||
# last release: https://github.com/cyrusimap/cyrus-sasl/releases
|
# Latest release: https://github.com/cyrusimap/cyrus-sasl/releases
|
||||||
sasl_version="2.1.28"
|
sasl_version="2.1.28"
|
||||||
|
|
||||||
export LIBPQ_BUILD_PREFIX=${LIBPQ_BUILD_PREFIX:-/tmp/libpq.build}
|
export LIBPQ_BUILD_PREFIX=${LIBPQ_BUILD_PREFIX:-/tmp/libpq.build}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user