mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 08:56:34 +03:00
build: package openssl 1.1.1t with binary packages
This commit is contained in:
parent
fdb204b4e3
commit
1781e8b2c9
|
@ -8,7 +8,7 @@ To invalidate the cache, update this file and check it into git.
|
||||||
|
|
||||||
Currently used modules built in the cache:
|
Currently used modules built in the cache:
|
||||||
|
|
||||||
- OPENSSL_VERSION: 1.1.1r
|
- OPENSSL_VERSION: 1.1.1t
|
||||||
- POSTGRES_VERSION: 15.0
|
- POSTGRES_VERSION: 15.0
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ environment:
|
||||||
|
|
||||||
WORKFLOW: packages
|
WORKFLOW: packages
|
||||||
|
|
||||||
OPENSSL_VERSION: "1_1_1r"
|
OPENSSL_VERSION: "1_1_1t"
|
||||||
POSTGRES_VERSION: "15_0"
|
POSTGRES_VERSION: "15_0"
|
||||||
|
|
||||||
PSYCOPG2_TESTDB: psycopg2_test
|
PSYCOPG2_TESTDB: psycopg2_test
|
||||||
|
|
|
@ -21,7 +21,7 @@ environment:
|
||||||
|
|
||||||
WORKFLOW: tests
|
WORKFLOW: tests
|
||||||
|
|
||||||
OPENSSL_VERSION: "1_1_1r"
|
OPENSSL_VERSION: "1_1_1t"
|
||||||
POSTGRES_VERSION: "15_0"
|
POSTGRES_VERSION: "15_0"
|
||||||
|
|
||||||
PSYCOPG2_TESTDB: psycopg2_test
|
PSYCOPG2_TESTDB: psycopg2_test
|
||||||
|
|
1
NEWS
1
NEWS
|
@ -6,6 +6,7 @@ What's new in psycopg 2.9.6
|
||||||
|
|
||||||
- Package manylinux 2014 for aarch64 and ppc64le platforms, in order to
|
- Package manylinux 2014 for aarch64 and ppc64le platforms, in order to
|
||||||
include libpq 15 in the binary package (:ticket:`#1396`).
|
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
|
What's new in psycopg 2.9.5
|
||||||
|
|
|
@ -10,7 +10,7 @@ set -x
|
||||||
postgres_version="${LIBPQ_VERSION:-15.0}"
|
postgres_version="${LIBPQ_VERSION:-15.0}"
|
||||||
|
|
||||||
# last release: https://www.openssl.org/source/
|
# 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/
|
# last release: https://openldap.org/software/download/
|
||||||
ldap_version="2.6.3"
|
ldap_version="2.6.3"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user