FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Issue #28248: Update Windows build to use OpenSSL 1.0.2j · python/cpython@8fb09ad · GitHub

/ cpython Public

Commit 8fb09ad

Browse files
committed
Issue #28248: Update Windows build to use OpenSSL 1.0.2j
1 parent 829d4fb commit 8fb09ad

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

‎Misc/NEWS‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ Tests
230230
Build
231231
-----
232232

233+
- Issue #28248: Update Windows build to use OpenSSL 1.0.2j.
234+
233235
- Issue #28258: Fixed build with Estonian locale (distclean target in
234236
Makefile). Patch by Arfrever Frehtes Taifersar Arahesis.
235237

‎PC/VS9.0/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.2h"
85+
Value="$(externalsDir)\openssl-1.0.2j"
8686
/>
8787
<UserMacro
8888
Name="tcltkDir"

‎PC/VS9.0/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-1.0.2h
135+
svn export http://svn.python.org/projects/external/openssl-1.0.2j
136136

137137
** NOTE: if you use the PCbuild\get_externals.bat approach for
138138
obtaining external sources then you don't need to manually get the source

‎PCbuild/get_externals.bat‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ set libraries=
5858
set libraries=%libraries% bzip2-1.0.6
5959
if NOT "%IncludeBsddb%"=="false" set libraries=%libraries% db-4.7.25.0
6060
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% nasm-2.11.06
61-
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2h
61+
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2j
6262
set libraries=%libraries% sqlite-3.8.11.0
6363
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-8.5.15.0
6464
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.5.15.0

‎PCbuild/python.props‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<sqlite3Dir>$(ExternalsDir)sqlite-3.8.11.0\</sqlite3Dir>
3636
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
3737
<bsddbDir>$(ExternalsDir)db-4.7.25.0</bsddbDir>
38-
<opensslDir>$(ExternalsDir)openssl-1.0.2h\</opensslDir>
38+
<opensslDir>$(ExternalsDir)openssl-1.0.2j\</opensslDir>
3939
<opensslIncludeDir>$(opensslDir)include32</opensslIncludeDir>
4040
<opensslIncludeDir Condition="'$(ArchName)' == 'amd64'">$(opensslDir)include64</opensslIncludeDir>
4141
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>

‎PCbuild/readme.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ _bz2
183183
Homepage:
184184
http://www.bzip.org/
185185
_ssl
186-
Python wrapper for version 1.0.2h of the OpenSSL secure sockets
186+
Python wrapper for version 1.0.2j of the OpenSSL secure sockets
187187
library, which is built by ssl.vcxproj
188188
Homepage:
189189
http://www.openssl.org/

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL