diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-14 10:18:18 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-08-14 10:18:18 -0700 |
commit | 864e5252d64ae05ab3e7e5073c492b7a44d0a15c (patch) | |
tree | 15bc46014546550761cf740a636f2c55e9272f93 | |
parent | 5fb14ff1adbd1700da1b14ced8ec8c00752f4299 (diff) | |
download | chef-864e5252d64ae05ab3e7e5073c492b7a44d0a15c.tar.gz |
Update to openssl 1.0.2p
Resolves:
Client DoS due to large DH parameter (CVE-2018-0732)
Cache timing vulnerability in RSA Key Generation (CVE-2018-0737)
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | omnibus/Gemfile.lock | 16 | ||||
-rw-r--r-- | omnibus_overrides.rb | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 2f4e87fcec..0a13a50e9c 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: 33e91c818a7ddfdb3130d6e407ed289c3c05aca7 + revision: 8369ed7b074102971c9e25e732001d8a3566423b branch: master specs: omnibus-software (4.0.0) @@ -31,13 +31,13 @@ GEM addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) awesome_print (1.8.0) - aws-sdk (2.11.106) - aws-sdk-resources (= 2.11.106) - aws-sdk-core (2.11.106) + aws-sdk (2.11.107) + aws-sdk-resources (= 2.11.107) + aws-sdk-core (2.11.107) aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.11.106) - aws-sdk-core (= 2.11.106) + aws-sdk-resources (2.11.107) + aws-sdk-core (= 2.11.107) aws-sigv4 (1.0.3) berkshelf (4.3.5) addressable (~> 2.3, >= 2.3.4) @@ -102,7 +102,7 @@ GEM ffi (>= 1.0.1) gyoku (1.3.1) builder (>= 2.1.2) - hashie (3.5.7) + hashie (3.6.0) hitimes (1.3.0) hitimes (1.3.0-x64-mingw32) hitimes (1.3.0-x86-mingw32) @@ -111,7 +111,7 @@ GEM ipaddress (0.8.3) jmespath (1.4.0) json (2.1.0) - kitchen-vagrant (1.3.2) + kitchen-vagrant (1.3.3) test-kitchen (~> 1.4) libyajl2 (1.2.0) license_scout (1.0.15) diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb index cbb2edd6cf..865aaa14e8 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -19,4 +19,4 @@ 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" override "zlib", version: "1.2.11" -override "openssl", version: "1.0.2o" +override "openssl", version: "1.0.2p" |