[#90865] [Ruby trunk Bug#15499] Breaking behavior on ruby 2.6: rb_thread_call_without_gvl doesn't invoke unblock_function when used on the main thread — apolcyn@...
Issue #15499 has been reported by apolcyn (alex polcyn).
3 messages
2019/01/03
[#90877] [Ruby trunk Bug#15499] Breaking behavior on ruby 2.6: rb_thread_call_without_gvl doesn't invoke unblock_function when used on the main thread — apolcyn@...
Issue #15499 has been updated by apolcyn (alex polcyn).
3 messages
2019/01/03
[#90895] Re: [ruby-alerts:11680] failure alert on trunk-mjit@silicon-docker (NG (r66707)) — Eric Wong <normalperson@...>
ko1c-failure@atdot.net wrote:
4 messages
2019/01/05
[#90896] Re: [ruby-alerts:11680] failure alert on trunk-mjit@silicon-docker (NG (r66707))
— Takashi Kokubun <takashikkbn@...>
2019/01/05
VGhhbmtzIHRvIGV4cGxhaW4gdGhhdC4KCj4gSSBzdXNwZWN0IHRoZXJlIGlzIGFub3RoZXIgdGhy
[#91154] Testing MJIT on RHEL 7.5 — Phil Edelbrock <edelbrp@...>
4 messages
2019/01/18
[#91159] Re: Testing MJIT on RHEL 7.5
— Takashi Kokubun <takashikkbn@...>
2019/01/18
SGksCgo+IHRpbWUgL3Vzci9sb2NhbC9ydWJ5LWVkZ2UvYmluL3J1YnkgLS1kaXNhYmxlLWdlbXMg
[#91200] [Ruby trunk Feature#15553] Addrinfo.getaddrinfo supports timeout — glass.saga@...
Issue #15553 has been reported by Glass_saga (Masaki Matsushita).
4 messages
2019/01/21
[#91289] Re: [Ruby trunk Feature#15553] Addrinfo.getaddrinfo supports timeout
— Eric Wong <normalperson@...>
2019/01/26
glass.saga@gmail.com wrote:
[ruby-core:91077] [Ruby trunk Bug#15219] Backport: Ruby 2.5.X to support OpenSSL 1.1.1 and TLS 1.3
From:
nagachika00@...
Date:
2019-01-14 11:27:48 UTC
List:
ruby-core #91077
Issue #15219 has been updated by nagachika (Tomoyuki Chikanaga). ``` Maybe this patch too. config: support .include directive https://github.com/ruby/openssl/pull/216 And optionally this patch. test: use larger keys for SSL tests https://github.com/ruby/openssl/pull/217 ``` Hmm, these two pull requests are not merged yet in ruby/openssl and neither committed into ruby trunk. We can backport them only after they are committed into trunk according to our stable branch management policy. @rhenium Could you handle these pull requests? ---------------------------------------- Bug #15219: Backport: Ruby 2.5.X to support OpenSSL 1.1.1 and TLS 1.3 https://bugs.ruby-lang.org/issues/15219#change-76306 * Author: jaruga (Jun Aruga) * Status: Closed * Priority: Normal * Assignee: * Target version: * ruby -v: * Backport: 2.4: DONTNEED, 2.5: REQUIRED ---------------------------------------- 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>