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
e351fe24
Commit
e351fe24
authored
Sep 11, 2018
by
Steve Dower
Committed by
Miss Islington (bot)
Sep 11, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[2.7] bpo-34405: Updated to OpenSSL 1.0.2p for Windows builds. (GH-8776) (GH-9202)
https://bugs.python.org/issue34405
parent
aa02ab15
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
Misc/NEWS.d/next/Security/2018-08-15-12-14-03.bpo-34405.R4IZGw.rst
....d/next/Security/2018-08-15-12-14-03.bpo-34405.R4IZGw.rst
+1
-0
PCbuild/get_externals.bat
PCbuild/get_externals.bat
+1
-1
PCbuild/python.props
PCbuild/python.props
+1
-1
No files found.
Misc/NEWS.d/next/Security/2018-08-15-12-14-03.bpo-34405.R4IZGw.rst
0 → 100644
View file @
e351fe24
Updated to OpenSSL 1.0.2p for Windows builds.
\ No newline at end of file
PCbuild/get_externals.bat
View file @
e351fe24
...
...
@@ -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
o
if
NOT
"
%IncludeSSL%
"
==
"false"
set
libraries
=
%libraries%
openssl
-
1
.0.2
p
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 @
e351fe24
...
...
@@ -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
o
\
</opensslDir>
<opensslDir>
$(ExternalsDir)openssl-1.0.2
p
\
</opensslDir>
<opensslIncludeDir>
$(opensslDir)include32
</opensslIncludeDir>
<opensslIncludeDir
Condition=
"'$(ArchName)' == 'amd64'"
>
$(opensslDir)include64
</opensslIncludeDir>
<nasmDir>
$(ExternalsDir)\nasm-2.11.06\
</nasmDir>
...
...
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