ruby-changes:40558
From: usa <ko1@a...>
Date: Wed, 18 Nov 2015 20:08:42 +0900 (JST)
Subject: [ruby-changes:40558] usa:r52637 (ruby_2_1): merge revision(s) 49099: [Backport #10046]
usa 2015-11-18 20:08:17 +0900 (Wed, 18 Nov 2015) New Revision: 52637 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52637 Log: merge revision(s) 49099: [Backport #10046] * test/openssl/test_ssl_session.rb (OpenSSL#test_ctx_client_session_cb): fix test failure with OpenSSL disabled SSLv3 protocol. [ruby-core:63772] [Bug #10046] Modified directories: branches/ruby_2_1/ Modified files: branches/ruby_2_1/ChangeLog branches/ruby_2_1/test/openssl/test_ssl_session.rb branches/ruby_2_1/version.h Index: ruby_2_1/ChangeLog =================================================================== --- ruby_2_1/ChangeLog (revision 52636) +++ ruby_2_1/ChangeLog (revision 52637) @@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_1/ChangeLog#L1 +Wed Nov 18 20:04:50 2015 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * test/openssl/test_ssl_session.rb (OpenSSL#test_ctx_client_session_cb): + fix test failure with OpenSSL disabled SSLv3 protocol. + [ruby-core:63772] [Bug #10046] + Thu Oct 29 23:54:35 2015 Nobuyoshi Nakada <nobu@r...> * string.c (sym_to_proc), proc.c (rb_block_clear_env_self): clear Index: ruby_2_1/version.h =================================================================== --- ruby_2_1/version.h (revision 52636) +++ ruby_2_1/version.h (revision 52637) @@ -1,10 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_1/version.h#L1 #define RUBY_VERSION "2.1.8" -#define RUBY_RELEASE_DATE "2015-10-29" -#define RUBY_PATCHLEVEL 412 +#define RUBY_RELEASE_DATE "2015-11-18" +#define RUBY_PATCHLEVEL 413 #define RUBY_RELEASE_YEAR 2015 -#define RUBY_RELEASE_MONTH 10 -#define RUBY_RELEASE_DAY 29 +#define RUBY_RELEASE_MONTH 11 +#define RUBY_RELEASE_DAY 18 #include "ruby/version.h" Index: ruby_2_1/test/openssl/test_ssl_session.rb =================================================================== --- ruby_2_1/test/openssl/test_ssl_session.rb (revision 52636) +++ ruby_2_1/test/openssl/test_ssl_session.rb (revision 52637) @@ -273,7 +273,7 @@ __EOS__ https://github.com/ruby/ruby/blob/trunk/ruby_2_1/test/openssl/test_ssl_session.rb#L273 def test_ctx_client_session_cb called = {} - ctx = OpenSSL::SSL::SSLContext.new("SSLv3") + ctx = OpenSSL::SSL::SSLContext.new ctx.session_cache_mode = OpenSSL::SSL::SSLContext::SESSION_CACHE_CLIENT ctx.session_new_cb = lambda { |ary| Property changes on: ruby_2_1 ___________________________________________________________________ Modified: svn:mergeinfo Merged /trunk:r49099 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/