changeset: 104447:c29045efd25e branch: 2.7 parent: 104430:de13f5a0f4d5 user: Zachary Ware date: Mon Oct 10 21:57:04 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 #28248: Update Windows build to use OpenSSL 1.0.2j diff -r de13f5a0f4d5 -r c29045efd25e Misc/NEWS --- a/Misc/NEWS Mon Oct 10 01:00:00 2016 +0000 +++ b/Misc/NEWS Mon Oct 10 21:57:04 2016 -0500 @@ -230,6 +230,8 @@ Build ----- +- Issue #28248: Update Windows build to use OpenSSL 1.0.2j. + - Issue #28258: Fixed build with Estonian locale (distclean target in Makefile). Patch by Arfrever Frehtes Taifersar Arahesis. diff -r de13f5a0f4d5 -r c29045efd25e PC/VS9.0/pyproject.vsprops --- a/PC/VS9.0/pyproject.vsprops Mon Oct 10 01:00:00 2016 +0000 +++ b/PC/VS9.0/pyproject.vsprops Mon Oct 10 21:57:04 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.2h\ + $(ExternalsDir)openssl-1.0.2j\ $(opensslDir)include32 $(opensslDir)include64 $(ExternalsDir)\nasm-2.11.06\ diff -r de13f5a0f4d5 -r c29045efd25e PCbuild/readme.txt --- a/PCbuild/readme.txt Mon Oct 10 01:00:00 2016 +0000 +++ b/PCbuild/readme.txt Mon Oct 10 21:57:04 2016 -0500 @@ -183,7 +183,7 @@ Homepage: http://www.bzip.org/ _ssl - Python wrapper for version 1.0.2h of the OpenSSL secure sockets + Python wrapper for version 1.0.2j of the OpenSSL secure sockets library, which is built by ssl.vcxproj Homepage: http://www.openssl.org/