From: Daniele Varrazzo Date: Sat, 27 Aug 2022 10:01:48 +0000 (+0100) Subject: chore: upgrade libpq dependencies X-Git-Tag: 3.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f3078b9baf657dd7fb975b054ef8197175b034c;p=thirdparty%2Fpsycopg.git chore: upgrade libpq dependencies --- diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index cb5f7398f..d3e8a2938 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -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 diff --git a/tools/build/build_libpq.sh b/tools/build/build_libpq.sh index 35a346a6a..7057fda50 100755 --- a/tools/build/build_libpq.sh +++ b/tools/build/build_libpq.sh @@ -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"