-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libpq: fix with openssl>=3.2.x #22615
libpq: fix with openssl>=3.2.x #22615
Conversation
I'll do libpq upgrades afterwards, let's get this merged first. |
I detected other pull requests that are modifying libpq/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
This has landed in libpq too: postgres/postgres@c82207a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you for documenting the source.
Plus, postgresql has a commit already: postgres/postgres@c82207a
Conan v1 pipeline ✔️All green in build 2 (
Conan v2 pipeline ✔️
All green in build 2 (
|
* libpq: fix with openssl>=3.2.x fixes conan-io#21547 * libpq: also apply patch to 15.3
openssl 3.2.0 has incompatiblity issues with the libpq version we are using, and causes some C runtime errors: "double free or corruption (out)" see awx issue ansible#15136 also this issue github.com/conan-io/conan-center-index/pull/22615 once the libpq libraries on centos stream9 are updated with the patch, we can unpin openssl Signed-off-by: Seth Foster <fosterbseth@gmail.com>
openssl 3.2.0 has incompatiblity issues with the libpq version we are using, and causes some C runtime errors: "double free or corruption (out)" see awx issue #15136 also this issue github.com/conan-io/conan-center-index/pull/22615 once the libpq libraries on centos stream9 are updated with the patch, we can unpin openssl Signed-off-by: Seth Foster <fosterbseth@gmail.com>
openssl 3.2.0 has incompatiblity issues with the libpq version we are using, and causes some C runtime errors: "double free or corruption (out)" see awx issue ansible#15136 also this issue github.com/conan-io/conan-center-index/pull/22615 once the libpq libraries on centos stream9 are updated with the patch, we can unpin openssl Signed-off-by: Seth Foster <fosterbseth@gmail.com>
openssl 3.2.0 has incompatiblity issues with the libpq version we are using, and causes some C runtime errors: "double free or corruption (out)" see awx issue ansible#15136 also this issue github.com/conan-io/conan-center-index/pull/22615 once the libpq libraries on centos stream9 are updated with the patch, we can unpin openssl Signed-off-by: Seth Foster <fosterbseth@gmail.com>
fixes #21547
Specify library name and version: *libpq/15.x
Since libpq did some trickery in OpenSSL's internals, which broke with OpenSSL 3.2.x, we need to patch it to work correctly. See:
Homebrew/homebrew-core#155651
https://www.postgresql.org/message-id/CXA1532Q80DK.81UOGP3O5AP6%40neon.tech