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

Skip to content

Commit baa6d3a

Browse files
committed
Issue #22644: Update the Windows build to OpenSSL 1.0.1j
1 parent be16d68 commit baa6d3a

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

Misc/NEWS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
+++++++++++
1+
+++++++++++
22
Python News
33
+++++++++++
44

@@ -90,6 +90,10 @@ Build
9090

9191
- Issue #17219: Add library build dir for Python extension cross-builds.
9292

93+
Windows
94+
-------
95+
96+
- Issue #22644: The bundled version of OpenSSL has been updated to 1.0.1j.
9397

9498
What's New in Python 3.4.2?
9599
===========================

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
<tcltkDir>$(externalsDir)\tcltk</tcltkDir>
2525
<tcltk64Dir>$(externalsDir)\tcltk64</tcltk64Dir>
2626
<tcltkLib>$(tcltkDir)\lib\tcl86t.lib;$(tcltkDir)\lib\tk86t.lib</tcltkLib>

Tools/buildbot/external-common.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd ..
1111
@rem if exist tk-8.6.1.0 rd /s/q tk-8.6.1.0
1212
@rem if exist tix-8.4.3.4 rd /s/q tix-8.4.3.4
1313
@rem if exist db-4.4.20 rd /s/q db-4.4.20
14-
@rem if exist openssl-1.0.1i rd /s/q openssl-1.0.1i
14+
@rem if exist openssl-1.0.1j rd /s/q openssl-1.0.1j
1515
@rem if exist sqlite-3.7.12 rd /s/q sqlite-3.7.12
1616

1717
@rem bzip
@@ -21,9 +21,9 @@ if not exist bzip2-1.0.6 (
2121
)
2222

2323
@rem OpenSSL
24-
if not exist openssl-1.0.1i (
25-
rd /s/q openssl-1.0.1h
26-
svn export http://svn.python.org/projects/external/openssl-1.0.1i
24+
if not exist openssl-1.0.1j (
25+
rd /s/q openssl-1.0.1i
26+
svn export http://svn.python.org/projects/external/openssl-1.0.1j
2727
)
2828

2929
@rem tcl/tk

0 commit comments

Comments
 (0)