]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore(binary): bump dependency libraries
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 18 Apr 2026 15:05:16 +0000 (16:05 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 1 May 2026 20:43:17 +0000 (22:43 +0200)
.github/workflows/build-and-cache-libpq.yml
tools/ci/build_libpq.sh

index 75b536742022fdb72e7f52d8cc9dc598ede483be..8599c5850b4b72cfe0ffd4cb6756ab5d3beba4b7 100644 (file)
@@ -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
index d99614c12c1c1b4a908f1da520addc2e5aa0023f..915924253934b120cebf7c6c8583936e0a3ae3a5 100755 (executable)
@@ -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}