diff options
author | Tim Smith <tsmith@chef.io> | 2018-03-29 10:10:21 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-03-29 11:07:28 -0700 |
commit | 2b163f9e7af3af93b445b5340296305299453f29 (patch) | |
tree | 83a455ef4ff7e4818865ea1a63fc901ba741ab73 /omnibus_overrides.rb | |
parent | ff4656d9ae70d2e8810ec0a45f322b394c31083d (diff) | |
download | chef-2b163f9e7af3af93b445b5340296305299453f29.tar.gz |
Bump Ruby to 2.5.1 and update release notesruby_and_libxml2_cves
https://www.ruby-lang.org/en/news/2018/03/28/http-response-splitting-in-webrick-cve-2017-17742/
https://www.ruby-lang.org/en/news/2018/03/28/unintentional-file-and-directory-creation-with-directory-traversal-cve-2018-6914/
https://www.ruby-lang.org/en/news/2018/03/28/large-request-dos-in-webrick-cve-2018-8777/
https://www.ruby-lang.org/en/news/2018/03/28/buffer-under-read-unpack-cve-2018-8778/
https://www.ruby-lang.org/en/news/2018/03/28/poisoned-nul-byte-unixsocket-cve-2018-8779/
https://www.ruby-lang.org/en/news/2018/03/28/poisoned-nul-byte-dir-cve-2018-8780/
https://www.ruby-lang.org/en/news/2018/02/17/multiple-vulnerabilities-in-rubygems/
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus_overrides.rb')
-rw-r--r-- | omnibus_overrides.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb index 7498a97886..1d2b46bdbe 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -14,7 +14,7 @@ override "libyaml", version: "0.1.7" override "makedepend", version: "1.0.5" override "ncurses", version: "5.9" override "pkg-config-lite", version: "0.28-1" -override "ruby", version: "2.5.0" +override "ruby", version: "2.5.1" override "ruby-windows-devkit-bash", version: "3.1.23-4-msys-1.0.18" override "util-macros", version: "1.19.0" override "xproto", version: "7.0.28" |