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

Skip to content

Commit 22f2d2e

Browse files
committed
Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.
1 parent 1241c47 commit 22f2d2e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ Tests
283283
Windows
284284
-------
285285

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

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

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
<tcltkDir>$(externalsDir)\tcltk</tcltkDir>
2525
<tcltk64Dir>$(externalsDir)\tcltk64</tcltk64Dir>
2626
<tcltkLib>$(tcltkDir)\lib\tcl86t.lib;$(tcltkDir)\lib\tk86t.lib</tcltkLib>

Tools/buildbot/external-common.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd ..
1111
@rem if exist tk-8.6.1.0 rd /s/q tk-8.6.1.0
1212
@rem if exist tix-8.4.3.4 rd /s/q tix-8.4.3.4
1313
@rem if exist db-4.4.20 rd /s/q db-4.4.20
14-
@rem if exist openssl-1.0.1h rd /s/q openssl-1.0.1h
14+
@rem if exist openssl-1.0.1i rd /s/q openssl-1.0.1i
1515
@rem if exist sqlite-3.7.12 rd /s/q sqlite-3.7.12
1616

1717
@rem bzip
@@ -21,9 +21,9 @@ if not exist bzip2-1.0.6 (
2121
)
2222

2323
@rem OpenSSL
24-
if not exist openssl-1.0.1h (
25-
rd /s/q openssl-1.0.1g
26-
svn export http://svn.python.org/projects/external/openssl-1.0.1h
24+
if not exist openssl-1.0.1i (
25+
rd /s/q openssl-1.0.1h
26+
svn export http://svn.python.org/projects/external/openssl-1.0.1i
2727
)
2828

2929
@rem tcl/tk

0 commit comments

Comments
 (0)