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
19e455f9
Commit
19e455f9
authored
Aug 06, 2014
by
Zachary Ware
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.
parent
906091b5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
Misc/NEWS
Misc/NEWS
+5
-0
PCbuild/pyproject.vsprops
PCbuild/pyproject.vsprops
+1
-1
Tools/buildbot/external-common.bat
Tools/buildbot/external-common.bat
+3
-2
No files found.
Misc/NEWS
View file @
19e455f9
...
...
@@ -89,6 +89,11 @@ Build
- Issue #15759: "
make
suspicious
", "
make
linkcheck
" and "
make
doctest
" in Doc/
now display special message when and only when there are failures.
Windows
-------
- Issue #22160: The bundled version of OpenSSL has been updated to 1.0.1i.
What's New in Python 2.7.8?
===========================
...
...
PCbuild/pyproject.vsprops
View file @
19e455f9
...
...
@@ -82,7 +82,7 @@
/>
<UserMacro
Name=
"opensslDir"
Value=
"$(externalsDir)\openssl-1.0.1
h
"
Value=
"$(externalsDir)\openssl-1.0.1
i
"
/>
<UserMacro
Name=
"tcltkDir"
...
...
Tools/buildbot/external-common.bat
View file @
19e455f9
...
...
@@ -23,6 +23,7 @@ cd ..
@rem
if
exist
openssl
-
0
.9.8y
rd
/s/q
openssl
-
0
.9.8y
@rem
if
exist
openssl
-
1
.0.1g
rd
/s/q
openssl
-
1
.0.1g
@rem
if
exist
openssl
-
1
.0.1h
rd
/s/q
openssl
-
1
.0.1h
@rem
if
exist
openssl
-
1
.0.1i
rd
/s/q
openssl
-
1
.0.1i
@rem
if
exist
sqlite
-
3
.6.21
rd
/s/q
sqlite
-
3
.6.21
@rem
bzip
...
...
@@ -36,8 +37,8 @@ if exist db-4.4.20 rd /s/q db-4.4.20
if
not
exist
db
-
4
.7.25.0
svn
export
http
://svn.python.org/projects/external/db
-
4
.7.25.0
@rem
OpenSSL
if
exist
openssl
-
1
.0.1
g
rd
/s/q
openssl
-
1
.0.1g
if
not
exist
openssl
-
1
.0.1
h
svn
export
http
://svn.python.org/projects/external/openssl
-
1
.0.1h
if
exist
openssl
-
1
.0.1
h
rd
/s/q
openssl
-
1
.0.1h
if
not
exist
openssl
-
1
.0.1
i
svn
export
http
://svn.python.org/projects/external/openssl
-
1
.0.1i
@rem
tcl
/tk
if
not
exist
tcl
-
8
.5.15.0
(
...
...
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