agora inbox for pgpool-committers@postgresql.org  
help / color / mirror / Atom feed
pgpool: Explicitly stat supported minimum OpenSSL version.
6+ messages / 1 participants
[nested] [flat]

* pgpool: Explicitly stat supported minimum OpenSSL version.
@ 2025-12-24 06:39 Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: Tatsuo Ishii @ 2025-12-24 06:39 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

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_3_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=5f3bc96ce79340d2782b1de3c92d2bc854621...

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(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgpool: Explicitly stat supported minimum OpenSSL version.
@ 2025-12-24 06:39 Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: Tatsuo Ishii @ 2025-12-24 06:39 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

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_4_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a8aac2be90d35371fb00f2423e678d62fbd7c...

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(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgpool: Explicitly stat supported minimum OpenSSL version.
@ 2025-12-24 06:39 Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: Tatsuo Ishii @ 2025-12-24 06:39 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

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_5_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=ff56951b473c4f22f4804d3a349a0663fcb45...

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(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgpool: Explicitly stat supported minimum OpenSSL version.
@ 2025-12-24 06:39 Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: Tatsuo Ishii @ 2025-12-24 06:39 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

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(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgpool: Explicitly stat supported minimum OpenSSL version.
@ 2025-12-24 06:39 Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: Tatsuo Ishii @ 2025-12-24 06:39 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

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_7_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=ef33aca38aa70e63ca1e4f7eaa7463d5a088f...

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(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgpool: Explicitly stat supported minimum OpenSSL version.
@ 2025-12-24 06:39 Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: Tatsuo Ishii @ 2025-12-24 06:39 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

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
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=b0f2054f37fc29fb8d33fe40a337e89e72f0d...

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(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread


end of thread, other threads:[~2025-12-24 06:39 UTC | newest]

Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-12-24 06:39 pgpool: Explicitly stat supported minimum OpenSSL version. Tatsuo Ishii <ishii@postgresql.org>
2025-12-24 06:39 pgpool: Explicitly stat supported minimum OpenSSL version. Tatsuo Ishii <ishii@postgresql.org>
2025-12-24 06:39 pgpool: Explicitly stat supported minimum OpenSSL version. Tatsuo Ishii <ishii@postgresql.org>
2025-12-24 06:39 pgpool: Explicitly stat supported minimum OpenSSL version. Tatsuo Ishii <ishii@postgresql.org>
2025-12-24 06:39 pgpool: Explicitly stat supported minimum OpenSSL version. Tatsuo Ishii <ishii@postgresql.org>
2025-12-24 06:39 pgpool: Explicitly stat supported minimum OpenSSL version. Tatsuo Ishii <ishii@postgresql.org>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox