]> granicus.if.org Git - python/commitdiff
Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.
authorZachary Ware <zachary.ware@gmail.com>
Thu, 7 Aug 2014 04:21:03 +0000 (23:21 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Thu, 7 Aug 2014 04:21:03 +0000 (23:21 -0500)
Misc/NEWS
PCbuild/get_externals.bat
PCbuild/pyproject.props

index 4a3ebd56e5bdf45e6bf8e0dfdb96608b8869e18f..749e2ae575e988efd3a833e76c6b609b0b1d8cef 100644 (file)
--- 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.
index f472448121aef4132e42517799e5764615e593d1..783df5c14abb9b219950157477cc98e69cae86bc 100644 (file)
@@ -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
index 20b63fcb708e8c9bea78deb7141e5e353b828b83..e566cdc550d41ac9de61a1166036aac8223b24ff 100644 (file)
@@ -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>