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

Skip to content

Commit e5692cd

Browse files
committed
Merged revisions 76990-76991 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r76990 | martin.v.loewis | 2009-12-21 20:27:15 +0100 (Mo, 21 Dez 2009) | 1 line Switch to OpenSSL 0.9.8l. ........ r76991 | martin.v.loewis | 2009-12-21 20:29:59 +0100 (Mo, 21 Dez 2009) | 1 line Add NEWS for OpenSSL changes. ........
1 parent b90535f commit e5692cd

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,8 @@ Extension Modules
490490
Build
491491
-----
492492

493+
- Switch to OpenSSL 0.9.8l on Windows.
494+
493495
- Issue #5792: Extend the short float repr support to x86 systems using
494496
icc or suncc.
495497

PCbuild/pyproject.vsprops

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
/>
5959
<UserMacro
6060
Name="opensslDir"
61-
Value="$(externalsDir)\openssl-0.9.8g"
61+
Value="$(externalsDir)\openssl-0.9.8l"
6262
/>
6363
<UserMacro
6464
Name="tcltkDir"

PCbuild/readme.txt

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

140140
Get the source code through
141141

142-
svn export http://svn.python.org/projects/external/openssl-0.9.8g
142+
svn export http://svn.python.org/projects/external/openssl-0.9.8l
143143

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

Tools/buildbot/external-common.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cd ..
1414
@rem if exist tk8.4.16 rd /s/q tk8.4.16
1515
@rem if exist tk-8.4.18.1 rd /s/q tk-8.4.18.1
1616
@rem if exist db-4.4.20 rd /s/q db-4.4.20
17-
@rem if exist openssl-0.9.8g rd /s/q openssl-0.9.8g
17+
@rem if exist openssl-0.9.8l rd /s/q openssl-0.9.8l
1818
@rem if exist sqlite-3.5.9 rd /s/q sqlite-3.5.9
1919

2020
@rem bzip
@@ -27,7 +27,7 @@ if not exist bzip2-1.0.5 (
2727
if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4.20-vs9 db-4.4.20
2828

2929
@rem OpenSSL
30-
if not exist openssl-0.9.8g svn export http://svn.python.org/projects/external/openssl-0.9.8g
30+
if not exist openssl-0.9.8l svn export http://svn.python.org/projects/external/openssl-0.9.8l
3131

3232
@rem tcl/tk
3333
if not exist tcl-8.5.2.1 (

0 commit comments

Comments
 (0)