From 8fb09ada55c85070e47dbf4e99a384c32bc14520 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 10 Oct 2016 21:57:04 -0500 Subject: [PATCH] Issue #28248: Update Windows build to use OpenSSL 1.0.2j --- Misc/NEWS | 2 ++ PC/VS9.0/pyproject.vsprops | 2 +- PC/VS9.0/readme.txt | 2 +- PCbuild/get_externals.bat | 2 +- PCbuild/python.props | 2 +- PCbuild/readme.txt | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index d8771466dfd..c68e5f29445 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 49012515533..13d9b1c08be 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 7fee48f5054..67adb7f0a02 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/