File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,6 +135,8 @@ Tools/Demos
135135Build
136136-----
137137
138+ - Upgrade Windows library versions: bzip 1.0.6, OpenSSL 1.0.1c.
139+
138140- Issue #14693: Under non-Windows platforms, hashlib's fallback modules are
139141 always compiled, even if OpenSSL is present at build time.
140142
Original file line number Diff line number Diff line change 153153
154154 Unpack into the "dist" directory, retaining the folder name from
155155 the archive - for example, the latest stable OpenSSL will install as
156- dist/openssl-1.0.0j
156+ dist/openssl-1.0.1c
157157
158- You need to use version 1.0.0j of OpenSSL.
158+ You need to use version 1.0.1c of OpenSSL.
159159
160160 You can install the NASM assembler from
161161 http://www.nasm.us/
Original file line number Diff line number Diff line change 5858 />
5959 <UserMacro
6060 Name=" opensslDir"
61- Value=" $(externalsDir)\openssl-1.0.0j "
61+ Value=" $(externalsDir)\openssl-1.0.1c "
6262 />
6363 <UserMacro
6464 Name=" tcltkDir"
Original file line number Diff line number Diff line change 6262 />
6363 <UserMacro
6464 Name=" opensslDir"
65- Value=" $(externalsDir)\openssl-1.0.0j "
65+ Value=" $(externalsDir)\openssl-1.0.1c "
6666 />
6767 <UserMacro
6868 Name=" tcltkDir"
Original file line number Diff line number Diff line change 77 <sqlite3Dir >$(externalsDir)\sqlite-3.7.12</sqlite3Dir >
88 <bz2Dir >$(externalsDir)\bzip2-1.0.6</bz2Dir >
99 <lzmaDir >$(externalsDir)\xz-5.0.3</lzmaDir >
10- <opensslDir >$(externalsDir)\openssl-1.0.0j </opensslDir >
10+ <opensslDir >$(externalsDir)\openssl-1.0.1c </opensslDir >
1111 <tcltkDir >$(externalsDir)\tcltk</tcltkDir >
1212 <tcltk64Dir >$(externalsDir)\tcltk64</tcltk64Dir >
1313 <tcltkLib >$(tcltkDir)\lib\tcl85.lib;$(tcltkDir)\lib\tk85.lib</tcltkLib >
Original file line number Diff line number Diff line change 148148
149149 Get the source code through
150150
151- svn export http://svn.python.org/projects/external/openssl-1.0.0j
151+ svn export http://svn.python.org/projects/external/openssl-1.0.1c
152152
153153 ** NOTE: if you use the Tools\buildbot\external(-amd64).bat approach for
154154 obtaining external sources then you don't need to manually get the source
Original file line number Diff line number Diff line change 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-1.0.0j rd /s/q openssl-1.0.0j
17+ @ rem if exist openssl-1.0.1c rd /s/q openssl-1.0.1c
1818@ rem if exist sqlite-3.7.12 rd /s/q sqlite-3.7.12
1919
2020@ rem bzip
@@ -24,7 +24,10 @@ if not exist bzip2-1.0.6 (
2424)
2525
2626@ rem OpenSSL
27- if not exist openssl-1.0.0j svn export http://svn.python.org/projects/external/openssl-1.0.0j
27+ if not exist openssl-1.0.0c (
28+ rd /s/q openssl-1.0.0j
29+ svn export http://svn.python.org/projects/external/openssl-1.0.0c
30+ )
2831
2932@ rem tcl/tk
3033if not exist tcl-8.5.11.0 (
You can’t perform that action at this time.
0 commit comments