diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-07-10 15:08:23 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-07-10 15:08:23 -0700 |
commit | 5aa2a870ceca24379f34c46e73212632eb80dc93 (patch) | |
tree | 28902399be5ff009267c3cc5ee11dc321136c130 /omnibus_overrides.rb | |
parent | 2d614c6959cc4eb5f01c89adf5bafe2666a2a180 (diff) | |
download | chef-5aa2a870ceca24379f34c46e73212632eb80dc93.tar.gz |
Bump openSSL to 1.0.2s
This is a bugfix only release.
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 7d2a8221c0..d6245be23a 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 |