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
cfcd7677
Commit
cfcd7677
authored
8 years ago
by
Ned Deily
Committed by
GitHub
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457)
parent
7cd9b22e
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
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
No files found.
Mac/BuildScript/build-installer.py
View file @
cfcd7677
...
...
@@ -213,9 +213,9 @@ def library_recipes():
result
.
extend
([
dict
(
name
=
"OpenSSL 1.0.2
j
"
,
url
=
"https://www.openssl.org/source/openssl-1.0.2
j
.tar.gz"
,
checksum
=
'
96322138f0b69e61b7212bc53d5e912b
'
,
name
=
"OpenSSL 1.0.2
k
"
,
url
=
"https://www.openssl.org/source/openssl-1.0.2
k
.tar.gz"
,
checksum
=
'
f965fc0bf01bf882b31314b61391ae65
'
,
patches
=
[
"openssl_sdk_makedepend.patch"
,
],
...
...
This diff is collapsed.
Click to expand it.
Mac/BuildScript/openssl_sdk_makedepend.patch
View file @
cfcd7677
#
HG changeset patch
#
# using openssl 1.0.2
j
# using openssl 1.0.2
k
#
# - support building with an OS X SDK
...
...
This diff is collapsed.
Click to expand it.
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