]> 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:02:39 +0000 (11:02 +0100)
.github/workflows/packages.yml
tools/build/build_libpq.sh

index cb5f7398f05beda13f48bd31e9c4fdeeaed2a9b3..d3e8a29387fe5ac08896a5434793f1ee4ba56069 100644 (file)
@@ -81,8 +81,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"