Commit 6cc7b9d7a4b072504de46a901fe8bdd436791ea1
1 parent
7322d5de
Exists in
master
and in
2 other branches
Update openssl to 1.0.1i
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
CHANGELOG
... | ... | @@ -8,6 +8,7 @@ omnibus-gitlab repository. |
8 | 8 | - Add openssl_verify_mode to SMTP email configuration (Dionysius Marquis) |
9 | 9 | - Enable the 'ssh_host' field in gitlab.yml (Florent Baldino) |
10 | 10 | - Create git's home directory if necessary |
11 | +- Update openssl to 1.0.1i | |
11 | 12 | |
12 | 13 | 7.1.0 |
13 | 14 | - Build: explicitly use .forward for sending notifications | ... | ... |
config/software/openssl.rb
... | ... | @@ -29,9 +29,9 @@ if Ohai["platform"] == "aix" |
29 | 29 | source url: "http://www.openssl.org/source/openssl-1.0.1c.tar.gz", |
30 | 30 | md5: "ae412727c8c15b67880aef7bd2999b2e" |
31 | 31 | else |
32 | - default_version "1.0.1h" | |
33 | - source url: "http://www.openssl.org/source/openssl-1.0.1h.tar.gz", | |
34 | - md5: "8d6d684a9430d5cc98a62a5d8fbda8cf" | |
32 | + default_version "1.0.1i" | |
33 | + source url: "http://www.openssl.org/source/openssl-1.0.1i.tar.gz", | |
34 | + md5: "c8dc151a671b9b92ff3e4c118b174972" | |
35 | 35 | end |
36 | 36 | |
37 | 37 | relative_path "openssl-#{version}" | ... | ... |