Skip to content

[pull] master from ruby:master#1148

Merged
pull[bot] merged 5 commits into
turkdevops:masterfrom
ruby:master
Jun 24, 2026
Merged

[pull] master from ruby:master#1148
pull[bot] merged 5 commits into
turkdevops:masterfrom
ruby:master

Conversation

@pull

@pull pull Bot commented Jun 24, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

rhenium and others added 5 commits June 24, 2026 13:35
Do not raise FrozenError in SSLServer.new when
SSLContext#session_id_context cannot be updated. session_id_context is
only necessary for session resumption, so its absence is not critical.

Fixes ruby/openssl#742

ruby/openssl@51de9c303e
…flags

OpenSSL::X509::Store{,Context}#flags= does not clear existing flags.
Instead, it ORs new flags to the current set. This is contrary to
normal convention and likely unintentional, but changing the behavior
would not be acceptable for compatibility reasons.

Add #flags to get the current flags to allow users to explicitly express
the intention with "store.flags |= OpenSSL::X509::V_...".
Also, add #clear_flags to remove existing flags. The underlying OpenSSL
C APIs appear to have been added in a patch release of OpenSSL 0.9.8.

Warn in #flags= if the argument is not a superset of the existing flags.

ruby/openssl@a245620e2e
Replace attributes and decode escaped punctuations.

```
Net/HTTP.html: `rdoc-ref:OpenSSL::SSL::SSLContext#max_version-3D` can't be resolved for ``
Net/HTTP.html: `rdoc-ref:OpenSSL::SSL::SSLContext#min_version-3D` can't be resolved for ``
Net/HTTP.html: `rdoc-ref:OpenSSL::SSL::SSLContext#ssl_version-3D` can't be resolved for ``
Net/HTTP.html: `rdoc-ref:OpenSSL::SSL::SSLContext#attribute-i-verify_hostname` can't be resolved for ``
```
* Bump RDoc bundled gem revision

* Skip RBS RDoc plugin tests for RDoc bump
…#17470)

It's not so useful to see `ID(abc)` when debugging with `--zjit-debug`
or in Perfetto traces. Also provide the string representation of the ID,
for example: `ID(abc): String`.
@pull pull Bot locked and limited conversation to collaborators Jun 24, 2026
@pull pull Bot added the ⤵️ pull label Jun 24, 2026
@pull pull Bot merged commit fd2f18c into turkdevops:master Jun 24, 2026
1 of 3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants