From b40cf1f80490c48b087a50a83bcaa032ce6cdbd6 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Wed, 6 Aug 2014 23:21:03 -0500 Subject: [PATCH] Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. --- Misc/NEWS | 4 ++-- PCbuild/get_externals.bat | 2 +- PCbuild/pyproject.props | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 4a3ebd56e5b..749e2ae575e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -925,8 +925,8 @@ Windows - Issue #21907: Improved the batch scripts provided for building Python. -- Issue #21671, CVE-2014-0224: The bundled version of OpenSSL has been - updated to 1.0.1h. +- Issue #21671, #22160, CVE-2014-0224: The bundled version of OpenSSL has been + updated to 1.0.1i. - Issue #10747: Use versioned labels in the Windows start menu. Patch by Olive Kilburn. diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat index f472448121a..783df5c14ab 100644 --- a/PCbuild/get_externals.bat +++ b/PCbuild/get_externals.bat @@ -51,7 +51,7 @@ echo.Fetching external libraries... for %%e in ( bzip2-1.0.6 - openssl-1.0.1h + openssl-1.0.1i tcl-8.6.1.0 tk-8.6.1.0 tix-8.4.3.4 diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 20b63fcb708..e566cdc550d 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -20,7 +20,7 @@ $(externalsDir)\sqlite-3.8.3.1 $(externalsDir)\bzip2-1.0.6 $(externalsDir)\xz-5.0.5 - $(externalsDir)\openssl-1.0.1h + $(externalsDir)\openssl-1.0.1i $(externalsDir)\tcl-8.6.1.0 $(externalsDir)\tk-8.6.1.0 $(externalsDir)\tix-8.4.3.4