On 2026-08-13 12:52, Alexander Kanavin wrote:
On Thu, 13 Aug 2026 at 12:48, Jaipaul Cheernam via
lists.openembedded.org
<[email protected]> wrote:
I see this patch got "Changes Requested" on patchwork — do you know what needs 
to be fixed?
I'm asking because I'm upgrading OpenSSL to 4.0.1 and cargo-native fails to 
build without Rust 1.97.1 (the vendored openssl-sys in 1.96.1 doesn't support 
OpenSSL 4.x).
This is not related to rust, but last time I tried to add openssl 4.x,
that quickly ran into python support issues, as currently released
python does not support openssl 4.x even in the latest commit on the
stable branch, and we need to wait for a new major release sometime in
the autumn. Did you check that? Has the situation changed?
Hi Alex,
Yes, I ran into the same Python issue. Python 3.14.7 fails to build _ssl against OpenSSL 4.0.

The backport PR (#146403) was closed without merge. it looks like they're only targeting main (3.15).

I've included it as a backport patch(CPython main 3364e7e62fa2) in my series.


Alone with Python, I also had to fix:
  - socat: two-line fix for ASN1_STRING made opaque (sent upstream)
  - openssl recipe cleanup for deprecated engines
  - Rust/cargo-native: needs 1.97.1 for openssl-sys 0.9.114 which
    adds OpenSSL 4.0 support

Happy to share the series if you want to take a look.


Regards,

Jaipaul

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#243347): 
https://lists.openembedded.org/g/openembedded-core/message/243347
Mute This Topic: https://lists.openembedded.org/mt/120312187/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to