diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-09-12 11:06:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-09-12 18:29:22 +0300 |
commit | 94e4b922bcf4cf5b8c0a1ab856d004899307bb19 (patch) | |
tree | 622cec4e2b354f1cf10b9bb834290c328c857ecc /psql | |
parent | 12bfeac348c8d463d38c7753a3d904ab477b2a9b (diff) |
Release version 14.1.0+4v14.1.0+4
Apply "Use BIO_{get,set}_app_data instead of BIO_{get,set}_data" patch.
The patch fixes the client/server interoperability issue which appears when
linked agains OpenSSL 3 and which, in particular, results with the psql crash
with the following diagnostics:
psql: error: connection to server at "10.0.200.22", port 5432 failed: FATAL: no PostgreSQL user name specified in startup packet
connection to server at "10.0.200.22", port 5432 failed: FATAL: no PostgreSQL user name specified in startup packet
Diffstat (limited to 'psql')
-rw-r--r-- | psql/manifest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psql/manifest b/psql/manifest index b0cfa04..b511ec4 100644 --- a/psql/manifest +++ b/psql/manifest @@ -3,7 +3,7 @@ name: psql # Note: remember to update doc-url below! # -version: 14.1.0+3 +version: 14.1.0+4 upstream-version: 14.1 project: postgresql |