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

ruby-changes:49030

From: duerst <ko1@a...>
Date: Tue, 12 Dec 2017 18:00:25 +0900 (JST)
Subject: [ruby-changes:49030] duerst:r61145 (trunk): switch from http to https for Unicode data file downloads

duerst	2017-12-12 18:00:20 +0900 (Tue, 12 Dec 2017)

  New Revision: 61145

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

  Log:
    switch from http to https for Unicode data file downloads
    (patch from MSP-Greg (Greg L), this closes issue #13962)

  Modified files:
    trunk/tool/downloader.rb
Index: tool/downloader.rb
===================================================================
--- tool/downloader.rb	(revision 61144)
+++ tool/downloader.rb	(revision 61145)
@@ -71,7 +71,7 @@ class Downloader https://github.com/ruby/ruby/blob/trunk/tool/downloader.rb#L71
 
   class Unicode < self
     def self.download(name, *rest)
-      super("http://www.unicode.org/Public/#{name}", name, *rest)
+      super("https://www.unicode.org/Public/#{name}", name, *rest)
     end
   end
 

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

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