mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update the version of openssl shipped in the windows 64 bit binary build as it was vulnerable to the heartbleed TLS bug
This commit is contained in:
parent
1582b14385
commit
460aceb329
@ -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)
|
Download and untar the openssl tarball, follow the instructions in INSTALL.(W32|W64)
|
||||||
to install use prefix q:\openssl
|
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::
|
For 32-bit::
|
||||||
perl Configure VC-WIN32 no-asm enable-static-engine --prefix=Q:/openssl
|
perl Configure VC-WIN32 no-asm enable-static-engine --prefix=Q:/openssl
|
||||||
ms\do_ms.bat
|
ms\do_ms.bat
|
||||||
@ -173,7 +176,7 @@ For 32-bit::
|
|||||||
|
|
||||||
For 64-bit::
|
For 64-bit::
|
||||||
perl Configure VC-WIN64A no-asm enable-static-engine --prefix=C:/cygwin/home/kovid/sw/private/openssl
|
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
|
||||||
nmake -f ms\ntdll.mak test
|
nmake -f ms\ntdll.mak test
|
||||||
nmake -f ms\ntdll.mak install
|
nmake -f ms\ntdll.mak install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user