Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b40cf1f

Browse files
committed
Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.
1 parent 2897d07 commit b40cf1f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -925,8 +925,8 @@ Windows
925925

926926
- Issue #21907: Improved the batch scripts provided for building Python.
927927

928-
- Issue #21671, CVE-2014-0224: The bundled version of OpenSSL has been
929-
updated to 1.0.1h.
928+
- Issue #21671, #22160, CVE-2014-0224: The bundled version of OpenSSL has been
929+
updated to 1.0.1i.
930930

931931
- Issue #10747: Use versioned labels in the Windows start menu.
932932
Patch by Olive Kilburn.

PCbuild/get_externals.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ echo.Fetching external libraries...
5151

5252
for %%e in (
5353
bzip2-1.0.6
54-
openssl-1.0.1h
54+
openssl-1.0.1i
5555
tcl-8.6.1.0
5656
tk-8.6.1.0
5757
tix-8.4.3.4

PCbuild/pyproject.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<sqlite3Dir>$(externalsDir)\sqlite-3.8.3.1</sqlite3Dir>
2121
<bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
2222
<lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir>
23-
<opensslDir>$(externalsDir)\openssl-1.0.1h</opensslDir>
23+
<opensslDir>$(externalsDir)\openssl-1.0.1i</opensslDir>
2424
<tclDir>$(externalsDir)\tcl-8.6.1.0</tclDir>
2525
<tkDir>$(externalsDir)\tk-8.6.1.0</tkDir>
2626
<tixDir>$(externalsDir)\tix-8.4.3.4</tixDir>

0 commit comments

Comments
 (0)