From b19096d798421258647100d9d688f8b7491a9279 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Aug 30 2018 11:06:14 +0000 Subject: Cleanly apply patches. --- diff --git a/ruby-2.5.1-Test-fixes-for-OpenSSL-1.1.1.patch b/ruby-2.5.1-Test-fixes-for-OpenSSL-1.1.1.patch index 919fb00..e1edc73 100644 --- a/ruby-2.5.1-Test-fixes-for-OpenSSL-1.1.1.patch +++ b/ruby-2.5.1-Test-fixes-for-OpenSSL-1.1.1.patch @@ -26,7 +26,7 @@ index c1205563..b4393e68 100644 def test_new_break assert_nil(OpenSSL::PKey::RSA.new(1024) { break }) assert_raise(RuntimeError) do -@@ -256,7 +263,7 @@ def test_pem_passwd +@@ -289,7 +296,7 @@ def test_pem_passwd end def test_dup diff --git a/ruby-2.6.0-net-http-net-ftp-fix-session-resumption-with-TLS-1.3.patch b/ruby-2.6.0-net-http-net-ftp-fix-session-resumption-with-TLS-1.3.patch index 707dbd7..b81800e 100644 --- a/ruby-2.6.0-net-http-net-ftp-fix-session-resumption-with-TLS-1.3.patch +++ b/ruby-2.6.0-net-http-net-ftp-fix-session-resumption-with-TLS-1.3.patch @@ -44,7 +44,7 @@ diff --git a/lib/net/http.rb b/lib/net/http.rb index 281b15cedff0..683a884f5dbe 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb -@@ -983,6 +983,10 @@ def connect +@@ -969,6 +969,10 @@ def connect end @ssl_context = OpenSSL::SSL::SSLContext.new @ssl_context.set_params(ssl_parameters) @@ -55,7 +55,7 @@ index 281b15cedff0..683a884f5dbe 100644 D "starting SSL for #{conn_address}:#{conn_port}..." s = OpenSSL::SSL::SSLSocket.new(s, @ssl_context) s.sync_close = true -@@ -990,13 +994,12 @@ def connect +@@ -976,13 +980,12 @@ def connect s.hostname = @address if s.respond_to? :hostname= if @ssl_session and Process.clock_gettime(Process::CLOCK_REALTIME) < @ssl_session.time.to_f + @ssl_session.timeout