diff options
author | Tim Smith <tsmith@chef.io> | 2019-07-10 16:45:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-10 16:45:36 -0700 |
commit | de71f0f0035f6b076e9ab6fa7138c155fea7c46f (patch) | |
tree | d3763a3c6a4a6d62ba428388e6704b09e46fc096 /omnibus_overrides.rb | |
parent | f8f88712817c621ff996551223a25ea1d36d6555 (diff) | |
parent | 5aa2a870ceca24379f34c46e73212632eb80dc93 (diff) | |
download | chef-de71f0f0035f6b076e9ab6fa7138c155fea7c46f.tar.gz |
Merge pull request #8735 from chef/openssl
Bump openSSL to 1.0.2s
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 91dfffa469..96342de8db 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.2r" +override "openssl", version: "1.0.2s" # 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 |