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
704dde19
Commit
704dde19
authored
Jul 03, 2015
by
Ned Deily
Browse files
Options
Browse Files
Download
Plain Diff
Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
parents
f92673c2
0454d48e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
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
-1
No files found.
Mac/BuildScript/build-installer.py
View file @
704dde19
...
...
@@ -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 @
704dde19
...
...
@@ -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 @
704dde19
...
...
@@ -103,7 +103,8 @@ Documentation
Build
-----
-
Issue
#
24432
:
Update
Windows
builds
to
use
OpenSSL
1.0.2
c
.
-
Issue
#
24432
:
Update
Windows
builds
and
OS
X
10.5
installer
to
use
OpenSSL
1.0.2
c
.
What
's New in Python 3.5.0 beta 2?
...
...
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