public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tatsuo Ishii <[email protected]>
To: [email protected]
Subject: pgpool: Explicitly stat supported minimum OpenSSL version.
Date: Wed, 24 Dec 2025 06:39:36 +0000
Message-ID: <[email protected]> (raw)
Explicitly stat supported minimum OpenSSL version.
That can be done in configure.ac by using
AC_DEFINE(OPENSSL_API_COMPAT, [0x10002000L],
[Define to the OpenSSL API version in use. This avoids deprecation warnings from newer OpenSSL versions.])
The supported minimum version is 1.0.2, which is identical to
PostgreSQL at this point. (Actually the AC_DEFINE is brought in from
PostgreSQL). Also this could avoid OpenSSL deprecation warnings if
your installed OpenSSL is new, like 3.0.
Moreover, add mention to installation document that required minimum
version of OpenSSL is 1.0.2.
Backpatch-through: v4.3
Branch
------
V4_6_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=6a013cb86cf92a9231434f7c5c44510033a8d...
Modified Files
--------------
configure.ac | 4 ++++
doc.ja/src/sgml/installation.sgml | 1 +
doc/src/sgml/installation.sgml | 8 +++++---
3 files changed, 10 insertions(+), 3 deletions(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgpool: Explicitly stat supported minimum OpenSSL version.
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox