Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
b1d5d166 01/21/2025 08:03 AM headius (Charles Nutter)

[ruby/resolv] Check for Windows in JRuby-compatible way

https://github.com/ruby/resolv/commit/de95f557b0

d3bd8df2 01/21/2025 07:58 AM nobu (Nobuyoshi Nakada)

[ruby/resolv] Use port number 0 for ephemeral port if save

On platforms where ephemeral port randomization is implemented, the
same randomization is not needed in the ruby library layer.

Fixes https://github.com/ruby/resolv/pull/63.

https://github.com/ruby/resolv/commit/45e1b563c0

e5f81e51 01/21/2025 03:32 AM wanabe (_ wanabe)

[ruby/error_highlight] Use $stderr instead of STDERR for Ractor

https://github.com/ruby/error_highlight/commit/a221a4b0eb

f33a76bf 01/21/2025 01:16 AM ydah (Yudai Takada)

Lrama v0.7.0

769cccba 01/20/2025 06:03 PM Earlopain (Earlopain _)

[ruby/prism] Fix parser translator scope issues for implicit hash values

builder.pair_label is no good since it makes use of variables that the parser gem encountered.
Since the prism translator doesn't keep proper track of that information, the following code interprets...

c6c1e7a9 01/20/2025 05:12 PM rhenium (Kazuki Yamaguchi)

[ruby/openssl] extconf.rb: remove dir_config("kerberos")

The dir_config was introduced by Ruby trunk r4181. Since support for
Kerberos cipher suites has been removed in OpenSSL 1.1.0, it is no
longer necessary.

Although ruby/openssl did not directly depend on the MIT Kerberos...

441862dc 01/20/2025 05:12 PM rhenium (Kazuki Yamaguchi)

[ruby/openssl] Require OpenSSL 1.1.0 or later

Drop support for OpenSSL 1.0.2. It has reached upstream EOL in 2019-12.

Most distributions that shipped with OpenSSL 1.0.2 have also reached
EOL, or provide a newer version in the package repository:

  • RHEL 7 (EOL 2024-06)...
010e8bff 01/20/2025 05:12 PM rhenium (Kazuki Yamaguchi)

[ruby/openssl] pkcs7: remove unnecessary const cast

PKCS7_encrypt() and PKCS7_SIGNER_INFO_set() take const EVP_CIPHER and
EVP_MD at least since OpenSSL 0.9.7.

https://github.com/ruby/openssl/commit/9db621a5c0

04cc7629 01/20/2025 05:12 PM rhenium (Kazuki Yamaguchi)

[ruby/openssl] engine: remove constants for ENGINE_METHOD_BN_MOD_EXP{,_CRT}

These macros do not exist in OpenSSL 0.9.7 or later, which was released
in 2002.

https://github.com/ruby/openssl/commit/938a1e6aab

5a448a87 01/20/2025 03:31 PM peterzhu2118 (Peter Zhu)

Remove dead function rb_func_proc_new

View all revisions | View revisions

Also available in: Atom