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
0454d48e
Commit
0454d48e
authored
Jul 03, 2015
by
Ned Deily
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
parent
a09ef038
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
Mac/BuildScript/build-installer.py
Mac/BuildScript/build-installer.py
+3
-3
Mac/BuildScript/openssl_sdk_makedepend.patch
Mac/BuildScript/openssl_sdk_makedepend.patch
+1
-1
Misc/NEWS
Misc/NEWS
+2
-4
No files found.
Mac/BuildScript/build-installer.py
View file @
0454d48e
...
...
@@ -237,9 +237,9 @@ def library_recipes():
result
.
extend
([
dict
(
name
=
"OpenSSL 1.0.2
a
"
,
url
=
"https://www.openssl.org/source/openssl-1.0.2
a
.tar.gz"
,
checksum
=
'
a06c547dac9044161a477211049f60ef
'
,
name
=
"OpenSSL 1.0.2
c
"
,
url
=
"https://www.openssl.org/source/openssl-1.0.2
c
.tar.gz"
,
checksum
=
'
8c8d81a9ae7005276e486702edbcd4b6
'
,
patches
=
[
"openssl_sdk_makedepend.patch"
,
],
...
...
Mac/BuildScript/openssl_sdk_makedepend.patch
View file @
0454d48e
...
...
@@ -2,7 +2,7 @@
#
Parent 25a9af415e8c3faf591c360d5f0e361d049b2b43
#
openssl_sdk_makedepend.patch
#
# using openssl 1.0.2
a
# using openssl 1.0.2
c
#
# - support building with an OS X SDK
#
- allow "make depend" to use compilers with names other than "gcc"
...
...
Misc/NEWS
View file @
0454d48e
...
...
@@ -340,10 +340,8 @@ Build
- Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
the resulting executable faster.
- Issue #23686: Update OS X 10.5 installer and Windows builds to use
OpenSSL 1.0.2a.
- Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
- Issue #24432: Update Windows builds and OS X 10.5 installer to use OpenSSL
1.0.2c.
C API
-----
...
...
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