Age | Commit message (Collapse) | Author | Files | Lines |
|
Add support for relocatable installation.
|
|
Fix package names/versions mapping for Debian and Fedora
|
|
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
|
|
Suppress MSVC 'deprecated since OpenSSL 3.0' warnings.
|
|
Add psql package.
Don't compile port/strlcpy.c on Linux if GNU libc is 2.38 or newer.
Switch to using -pthread instead of -D_REENTRANT/-lpthread in buildfiles and bump build2 version requirement to 0.15.0.
|