build: package openssl 1.1.1t with binary packages

This commit is contained in:
Daniele Varrazzo 2023-04-02 12:41:52 +02:00
parent fdb204b4e3
commit 1781e8b2c9
5 changed files with 5 additions and 4 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.1r
- OPENSSL_VERSION: 1.1.1t
- POSTGRES_VERSION: 15.0

View File

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

View File

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

1
NEWS
View File

@ -6,6 +6,7 @@ What's new in psycopg 2.9.6
- Package manylinux 2014 for aarch64 and ppc64le platforms, in order to
include libpq 15 in the binary package (:ticket:`#1396`).
- Wheel package compiled against OpenSSL 1.1.1t.
What's new in psycopg 2.9.5

View File

@ -10,7 +10,7 @@ set -x
postgres_version="${LIBPQ_VERSION:-15.0}"
# last release: https://www.openssl.org/source/
openssl_version="${OPENSSL_VERSION:-1.1.1r}"
openssl_version="${OPENSSL_VERSION:-1.1.1t}"
# last release: https://openldap.org/software/download/
ldap_version="2.6.3"