From 20fcfd67867e653d4734de825a2992da4b01fa62 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 4 Aug 2023 16:38:42 +0100 Subject: [PATCH] chore: upgrade libpq and openssl versions used in packaging --- .appveyor/cache_rebuild | 4 ++-- .appveyor/packages.yml | 4 ++-- .appveyor/tests.yml | 4 ++-- .github/workflows/packages.yml | 4 ++-- NEWS | 6 ++++++ 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.appveyor/cache_rebuild b/.appveyor/cache_rebuild index b28253fdb..94541cfa8 100644 --- a/.appveyor/cache_rebuild +++ b/.appveyor/cache_rebuild @@ -8,8 +8,8 @@ To invalidate the cache, update this file and check it into git. Currently used modules built in the cache: -- OPENSSL_VERSION: 1.1.1t -- POSTGRES_VERSION: 15.0 +- OPENSSL_VERSION: 1.1.1v +- POSTGRES_VERSION: 15.3 NOTE: to zap the cache manually you can also use: diff --git a/.appveyor/packages.yml b/.appveyor/packages.yml index 646e2f02d..8a0dfbbec 100644 --- a/.appveyor/packages.yml +++ b/.appveyor/packages.yml @@ -24,8 +24,8 @@ environment: WORKFLOW: packages - OPENSSL_VERSION: "1_1_1t" - POSTGRES_VERSION: "15_0" + OPENSSL_VERSION: "1_1_1v" + POSTGRES_VERSION: "15_3" PSYCOPG2_TESTDB: psycopg2_test PSYCOPG2_TESTDB_USER: postgres diff --git a/.appveyor/tests.yml b/.appveyor/tests.yml index 0cdd311e6..ad370cf9b 100644 --- a/.appveyor/tests.yml +++ b/.appveyor/tests.yml @@ -21,8 +21,8 @@ environment: WORKFLOW: tests - OPENSSL_VERSION: "1_1_1t" - POSTGRES_VERSION: "15_0" + OPENSSL_VERSION: "1_1_1v" + POSTGRES_VERSION: "15_3" PSYCOPG2_TESTDB: psycopg2_test PSYCOPG2_TESTDB_USER: postgres diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index f8fb61001..f89a5370f 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -56,8 +56,8 @@ jobs: if: true env: - LIBPQ_VERSION: "15.0" - OPENSSL_VERSION: "1.1.1t" + LIBPQ_VERSION: "15.3" + OPENSSL_VERSION: "1.1.1v" strategy: fail-fast: false diff --git a/NEWS b/NEWS index 38e545277..24518e7d2 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ Current release --------------- +What's new in psycopg 2.9.7 (unreleased) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Wheel package compiled against OpenSSL 1.1.1v. + + What's new in psycopg 2.9.6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^