[Groonga-commit] groonga/groonga at 2db804c [master] Add missing :ssl_verify_mode

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Apr 28 14:51:48 JST 2018


Kouhei Sutou	2018-04-28 14:51:48 +0900 (Sat, 28 Apr 2018)

  New Revision: 2db804c24a7fdcc91fdd365b48abfc4e753a4228
  https://github.com/groonga/groonga/commit/2db804c24a7fdcc91fdd365b48abfc4e753a4228

  Message:
    Add missing :ssl_verify_mode

  Modified files:
    vendor/download_message_pack.rb

  Modified: vendor/download_message_pack.rb (+2 -1)
===================================================================
--- vendor/download_message_pack.rb    2018-04-28 10:27:15 +0900 (1e71e4a74)
+++ vendor/download_message_pack.rb    2018-04-28 14:51:48 +0900 (733665381)
@@ -49,7 +49,8 @@ def download(url, base)
   extract_tar_gz(tar_gz)
   Dir.chdir(base) do
     IO.popen(["patch", "-p1"], "r+") do |io|
-      open("https://patch-diff.githubusercontent.com/raw/msgpack/msgpack-c/pull/677.patch") do |patch|
+      open("https://patch-diff.githubusercontent.com/raw/msgpack/msgpack-c/pull/677.patch",
+           :ssl_verify_mode => ssl_verify_mode) do |patch|
         io.write(patch.read)
         io.close_write
         io.read
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180428/3b2a3afa/attachment.htm 



More information about the Groonga-commit mailing list
Back to archive index