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
b405752d
Commit
b405752d
authored
Apr 07, 2018
by
Ned Deily
Committed by
GitHub
Apr 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407)
parent
ef5ce884
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Mac/BuildScript/build-installer.py
Mac/BuildScript/build-installer.py
+3
-3
Misc/NEWS.d/next/macOS/2018-04-07-00-51-34.bpo-33184.3j208P.rst
...EWS.d/next/macOS/2018-04-07-00-51-34.bpo-33184.3j208P.rst
+1
-0
No files found.
Mac/BuildScript/build-installer.py
View file @
b405752d
...
...
@@ -215,9 +215,9 @@ def library_recipes():
result
.
extend
([
dict
(
name
=
"OpenSSL 1.1.0
g
"
,
url
=
"https://www.openssl.org/source/openssl-1.1.0
g
.tar.gz"
,
checksum
=
'
ba5f1b8b835b88cadbce9b35ed9531a6
'
,
name
=
"OpenSSL 1.1.0
h
"
,
url
=
"https://www.openssl.org/source/openssl-1.1.0
h
.tar.gz"
,
checksum
=
'
5271477e4d93f4ea032b665ef095ff24
'
,
buildrecipe
=
build_universal_openssl
,
configure
=
None
,
install
=
None
,
...
...
Misc/NEWS.d/next/macOS/2018-04-07-00-51-34.bpo-33184.3j208P.rst
0 → 100644
View file @
b405752d
Update macOS installer build to use OpenSSL 1.1.0h.
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