[Python-checkins] bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407)

Ned Deily webhook-mailer at python.org
Sat Apr 7 02:36:06 EDT 2018


https://github.com/python/cpython/commit/b405752dab95fa5dc65a19d94e798844d0378c61
commit: b405752dab95fa5dc65a19d94e798844d0378c61
branch: master
author: Ned Deily <nad at python.org>
committer: GitHub <noreply at github.com>
date: 2018年04月07日T02:36:02-04:00
summary:
bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407)
files:
A Misc/NEWS.d/next/macOS/2018-04-07-00-51-34.bpo-33184.3j208P.rst
M Mac/BuildScript/build-installer.py
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index d2e88d896cee..68868d97a65c 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -215,9 +215,9 @@ def library_recipes():
 
 result.extend([
 dict(
- name="OpenSSL 1.1.0g",
- url="https://www.openssl.org/source/openssl-1.1.0g.tar.gz",
- checksum='ba5f1b8b835b88cadbce9b35ed9531a6',
+ name="OpenSSL 1.1.0h",
+ url="https://www.openssl.org/source/openssl-1.1.0h.tar.gz",
+ checksum='5271477e4d93f4ea032b665ef095ff24',
 buildrecipe=build_universal_openssl,
 configure=None,
 install=None,
diff --git a/Misc/NEWS.d/next/macOS/2018-04-07-00-51-34.bpo-33184.3j208P.rst b/Misc/NEWS.d/next/macOS/2018-04-07-00-51-34.bpo-33184.3j208P.rst
new file mode 100644
index 000000000000..03308ed6a72b
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2018-04-07-00-51-34.bpo-33184.3j208P.rst
@@ -0,0 +1 @@
+Update macOS installer build to use OpenSSL 1.1.0h.


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /