summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2023-04-02 12:41:52 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2023-04-02 12:47:29 +0200
commit1781e8b2c9d3b78c63039d0f5767e1d04b194bfb (patch)
tree2d89150ab8428f782521c581cb9c560f12bf5068
parentfdb204b4e32b1219407b1f13bb696eed74dfe075 (diff)
downloadpsycopg2-1781e8b2c9d3b78c63039d0f5767e1d04b194bfb.tar.gz
build: package openssl 1.1.1t with binary packages
-rw-r--r--.appveyor/cache_rebuild2
-rw-r--r--.appveyor/packages.yml2
-rw-r--r--.appveyor/tests.yml2
-rw-r--r--NEWS1
-rwxr-xr-xscripts/build/build_libpq.sh2
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"