]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump build libraries
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 22 Feb 2025 13:45:18 +0000 (14:45 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 22 Feb 2025 13:45:18 +0000 (14:45 +0100)
.github/workflows/packages-bin.yml
tools/build/build_libpq.sh

index 6e5bfdcf92452865059d2e31fc6e67e8bbcc5c70..93e521acb01b30d5a127832b71365159512e151b 100644 (file)
@@ -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:
 
index bb65030660ea09619f49fc037597230574299e82..7aeabe15c1c8f15c62c0ca11fa0b962194cab770 100755 (executable)
@@ -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"