From 460aceb3292e92cafeb6a4aa178e5dc3fd240684 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 8 Apr 2014 13:53:51 +0530 Subject: [PATCH] Update the version of openssl shipped in the windows 64 bit binary build as it was vulnerable to the heartbleed TLS bug --- setup/installer/windows/notes.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup/installer/windows/notes.rst b/setup/installer/windows/notes.rst index 88ff06abb2..ae310fe435 100644 --- a/setup/installer/windows/notes.rst +++ b/setup/installer/windows/notes.rst @@ -164,6 +164,9 @@ somewhere on your PATH (I chose ~/sw/bin) Download and untar the openssl tarball, follow the instructions in INSTALL.(W32|W64) to install use prefix q:\openssl +The following *MUST BE RUN* in a Visual Studio Command prompt and not in a cygwin +environment. + For 32-bit:: perl Configure VC-WIN32 no-asm enable-static-engine --prefix=Q:/openssl ms\do_ms.bat @@ -173,7 +176,7 @@ For 32-bit:: For 64-bit:: perl Configure VC-WIN64A no-asm enable-static-engine --prefix=C:/cygwin/home/kovid/sw/private/openssl - ms\do_win64a + ms\do_win64a.bat nmake -f ms\ntdll.mak nmake -f ms\ntdll.mak test nmake -f ms\ntdll.mak install