1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
rhe df94c66f71 openssl: import v2.0.5
Import Ruby/OpenSSL 2.0.5. The full commit history since v2.0.4
(imported at r59081) can be found at:

	https://github.com/ruby/openssl/compare/v2.0.4...v2.0.5

This will fix the test failure on latest Debian sid and the "no
OPENSSL_Applink" issue on mswin.

----------------------------------------------------------------
Kazuki Yamaguchi (11):
      test/test_ssl: allow 3DES cipher suites in test_sslctx_set_params
      bio: prevent possible GC issue in ossl_obj2bio()
      bio: do not use the FILE BIO method in ossl_obj2bio()
      Rakefile: install_dependencies: install only when needed
      appveyor.yml: test against Ruby 2.4
      ossl_pem_passwd_cb: relax passphrase length constraint
      ossl_pem_passwd_cb: do not check for taintedness
      ossl_pem_passwd_cb: handle nil from the block explicitly
      ssl: remove unsupported TLS versions from SSLContext::METHODS
      ssl: fix compile error with OpenSSL 1.0.0
      Ruby/OpenSSL 2.0.5

Lars Kanis (1):
      Add msys2 library dependency tag in gem metadata

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-08-10 09:23:45 +00:00
..
-test- test for [Bug #12670] 2017-06-19 14:36:17 +00:00
bigdecimal bigdecimal: version 1.3.2 2017-03-13 06:03:18 +00:00
cgi/escape cgi/util.rb: Don't escape tilde in #escape 2017-05-17 12:34:59 +00:00
continuation
coverage ruby tool/update-deps --fix 2017-03-22 06:00:18 +00:00
date Update gemspec for standalone gem that is ruby/date repository. 2017-07-14 07:47:21 +00:00
dbm Make string literal to frozen object on gemspec of defulte gems. 2017-06-19 13:03:06 +00:00
digest Copy openssl library finder for ext/digest from OpenSSL extention. 2017-07-18 11:28:49 +00:00
etc Make string literal to frozen object on gemspec of defulte gems. 2017-06-19 13:03:06 +00:00
fcntl gem name should be the downcase. 2017-02-24 06:50:43 +00:00
fiber
fiddle Make string literal to frozen object on gemspec of defulte gems. 2017-06-19 13:03:06 +00:00
gdbm Make string literal to frozen object on gemspec of defulte gems. 2017-06-19 13:03:06 +00:00
io ruby tool/update-deps --fix 2017-03-22 06:00:18 +00:00
json Merge json-2.1.0 from https://github.com/flori/json 2017-06-16 03:04:46 +00:00
nkf ruby tool/update-deps --fix 2017-03-22 06:00:18 +00:00
objspace ruby tool/update-deps --fix 2017-03-22 06:00:18 +00:00
openssl openssl: import v2.0.5 2017-08-10 09:23:45 +00:00
pathname disable rdoc for internal constants [ci skip] 2017-08-03 08:11:57 +00:00
psych Fixup r59327. Forgot to update version number. 2017-07-14 07:13:17 +00:00
pty ruby tool/update-deps --fix 2017-03-22 06:00:18 +00:00
racc/cparse
rbconfig/sizeof ruby tool/update-deps --fix 2017-03-22 06:00:18 +00:00
readline ruby tool/update-deps --fix 2017-03-22 06:00:18 +00:00
ripper VPATH for ripper 2017-07-14 10:31:05 +00:00
rubyvm get rid of test failures introduced at r56848 2016-11-20 06:19:05 +00:00
sdbm Make string literal to frozen object on gemspec of defulte gems. 2017-06-19 13:03:06 +00:00
socket socket: system getaddrinfo on Windows 2017-07-25 01:08:51 +00:00
stringio Make string literal to frozen object on gemspec of defulte gems. 2017-06-19 13:03:06 +00:00
strscan strscan.c: fix segfault in aref 2017-07-21 13:30:46 +00:00
syslog
win32 resolv9x.rb: fix typo 2017-02-14 12:34:11 +00:00
win32ole remove extra call to OleInitialize 2017-05-26 09:49:20 +00:00
zlib zlib.c: fix unnormalized Fixnum 2017-07-14 13:50:00 +00:00
.document Document parse.y instead of ext/ripper/ripper.c 2017-04-23 01:31:37 +00:00
extmk.rb ext/extmk.rb: colorize notes [Feature #13302] 2017-04-21 03:01:12 +00:00
Setup Removed deprecated extensions of mathn. 2017-04-20 08:21:24 +00:00
Setup.atheos
Setup.nacl Removed deprecated extensions of mathn. 2017-04-20 08:21:24 +00:00
Setup.nt