Skip to content

Commit 19e455f

Browse files
committed
Issue python#22160: Update OpenSSL to 1.0.1i for the Windows build.
1 parent 906091b commit 19e455f

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ Build
8989
- Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/
9090
now display special message when and only when there are failures.
9191

92+
Windows
93+
-------
94+
95+
- Issue #22160: The bundled version of OpenSSL has been updated to 1.0.1i.
96+
9297

9398
What's New in Python 2.7.8?
9499
===========================

PCbuild/pyproject.vsprops

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
/>
8383
<UserMacro
8484
Name="opensslDir"
85-
Value="$(externalsDir)\openssl-1.0.1h"
85+
Value="$(externalsDir)\openssl-1.0.1i"
8686
/>
8787
<UserMacro
8888
Name="tcltkDir"

Tools/buildbot/external-common.bat

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ cd ..
2323
@rem if exist openssl-0.9.8y rd /s/q openssl-0.9.8y
2424
@rem if exist openssl-1.0.1g rd /s/q openssl-1.0.1g
2525
@rem if exist openssl-1.0.1h rd /s/q openssl-1.0.1h
26+
@rem if exist openssl-1.0.1i rd /s/q openssl-1.0.1i
2627
@rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
2728

2829
@rem bzip
@@ -36,8 +37,8 @@ if exist db-4.4.20 rd /s/q db-4.4.20
3637
if not exist db-4.7.25.0 svn export http://svn.python.org/projects/external/db-4.7.25.0
3738

3839
@rem OpenSSL
39-
if exist openssl-1.0.1g rd /s/q openssl-1.0.1g
40-
if not exist openssl-1.0.1h svn export http://svn.python.org/projects/external/openssl-1.0.1h
40+
if exist openssl-1.0.1h rd /s/q openssl-1.0.1h
41+
if not exist openssl-1.0.1i svn export http://svn.python.org/projects/external/openssl-1.0.1i
4142

4243
@rem tcl/tk
4344
if not exist tcl-8.5.15.0 (

0 commit comments

Comments
 (0)