From 3933769037177d2dc2b908c776236740e91c4934 Mon Sep 17 00:00:00 2001 From: Thomas Konrad Date: Wed, 23 Dec 2015 08:59:50 +0100 Subject: [PATCH] Update to OpenSSL 1.0.2e. Updated the OpenSSL bucket to the current version. The old one is not available any more from the download site (it leads to an HTTP 404 error). --- openssl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openssl.json b/openssl.json index 63d4d22114..f538969e7d 100644 --- a/openssl.json +++ b/openssl.json @@ -1,15 +1,15 @@ { "homepage": "http://slproweb.com/products/Win32OpenSSL.html", - "version": "1.0.2d", + "version": "1.0.2e", "license": "https://www.openssl.org/source/license.html", "architecture": { "64bit": { - "url": "http://slproweb.com/download/Win64OpenSSL-1_0_2d.exe", - "hash": "9e62364a75cf7a55ce8167f9a4992aa38c55ba362594e4579e27f9c0758c2284" + "url": "http://slproweb.com/download/Win64OpenSSL-1_0_2e.exe", + "hash": "21ce9fd78387030016b584205f6b6e3ca33e502d4c685c297b72f849ab129aa4" }, "32bit": { - "url": "http://slproweb.com/download/Win32OpenSSL-1_0_2d.exe", - "hash": "68796d75cd8cc5a34d5fa997805a373d2c701179a270efd0a513b197ea15736c" + "url": "http://slproweb.com/download/Win32OpenSSL-1_0_2e.exe", + "hash": "f4137428371ccfb339c90bc335993d124cb11179376a72bdc8db79b35162d33e" } }, "innosetup": true,