changeset: 102121:ad037bba60bb branch: 2.7 parent: 101899:5811fcfe1043 user: Zachary Ware date: Wed Jun 15 17:12:38 2016 -0500 files: Misc/NEWS PC/VS9.0/pyproject.vsprops PC/VS9.0/readme.txt PCbuild/get_externals.bat PCbuild/python.props PCbuild/readme.txt description: Issue #26930: Update Windows build to OpenSSL 1.0.2h diff -r 5811fcfe1043 -r ad037bba60bb Misc/NEWS --- a/Misc/NEWS Sat Jun 11 14:46:35 2016 -0700 +++ b/Misc/NEWS Wed Jun 15 17:12:38 2016 -0500 @@ -2,6 +2,15 @@ Python News +++++++++++ +What's New in Python 2.7.12? +============================ + +Build +----- + +- Issue #26930: Update Windows builds to use OpenSSL 1.0.2h. + + What's New in Python 2.7.12 release candidate 1? ================================================ diff -r 5811fcfe1043 -r ad037bba60bb PC/VS9.0/pyproject.vsprops --- a/PC/VS9.0/pyproject.vsprops Sat Jun 11 14:46:35 2016 -0700 +++ b/PC/VS9.0/pyproject.vsprops Wed Jun 15 17:12:38 2016 -0500 @@ -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 -r 5811fcfe1043 -r ad037bba60bb PCbuild/readme.txt --- a/PCbuild/readme.txt Sat Jun 11 14:46:35 2016 -0700 +++ b/PCbuild/readme.txt Wed Jun 15 17:12:38 2016 -0500 @@ -183,7 +183,7 @@ 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/