[#89555] [Ruby trunk Feature#15251] Hash aset should deduplicate non tainted string — chopraanmol1@...
Issue #15251 has been updated by chopraanmol1 (Anmol Chopra).
3 messages
2018/10/25
[#89583] [PATCH] vm_trace.c (postponed_job_register): only hit main thread — Eric Wong <normalperson@...>
@hsbt: I post here on ruby-core because I hit errors with
5 messages
2018/10/27
[#89584] Re: [PATCH] vm_trace.c (postponed_job_register): only hit main thread
— Koichi Sasada <ko1@...>
2018/10/27
thank you for you patch.
[#89590] Re: [PATCH] vm_trace.c (postponed_job_register): only hit main thread
— Eric Wong <normalperson@...>
2018/10/28
Koichi Sasada <ko1@atdot.net> wrote:
[#89621] [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process — Greg.mpls@...
Issue #14867 has been updated by MSP-Greg (Greg L).
4 messages
2018/10/29
[#89622] Re: [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process
— Eric Wong <normalperson@...>
2018/10/29
Greg.mpls@gmail.com wrote:
[#89627] [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process — takashikkbn@...
Issue #14867 has been updated by k0kubun (Takashi Kokubun).
3 messages
2018/10/30
[#89654] [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process — takashikkbn@...
Issue #14867 has been updated by k0kubun (Takashi Kokubun).
4 messages
2018/10/31
[#89655] Re: [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process
— Eric Wong <normalperson@...>
2018/10/31
takashikkbn@gmail.com wrote:
[ruby-core:89344] [Ruby trunk Feature#15219] Ruby 2.5.X supporting OpenSSL 1.1.1 and TLS 1.3
From:
shevegen@...
Date:
2018-10-09 18:08:07 UTC
List:
ruby-core #89344
Issue #15219 has been updated by shevegen (Robert A. Heiler). This would be nice indeed. I have a small gem that collects information about the host-system (on the target computer platform; usually linux) available, and notifies when there are more recent versions. I am a bit wary of upgrading openssl from openssl-1.1.0i to openssl-1.1.1 mostly because I am never absolutely sure how well a more recent openssl may work with ruby. And the primary reason for me to use openssl (and have ruby support it, too) is so that I can push new gem releases of my code. So naturally, I think it would be nice if more recent openssl versions could be supported on 2.5.x too. Having said that, I think after x-mas, I will be using ruby 2.6.x so it would not be of a massive benefit to me personally. On a side note, if it were possible, it may be helpful to notify on the ruby-doc website which versions of a particular software is supported. Take: https://ruby-doc.org/stdlib/libdoc/openssl/rdoc/OpenSSL.html This page could list which version is compatible - or at the least has been tested. I don't know of a good way to have this automatically for all versions, but I think it may be useful for quite a few people. (Openssl, zlib and Readline are usually what I need to have in the local ruby version, since it is very convenient or necessary for other things.) I think naruse is in charge of handling both 2.6.x and 2.5.x release so perhaps he should be asked. ---------------------------------------- Feature #15219: Ruby 2.5.X supporting OpenSSL 1.1.1 and TLS 1.3 https://bugs.ruby-lang.org/issues/15219#change-74371 * Author: jaruga (Jun Aruga) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- I would be happy that the coming Ruby 2.5.2 would support OpenSSL 1.1.1 and TLS 1.3 [1]. To do that, it seems at least below patch has to be backported to Ruby 2.5. net/http, net/ftp: fix session resumption with TLS 1.3 https://github.com/ruby/ruby/commit/1dfc377 And new ruby/openssl 2.2.2 has to be bundled in the Ruby 2.5.2. Possible? Thank you. [1] OpenSSL 1.1.1 release note: https://www.openssl.org/blog/blog/2018/09/11/release111/ -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>