[Python-checkins] cpython: Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.

zach.ware python-checkins at python.org
Thu Aug 7 06:21:48 CEST 2014


http://hg.python.org/cpython/rev/275da9f9d7d7
changeset:   92034:275da9f9d7d7
parent:      92031:5e1f07b09dd7
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Wed Aug 06 23:21:03 2014 -0500
summary:
  Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.

files:
  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
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -925,8 +925,8 @@
 
 - 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
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -51,7 +51,7 @@
 
 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
--- a/PCbuild/pyproject.props
+++ b/PCbuild/pyproject.props
@@ -20,7 +20,7 @@
     <sqlite3Dir>$(externalsDir)\sqlite-3.8.3.1</sqlite3Dir>
     <bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
     <lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir>
-    <opensslDir>$(externalsDir)\openssl-1.0.1h</opensslDir>
+    <opensslDir>$(externalsDir)\openssl-1.0.1i</opensslDir>
     <tclDir>$(externalsDir)\tcl-8.6.1.0</tclDir>
     <tkDir>$(externalsDir)\tk-8.6.1.0</tkDir>
     <tixDir>$(externalsDir)\tix-8.4.3.4</tixDir>

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list