chore: build binary packages with OpenSSL 1.1.1q

This commit is contained in:
Daniele Varrazzo 2022-10-25 12:47:46 +02:00
parent 77039cad63
commit 259d15ae3e
5 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ To invalidate the cache, update this file and check it into git.
Currently used modules built in the cache:
- OPENSSL_VERSION: 1.1.1q
- OPENSSL_VERSION: 1.1.1r
- POSTGRES_VERSION: 15.0

View File

@ -24,7 +24,7 @@ environment:
WORKFLOW: packages
OPENSSL_VERSION: "1_1_1q"
OPENSSL_VERSION: "1_1_1r"
POSTGRES_VERSION: "15_0"
PSYCOPG2_TESTDB: psycopg2_test

View File

@ -19,7 +19,7 @@ environment:
WORKFLOW: tests
OPENSSL_VERSION: "1_1_1q"
OPENSSL_VERSION: "1_1_1r"
POSTGRES_VERSION: "15_0"
PSYCOPG2_TESTDB: psycopg2_test

2
NEWS
View File

@ -7,7 +7,7 @@ What's new in psycopg 2.9.5
- Add support for Python 3.11.
- Add support for rowcount in MERGE statements in binary packages
(:ticket:`#1497`).
- Wheel package compiled against OpenSSL 1.1.1q and PostgreSQL 15 libpq.
- Wheel package compiled against OpenSSL 1.1.1r and PostgreSQL 15 libpq.
What's new in psycopg 2.9.4

View File

@ -8,7 +8,7 @@ set -x
# Last release: https://www.postgresql.org/ftp/source/
postgres_version="15.0"
# last release: https://www.openssl.org/source/
openssl_version="1.1.1q"
openssl_version="1.1.1r"
# last release: https://openldap.org/software/download/
ldap_version="2.4.59"
# last release: https://github.com/cyrusimap/cyrus-sasl/releases