File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,8 +283,8 @@ Tests
283283Windows
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.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments