File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1325,8 +1325,7 @@ Windows
13251325
13261326- Issue #21907: Improved the batch scripts provided for building Python.
13271327
1328- - Issue #21671, #22160, CVE-2014-0224: The bundled version of OpenSSL has been
1329- updated to 1.0.1i.
1328+ - Issue #22644: The bundled version of OpenSSL has been updated to 1.0.1j.
13301329
13311330- Issue #10747: Use versioned labels in the Windows start menu.
13321331 Patch by Olive Kilburn.
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ echo.Fetching external libraries...
5151
5252for %%e in (
5353 bzip2-1.0.6
54- openssl-1.0.1i
54+ openssl-1.0.1j
5555 tcl-8.6.1.0
5656 tk-8.6.1.0
5757 tix-8.4.3.4
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.1i </opensslDir >
23+ <opensslDir >$(externalsDir)\openssl-1.0.1j </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 >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ call "%~dp0clean.bat"
77@ rem a new version of an external library, especially Tcl/Tk):
88@ rem 1) uncomment the following line:
99
10- @ rem call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
10+ call " %~dp0 ..\..\PCbuild\get_externals.bat" --clean-only
1111
1212@ rem 2) commit and push
1313@ rem 3) wait for all Windows bots to start a build with that changeset
You can’t perform that action at this time.
0 commit comments