diff options
author | Thiago Oliveira <thiagoo@yahoo-inc.com> | 2016-10-12 11:58:52 -0700 |
---|---|---|
committer | Thiago Oliveira <thiagoo@yahoo-inc.com> | 2016-10-13 18:58:31 -0700 |
commit | 2352eb3479f697e38a850a5b5dd2cfe74ef838f3 (patch) | |
tree | 85abe8ba9b6cf96c1b8f491982ca78c685e6b0e1 /version_policy.rb | |
parent | 50a13cce536f071bffed2ac02bc05bf1a39ba013 (diff) | |
download | chef-2352eb3479f697e38a850a5b5dd2cfe74ef838f3.tar.gz |
update openssl to 1.0.2j to address vulnerabilities
Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
Diffstat (limited to 'version_policy.rb')
-rw-r--r-- | version_policy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version_policy.rb b/version_policy.rb index bfe08e91e4..5621ea43ff 100644 --- a/version_policy.rb +++ b/version_policy.rb @@ -45,7 +45,7 @@ OMNIBUS_OVERRIDES = { ## These can float as they are frequently updated in a way that works for us #override "cacerts" =>"???", - "openssl" => "1.0.2h", + "openssl" => "1.0.2j", } # |