Skip to content

Commit 7450ebc

Browse files
committed
Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h
1 parent cb4636e commit 7450ebc

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

Misc/NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ Tests
7373

7474
- Issue #20635: Added tests for Tk geometry managers.
7575

76+
Windows
77+
-------
78+
79+
- Issue #21671, CVE-2014-0224: The bundled version of OpenSSL has been
80+
updated to 1.0.1h.
81+
7682
What's New in Python 2.7.7
7783
==========================
7884

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.1g"
85+
Value="$(externalsDir)\openssl-1.0.1h"
8686
/>
8787
<UserMacro
8888
Name="tcltkDir"

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ _ssl
132132

133133
Get the source code through
134134

135-
svn export http://svn.python.org/projects/external/openssl-0.9.8y
135+
svn export http://svn.python.org/projects/external/openssl-1.0.1h
136136

137137
** NOTE: if you use the Tools\buildbot\external(-amd64).bat approach for
138138
obtaining external sources then you don't need to manually get the source

Tools/buildbot/external-common.bat

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ cd ..
2121
@rem if exist db-4.7.25.0 rd /s/q db-4.7.25.0
2222
@rem if exist openssl-0.9.8y rd /s/q openssl-0.9.8y
2323
@rem if exist openssl-1.0.1g rd /s/q openssl-1.0.1g
24+
@rem if exist openssl-1.0.1h rd /s/q openssl-1.0.1h
2425
@rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
2526

2627
@rem bzip
@@ -34,8 +35,8 @@ if exist db-4.4.20 rd /s/q db-4.4.20
3435
if not exist db-4.7.25.0 svn export http://svn.python.org/projects/external/db-4.7.25.0
3536

3637
@rem OpenSSL
37-
if exist openssl-0.9.8y rd /s/q openssl-0.9.8y
38-
if not exist openssl-1.0.1g svn export http://svn.python.org/projects/external/openssl-1.0.1g
38+
if exist openssl-1.0.1g rd /s/q openssl-1.0.1g
39+
if not exist openssl-1.0.1h svn export http://svn.python.org/projects/external/openssl-1.0.1h
3940

4041
@rem tcl/tk
4142
if not exist tcl-8.5.15.0 (

0 commit comments

Comments
 (0)