From: Zachary Ware Date: Tue, 11 Oct 2016 02:57:04 +0000 (-0500) Subject: Issue #28248: Update Windows build to use OpenSSL 1.0.2j X-Git-Tag: v2.7.13rc1~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fb09ada55c85070e47dbf4e99a384c32bc14520;p=thirdparty%2FPython%2Fcpython.git Issue #28248: Update Windows build to use OpenSSL 1.0.2j --- diff --git a/Misc/NEWS b/Misc/NEWS index d8771466dfd9..c68e5f294456 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -230,6 +230,8 @@ Tests 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 --git a/PC/VS9.0/pyproject.vsprops b/PC/VS9.0/pyproject.vsprops index 49012515533a..13d9b1c08be6 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.2h\ + $(ExternalsDir)openssl-1.0.2j\ $(opensslDir)include32 $(opensslDir)include64 $(ExternalsDir)\nasm-2.11.06\ diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 7fee48f50543..67adb7f0a024 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.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/