diff options
author | Tim Smith <tsmith@chef.io> | 2019-02-28 15:33:28 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-03-04 09:58:07 -0800 |
commit | a4ce3fbb49b3269f97c91ce3c0b65f42cc562b75 (patch) | |
tree | 07ac42ef208fab64a0ea451e7002ebf14c7f3590 | |
parent | 98777cd43824fe4d412edde672f330f30ed40ac3 (diff) | |
download | chef-a4ce3fbb49b3269f97c91ce3c0b65f42cc562b75.tar.gz |
Update openssl to 1.0.2r
This resolves a minor CVE that doesn't impact Chef, but should get fixed anyways.
Signed-off-by: Tim Smith <tsmith@chef.io>
-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 909b20da9f..ffd6875d2a 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -22,7 +22,7 @@ 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.2q" +override "openssl", version: "1.0.2r" # we build both a chef and ohai omnibus-software defintion which create the # chef-client and ohai binstubs. Out of the box the ohai definition uses whatever |