Skip to content
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

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

Cogitri
Copy link
Contributor

@Cogitri Cogitri commented Feb 1, 2024

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


@Cogitri
Copy link
Contributor Author

Cogitri commented Feb 1, 2024

I'll do libpq upgrades afterwards, let's get this merged first.

@ghost
Copy link

ghost commented Feb 1, 2024

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.

@conan-center-bot

This comment has been minimized.

@Cogitri
Copy link
Contributor Author

Cogitri commented Feb 1, 2024

This has landed in libpq too: postgres/postgres@c82207a

@uilianries uilianries self-assigned this Feb 2, 2024
Copy link
Member

@uilianries uilianries left a 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-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 2 (f7c74d49103ccdf1b7d9df736ba8192ccf8053b4):

  • libpq/15.4:
    All packages built successfully! (All logs)

  • libpq/14.9:
    All packages built successfully! (All logs)

  • libpq/13.12:
    All packages built successfully! (All logs)

  • libpq/15.3:
    All packages built successfully! (All logs)

  • libpq/12.16:
    All packages built successfully! (All logs)

  • libpq/11.21:
    All packages built successfully! (All logs)

  • libpq/10.23:
    All packages built successfully! (All logs)

  • libpq/9.6.24:
    All packages built successfully! (All logs)


Conan v2 pipeline ✔️

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 2 (f7c74d49103ccdf1b7d9df736ba8192ccf8053b4):

  • libpq/15.3:
    All packages built successfully! (All logs)

  • libpq/15.4:
    All packages built successfully! (All logs)

  • libpq/12.16:
    All packages built successfully! (All logs)

  • libpq/14.9:
    All packages built successfully! (All logs)

  • libpq/10.23:
    All packages built successfully! (All logs)

  • libpq/13.12:
    All packages built successfully! (All logs)

  • libpq/11.21:
    All packages built successfully! (All logs)

  • libpq/9.6.24:
    All packages built successfully! (All logs)

@conan-center-bot conan-center-bot merged commit f136bd9 into conan-io:master Feb 2, 2024
48 checks passed
Ahajha pushed a commit to Ahajha/conan-center-index that referenced this pull request Feb 10, 2024
* libpq: fix with openssl>=3.2.x

fixes conan-io#21547

* libpq: also apply patch to 15.3
fosterseth added a commit to fosterseth/awx that referenced this pull request Apr 25, 2024
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>
thedoubl3j pushed a commit to ansible/awx that referenced this pull request Apr 25, 2024
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>
djyasin pushed a commit to djyasin/awx that referenced this pull request Sep 16, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[package] libpqxx/7.8.1: broken because of untested OpenSSL upgrade
4 participants