diff options
author | Tim Smith <tsmith@chef.io> | 2019-02-28 15:33:28 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-02-28 15:33:28 -0800 |
commit | 470808eede56bcbdcdddbcff6a4bcc4e852e88a7 (patch) | |
tree | 1bdab1b5c162f3733de669d609e7db031b56b2a1 /omnibus_overrides.rb | |
parent | efa1bac30cbdeda8dde40dc952f076b0cdcfee07 (diff) | |
download | chef-470808eede56bcbdcdddbcff6a4bcc4e852e88a7.tar.gz |
Update openssl to 1.0.2ropenssl_bump_r
This resolves a minor CVE that doesn't impact Chef, but should get fixed anyways.
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 1f3e1a5645..751b055e2c 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 |