[Python-checkins] bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408)

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


https://github.com/python/cpython/commit/76215a4481191b648de522a4e2120f60822f6b9c
commit: 76215a4481191b648de522a4e2120f60822f6b9c
branch: 3.6
author: Ned Deily <nad at python.org>
committer: GitHub <noreply at github.com>
date: 2018年04月07日T03:04:03-04:00
summary:
bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408)
files:
A Misc/NEWS.d/next/macOS/2018-04-07-00-58-50.bpo-33184.rMTiqu.rst
M Mac/BuildScript/build-installer.py
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index c33737e9d042..ef81bc147e21 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -210,9 +210,9 @@ def library_recipes():
 
 result.extend([
 dict(
- name="OpenSSL 1.0.2n",
- url="https://www.openssl.org/source/openssl-1.0.2n.tar.gz",
- checksum='13bdc1b1d1ff39b6fd42a255e74676a4',
+ name="OpenSSL 1.0.2o",
+ url="https://www.openssl.org/source/openssl-1.0.2o.tar.gz",
+ checksum='44279b8557c3247cbe324e2322ecd114',
 buildrecipe=build_universal_openssl,
 configure=None,
 install=None,
diff --git a/Misc/NEWS.d/next/macOS/2018-04-07-00-58-50.bpo-33184.rMTiqu.rst b/Misc/NEWS.d/next/macOS/2018-04-07-00-58-50.bpo-33184.rMTiqu.rst
new file mode 100644
index 000000000000..9840dc937220
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2018-04-07-00-58-50.bpo-33184.rMTiqu.rst
@@ -0,0 +1 @@
+Update macOS installer build to use OpenSSL 1.0.2o.


More information about the Python-checkins mailing list

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