summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-25 12:47:46 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-25 12:47:46 +0200
commit259d15ae3e1ec607a9143beece16463004b8562b (patch)
treeec8f61a6dd1869a336a1d08e95d1c10f69958c42
parent77039cad6338ee625cb2fe0654cc8669d07ae658 (diff)
downloadpsycopg2-259d15ae3e1ec607a9143beece16463004b8562b.tar.gz
chore: build binary packages with OpenSSL 1.1.1q
-rw-r--r--.appveyor/cache_rebuild2
-rw-r--r--.appveyor/packages.yml2
-rw-r--r--.appveyor/tests.yml2
-rw-r--r--NEWS2
-rwxr-xr-xscripts/build/build_libpq.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/.appveyor/cache_rebuild b/.appveyor/cache_rebuild
index cf3dc98..6484a1f 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.1q
+- OPENSSL_VERSION: 1.1.1r
- POSTGRES_VERSION: 15.0
diff --git a/.appveyor/packages.yml b/.appveyor/packages.yml
index 4bf6d5b..28e432f 100644
--- a/.appveyor/packages.yml
+++ b/.appveyor/packages.yml
@@ -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
diff --git a/.appveyor/tests.yml b/.appveyor/tests.yml
index 2436f59..6bb1e05 100644
--- a/.appveyor/tests.yml
+++ b/.appveyor/tests.yml
@@ -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
diff --git a/NEWS b/NEWS
index bc0d160..2d9f36b 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/scripts/build/build_libpq.sh b/scripts/build/build_libpq.sh
index f36cb3d..5903978 100755
--- a/scripts/build/build_libpq.sh
+++ b/scripts/build/build_libpq.sh
@@ -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