[前][次][番号順一覧][スレッド一覧]

ruby-changes:50328

From: usa <ko1@a...>
Date: Sat, 17 Feb 2018 01:36:00 +0900 (JST)
Subject: [ruby-changes:50328] usa:r62443 (ruby_2_2): merge revision(s) 62422, 62436: [Backport #14481]

usa	2018-02-17 01:35:55 +0900 (Sat, 17 Feb 2018)

  New Revision: 62443

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62443

  Log:
    merge revision(s) 62422,62436: [Backport #14481]
    
    Merge RubyGems 2.7.6 from upstream.
    
    It fixed some security vulnerabilities.
    
    http://blog.rubygems.org/2018/02/15/2.7.6-released.html
    
    fix regexp literal warning.
    
    * test/rubygems/test_gem_server.rb: eliminate duplicated character class warning.
      [Bug #14481]

  Modified files:
    branches/ruby_2_2/ChangeLog
    branches/ruby_2_2/version.h
Index: ruby_2_2/ChangeLog
===================================================================
--- ruby_2_2/ChangeLog	(revision 62442)
+++ ruby_2_2/ChangeLog	(revision 62443)
@@ -1,16 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_2/ChangeLog#L1
 Sat Feb 17 01:24:49 2018  SHIBATA Hiroshi  <hsbt@r...>
 
-	load.c: backtrace of circular require
+	Merge RubyGems 2.7.6 from upstream.
 
-	* load.c (load_lock): print backtrace of circular require via
-	  `Warning.warn` [ruby-core:80850] [Bug #13505]
+	It fixed some security vulnerabilities.
 
-	  Send the backtrace of the circular require warning as a single String to Warning.warn
-
-	* load.c: send as a single string.
-	* error.c: expose the string formatted by rb_warning as rb_warning_string().
-	* test/ruby/test_exception.rb: update tests.
-	  [ruby-core:80850] [Bug #13505]
+	http://blog.rubygems.org/2018/02/15/2.7.6-released.html
 
 	fix regexp literal warning.
 
Index: ruby_2_2/version.h
===================================================================
--- ruby_2_2/version.h	(revision 62442)
+++ ruby_2_2/version.h	(revision 62443)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_2/version.h#L1
 #define RUBY_VERSION "2.2.9"
 #define RUBY_RELEASE_DATE "2018-02-17"
-#define RUBY_PATCHLEVEL 481
+#define RUBY_PATCHLEVEL 482
 
 #define RUBY_RELEASE_YEAR 2018
 #define RUBY_RELEASE_MONTH 2

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]