diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-09-10 11:00:25 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-09-10 11:00:25 -0700 |
commit | 16ff7011a4f6b1b9c606e40c291a10235d4d1ffc (patch) | |
tree | d88181019b7f1fb2b0f693031413dd655535403b | |
parent | 088a54e479552b1468516e229061b173806bbf20 (diff) | |
download | chef-16ff7011a4f6b1b9c606e40c291a10235d4d1ffc.tar.gz |
Update openssl to 1.0.2w and bump other deps to current
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile.lock | 6 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 14 | ||||
-rw-r--r-- | omnibus_overrides.rb | 2 |
3 files changed, 11 insertions, 11 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index ee0e722f13..4bee4c98ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,7 +171,7 @@ GEM ffi (1.13.1-x86-mingw32) ffi-libarchive (1.0.4) ffi (~> 1.0) - ffi-win32-extensions (1.0.3) + ffi-win32-extensions (1.0.4) ffi ffi-yajl (2.3.4) libyajl2 (~> 1.2) @@ -239,9 +239,9 @@ GEM mixlib-config (3.0.9) tomlrb mixlib-log (3.0.9) - mixlib-shellout (3.1.4) + mixlib-shellout (3.1.6) chef-utils - mixlib-shellout (3.1.4-universal-mingw32) + mixlib-shellout (3.1.6-universal-mingw32) chef-utils win32-process (~> 0.8.2) wmi-lite (~> 1.0) diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 999a51e557..3d44842662 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: e55d20a73bf8641c5fd009d90747ee9ad05192f1 + revision: 0d5f81dc0515357d571e9210031b3fa0edab0903 branch: master specs: omnibus-software (4.0.0) @@ -32,7 +32,7 @@ GEM artifactory (3.0.15) awesome_print (1.8.0) aws-eventstream (1.1.0) - aws-partitions (1.363.0) + aws-partitions (1.366.0) aws-sdk-core (3.105.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) @@ -176,7 +176,7 @@ GEM ffi (1.13.1-x86-mingw32) ffi-libarchive (1.0.4) ffi (~> 1.0) - ffi-win32-extensions (1.0.3) + ffi-win32-extensions (1.0.4) ffi ffi-yajl (2.3.4) libyajl2 (~> 1.2) @@ -224,9 +224,9 @@ GEM mixlib-versioning thor mixlib-log (3.0.9) - mixlib-shellout (3.1.4) + mixlib-shellout (3.1.6) chef-utils - mixlib-shellout (3.1.4-universal-mingw32) + mixlib-shellout (3.1.6-universal-mingw32) chef-utils win32-process (~> 0.8.2) wmi-lite (~> 1.0) @@ -248,7 +248,7 @@ GEM octokit (4.18.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) - ohai (16.4.12) + ohai (16.5.0) chef-config (>= 12.8, < 17) chef-utils (>= 16.0, < 17) ffi (~> 1.9) @@ -291,7 +291,7 @@ GEM strings-ansi (0.2.0) structured_warnings (0.4.0) syslog-logger (1.6.8) - test-kitchen (2.6.0) + test-kitchen (2.7.0) bcrypt_pbkdf (~> 1.0) ed25519 (~> 1.2) license-acceptance (>= 1.0.11, < 3.0) diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb index 7439b52e09..c25e2c65c8 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -16,7 +16,7 @@ override "libyaml", version: "0.1.7" override "makedepend", version: "1.0.5" override "ncurses", version: "5.9" override "nokogiri", version: "1.10.10" -override "openssl", version: "1.0.2v" +override "openssl", version: "1.0.2w" override "pkg-config-lite", version: "0.28-1" override "ruby", version: "2.6.6" override "ruby-windows-devkit-bash", version: "3.1.23-4-msys-1.0.18" |