Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
d8e3a8af
Commit
d8e3a8af
authored
Jun 17, 2019
by
Steve Dower
Committed by
GitHub
Jun 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-34631: Updated OpenSSL to 1.0.2s in Windows installer (GH-14161)
parent
722733e9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
Misc/NEWS.d/next/Security/2019-06-17-08-43-19.bpo-34631.pJ8CGR.rst
....d/next/Security/2019-06-17-08-43-19.bpo-34631.pJ8CGR.rst
+1
-0
PCbuild/get_externals.bat
PCbuild/get_externals.bat
+1
-1
PCbuild/python.props
PCbuild/python.props
+1
-1
PCbuild/readme.txt
PCbuild/readme.txt
+1
-1
No files found.
Misc/NEWS.d/next/Security/2019-06-17-08-43-19.bpo-34631.pJ8CGR.rst
0 → 100644
View file @
d8e3a8af
Updated OpenSSL to 1.0.2s in Windows installer
PCbuild/get_externals.bat
View file @
d8e3a8af
...
...
@@ -47,7 +47,7 @@ rem files in both this dir and PC\VS9.0
set
libraries
=
set
libraries
=
%libraries%
bzip2
-
1
.0.6
if
NOT
"
%IncludeBsddb%
"
==
"false"
set
libraries
=
%libraries%
bsddb
-
4
.7.25.0
if
NOT
"
%IncludeSSL%
"
==
"false"
set
libraries
=
%libraries%
openssl
-
1
.0.2
q
if
NOT
"
%IncludeSSL%
"
==
"false"
set
libraries
=
%libraries%
openssl
-
1
.0.2
s
set
libraries
=
%libraries%
sqlite
-
3
.14.2.0
if
NOT
"
%IncludeTkinter%
"
==
"false"
set
libraries
=
%libraries%
tcl
-
8
.5.19.0
if
NOT
"
%IncludeTkinter%
"
==
"false"
set
libraries
=
%libraries%
tk
-
8
.5.19.0
...
...
PCbuild/python.props
View file @
d8e3a8af
...
...
@@ -35,7 +35,7 @@
<sqlite3Dir>
$(ExternalsDir)sqlite-3.14.2.0\
</sqlite3Dir>
<bz2Dir>
$(ExternalsDir)bzip2-1.0.6\
</bz2Dir>
<bsddbDir>
$(ExternalsDir)bsddb-4.7.25.0
</bsddbDir>
<opensslDir>
$(ExternalsDir)openssl-1.0.2
q
\
</opensslDir>
<opensslDir>
$(ExternalsDir)openssl-1.0.2
s
\
</opensslDir>
<opensslIncludeDir>
$(opensslDir)include32
</opensslIncludeDir>
<opensslIncludeDir
Condition=
"'$(ArchName)' == 'amd64'"
>
$(opensslDir)include64
</opensslIncludeDir>
<nasmDir>
$(ExternalsDir)\nasm-2.11.06\
</nasmDir>
...
...
PCbuild/readme.txt
View file @
d8e3a8af
...
...
@@ -192,7 +192,7 @@ _bz2
Homepage:
http://www.bzip.org/
_ssl
Python wrapper for version 1.0.2
o
of the OpenSSL secure sockets
Python wrapper for version 1.0.2
s
of the OpenSSL secure sockets
library, which is built by ssl.vcxproj
Homepage:
http://www.openssl.org/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment