pgsql: Backpatch OpenSSL 3.0.0 compatibility in tests

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Backpatch OpenSSL 3.0.0 compatibility in tests
Дата
Msg-id E1pPsRu-0008de-U4@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Backpatch OpenSSL 3.0.0 compatibility in tests

backport of commit f0d2c65f17 to releases 11 and 12

This means the SSL tests will fail on machines with extremely old
versions of OpenSSL, but we don't know of anything trying to run such
tests. The ability to build is not affected.

Discussion: https://postgr.es/m/73e646d3-8653-1a1c-0a39-739872b591b0@dunslane.net

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/cab553a08e2d7ba8be52a1871977fa6653ba5924
Author: Peter Eisentraut <peter@eisentraut.org>

Modified Files
--------------
src/test/ssl/Makefile                |  2 +-
src/test/ssl/ssl/server-password.key | 52 ++++++++++++++++++------------------
2 files changed, 27 insertions(+), 27 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Further tighten nullingrel marking rules in build_joinrel_tlist(
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: pgindent: more ways to find files to indent