diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-08-29 09:58:43 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-09-01 10:27:39 -0700 |
commit | cc394d527b7718d0b2070daef2a490d2d859a651 (patch) | |
tree | 178ef25bc18f455cc97d331aae1490553bf1666f /version_policy.rb | |
parent | 5fdce24d611e4b903ecd4e040e998b861b6adc66 (diff) | |
download | chef-cc394d527b7718d0b2070daef2a490d2d859a651.tar.gz |
bump openssl to 1.0.2g
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
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 578f913ef7..2c780d498a 100644 --- a/version_policy.rb +++ b/version_policy.rb @@ -44,7 +44,7 @@ OMNIBUS_OVERRIDES = { ## These can float as they are frequently updated in a way that works for us #override "cacerts" =>"???", - #override "openssl" =>"???", + "openssl" => "1.0.2g", } # |