From c2292669fda024079d9cb25dcbf339b8a73f5650 Mon Sep 17 00:00:00 2001 From: Dennis Lloyd Jr Date: Mon, 25 Aug 2014 15:56:08 -0400 Subject: [PATCH 1/3] Updated version of OpenSSL to 1_0_1i --- openssl.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openssl.json b/openssl.json index cabef5c7ee..bb7f570252 100644 --- a/openssl.json +++ b/openssl.json @@ -4,12 +4,12 @@ "license": "https://www.openssl.org/source/license.html", "architecture": { "64bit": { - "url": "http://slproweb.com/download/Win64OpenSSL-1_0_1h.exe", - "hash": "8e8bd8ea255e0eeea49bbac60c3dc107023940c7947a7ddd8a504ed44b51ff81" + "url": "http://slproweb.com/download/Win64OpenSSL-1_0_1i.exe", + "hash": "C0E05B7BD5B71D6DD0845F9FC80A08B0617635941953EFE4D00B8C7D29C832CE" }, "32bit": { - "url": "http://slproweb.com/download/Win32OpenSSL-1_0_1h.exe", - "hash": "aac6569630db46a0222bda205c780fbbf423a0cb3c3e3474456c2cd229811962" + "url": "http://slproweb.com/download/Win32OpenSSL-1_0_1i.exe", + "hash": "C0E05B7BD5B71D6DD0845F9FC80A08B0617635941953EFE4D00B8C7D29C832CE" } }, "innosetup": true, From 921915a3c2973c9e979d04bd6456c87e13a48b10 Mon Sep 17 00:00:00 2001 From: Dennis Lloyd Jr Date: Mon, 25 Aug 2014 16:05:45 -0400 Subject: [PATCH 2/3] Corrected version in manifest for openssl --- openssl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl.json b/openssl.json index bb7f570252..bfdb461e12 100644 --- a/openssl.json +++ b/openssl.json @@ -1,6 +1,6 @@ { "homepage": "http://slproweb.com/products/Win32OpenSSL.html", - "version": "1.0.1h", + "version": "1.0.1i", "license": "https://www.openssl.org/source/license.html", "architecture": { "64bit": { From 3a9457b49261db48f08fbf73e6cb82de18c38fc1 Mon Sep 17 00:00:00 2001 From: Dennis Lloyd Jr Date: Tue, 26 Aug 2014 10:35:45 -0400 Subject: [PATCH 3/3] Corrected file hash for 32bit architecture --- openssl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl.json b/openssl.json index bfdb461e12..2970aaca12 100644 --- a/openssl.json +++ b/openssl.json @@ -9,7 +9,7 @@ }, "32bit": { "url": "http://slproweb.com/download/Win32OpenSSL-1_0_1i.exe", - "hash": "C0E05B7BD5B71D6DD0845F9FC80A08B0617635941953EFE4D00B8C7D29C832CE" + "hash": "8D9F5C44B5B92F0387F1E056F9BBBE6C835F91C9E2082EF6BA516D388D4B01CC" } }, "innosetup": true,