Actions
Bug #22069
closedBackport openssl 3.2.4/3.3.3/4.0.2
Bug #22069:
Backport openssl 3.2.4/3.3.3/4.0.2
Description
The main change is OpenSSL 4.0 support. OpenSSL 4.0 was released on 2026-04-14 with several incompatible changes, and the default gems currently included in Ruby 3.3.11/3.4.9/4.0.4 do not compile against it.
Although this can be considered more of a feature rather than a bug fix, I believe this would still be useful to backport. Branch maintainers, what do you think?
I've created GitHub PRs for each stable branch:
- ruby_3_3 (v3.2.2 -> v3.2.4) https://github.com/ruby/ruby/pull/16945
- ruby_3_4 (v3.3.1 -> v3.3.3) https://github.com/ruby/ruby/pull/16946
- ruby_4_0 (v4.0.0 -> v4.0.2) https://github.com/ruby/ruby/pull/16947
Actions