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

Skip to content

Commit 4dc7278

Browse files
committed
Issue #22644: Update the Windows build to OpenSSL 1.0.1j
2 parents f88cad0 + baa6d3a commit 4dc7278

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

Misc/NEWS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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.

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.1i
54+
openssl-1.0.1j
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.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>

Tools/buildbot/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)