]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: upgrade libpq dependencies
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 27 Aug 2022 10:01:48 +0000 (11:01 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 27 Aug 2022 10:04:00 +0000 (11:04 +0100)
.github/workflows/packages.yml
tools/build/build_libpq.sh

index 12c0fa0e92dd09355299b10f0ad9716f0443f93b..927ddb1962cbab6f0f305f194bf59c9a1f647c5d 100644 (file)
@@ -79,8 +79,8 @@ jobs:
     runs-on: ubuntu-latest
 
     env:
-      LIBPQ_VERSION: "14.3"
-      OPENSSL_VERSION: "1.1.1o"
+      LIBPQ_VERSION: "14.4"
+      OPENSSL_VERSION: "1.1.1q"
 
     strategy:
       fail-fast: false
index 35a346a6a5c60f944b4e7c67457365d653779249..7057fda50fec7e0297744041ec10bea9641b2e3a 100755 (executable)
@@ -7,13 +7,13 @@ set -x
 
 # Last release: https://www.postgresql.org/ftp/source/
 # IMPORTANT! Change the cache key in packages.yml when upgrading libraries
-postgres_version="${LIBPQ_VERSION:-14.3}"
+postgres_version="${LIBPQ_VERSION:-14.4}"
 
 # last release: https://www.openssl.org/source/
-openssl_version="${OPENSSL_VERSION:-1.1.1o}"
+openssl_version="${OPENSSL_VERSION:-1.1.1q}"
 
 # last release: https://openldap.org/software/download/
-ldap_version="2.6.2"
+ldap_version="2.6.3"
 
 # last release: https://github.com/cyrusimap/cyrus-sasl/releases
 sasl_version="2.1.28"