From 1781e8b2c9d3b78c63039d0f5767e1d04b194bfb Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 2 Apr 2023 12:41:52 +0200 Subject: build: package openssl 1.1.1t with binary packages --- .appveyor/cache_rebuild | 2 +- .appveyor/packages.yml | 2 +- .appveyor/tests.yml | 2 +- NEWS | 1 + scripts/build/build_libpq.sh | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.appveyor/cache_rebuild b/.appveyor/cache_rebuild index 6484a1f..b28253f 100644 --- a/.appveyor/cache_rebuild +++ b/.appveyor/cache_rebuild @@ -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 diff --git a/.appveyor/packages.yml b/.appveyor/packages.yml index 8b29630..27139e5 100644 --- a/.appveyor/packages.yml +++ b/.appveyor/packages.yml @@ -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 diff --git a/.appveyor/tests.yml b/.appveyor/tests.yml index 77d178e..0cdd311 100644 --- a/.appveyor/tests.yml +++ b/.appveyor/tests.yml @@ -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 diff --git a/NEWS b/NEWS index 56979fa..38e5452 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/scripts/build/build_libpq.sh b/scripts/build/build_libpq.sh index 8f840e4..78822ff 100755 --- a/scripts/build/build_libpq.sh +++ b/scripts/build/build_libpq.sh @@ -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" -- cgit v1.2.1