From: Zachary Ware Date: Wed, 15 Jun 2016 22:12:38 +0000 (-0500) Subject: Issue #26930: Update Windows build to OpenSSL 1.0.2h X-Git-Tag: v2.7.13rc1~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c59a92b6f9954198f90f3a1e27583d85421f6b6c;p=thirdparty%2FPython%2Fcpython.git Issue #26930: Update Windows build to OpenSSL 1.0.2h --- diff --git a/Misc/NEWS b/Misc/NEWS index 0b3439fb8403..cdf606b8e201 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -28,6 +28,11 @@ Documentation resulting links to use lowercase. Patch by Sean Rodman, test by Kaushik Nadikuditi. +Build +----- + +- Issue #26930: Update Windows builds to use OpenSSL 1.0.2h. + What's New in Python 2.7.12 release candidate 1? ================================================ diff --git a/PC/VS9.0/pyproject.vsprops b/PC/VS9.0/pyproject.vsprops index 8fa5d7099322..49012515533a 100644 --- a/PC/VS9.0/pyproject.vsprops +++ b/PC/VS9.0/pyproject.vsprops @@ -82,7 +82,7 @@ /> $(ExternalsDir)sqlite-3.8.11.0\ $(ExternalsDir)bzip2-1.0.6\ $(ExternalsDir)db-4.7.25.0 - $(ExternalsDir)openssl-1.0.2g\ + $(ExternalsDir)openssl-1.0.2h\ $(opensslDir)include32 $(opensslDir)include64 $(ExternalsDir)\nasm-2.11.06\ diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 8f9e80534f8d..7fee48f50543 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -183,7 +183,7 @@ _bz2 Homepage: http://www.bzip.org/ _ssl - Python wrapper for version 1.0.2g of the OpenSSL secure sockets + Python wrapper for version 1.0.2h of the OpenSSL secure sockets library, which is built by ssl.vcxproj Homepage: http://www.openssl.org/