From 6cc7b9d7a4b072504de46a901fe8bdd436791ea1 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 14 Aug 2014 15:08:03 +0200 Subject: [PATCH] Update openssl to 1.0.1i --- CHANGELOG | 1 + config/software/openssl.rb | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2154600..55d823d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,7 @@ omnibus-gitlab repository. - Add openssl_verify_mode to SMTP email configuration (Dionysius Marquis) - Enable the 'ssh_host' field in gitlab.yml (Florent Baldino) - Create git's home directory if necessary +- Update openssl to 1.0.1i 7.1.0 - Build: explicitly use .forward for sending notifications diff --git a/config/software/openssl.rb b/config/software/openssl.rb index 358e688..5aa77fc 100644 --- a/config/software/openssl.rb +++ b/config/software/openssl.rb @@ -29,9 +29,9 @@ if Ohai["platform"] == "aix" source url: "http://www.openssl.org/source/openssl-1.0.1c.tar.gz", md5: "ae412727c8c15b67880aef7bd2999b2e" else - default_version "1.0.1h" - source url: "http://www.openssl.org/source/openssl-1.0.1h.tar.gz", - md5: "8d6d684a9430d5cc98a62a5d8fbda8cf" + default_version "1.0.1i" + source url: "http://www.openssl.org/source/openssl-1.0.1i.tar.gz", + md5: "c8dc151a671b9b92ff3e4c118b174972" end relative_path "openssl-#{version}" -- libgit2 0.21.2