[Python-checkins] bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#2836)
Ned Deily
webhook-mailer at python.org
Mon Jul 24 04:02:33 EDT 2017
https://github.com/python/cpython/commit/8d41de62b9e21090c3a1ccb951ba7034a2b74180
commit: 8d41de62b9e21090c3a1ccb951ba7034a2b74180
branch: 2.7
author: Ned Deily <nad at python.org>
committer: GitHub <noreply at github.com>
date: 2017-07-24T04:02:29-04:00
summary:
bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#2836)
(cherry picked from commit cfcd76777e35c83d548d8736f5d7dc92fe56d806)
files:
M Mac/BuildScript/build-installer.py
M Mac/BuildScript/openssl_sdk_makedepend.patch
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index e8272e7e439..c7b2e8c590b 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -242,9 +242,9 @@ def library_recipes():
result.extend([
dict(
- name="OpenSSL 1.0.2j",
- url="https://www.openssl.org/source/openssl-1.0.2j.tar.gz",
- checksum='96322138f0b69e61b7212bc53d5e912b',
+ name="OpenSSL 1.0.2k",
+ url="https://www.openssl.org/source/openssl-1.0.2k.tar.gz",
+ checksum='f965fc0bf01bf882b31314b61391ae65',
patches=[
"openssl_sdk_makedepend.patch",
],
diff --git a/Mac/BuildScript/openssl_sdk_makedepend.patch b/Mac/BuildScript/openssl_sdk_makedepend.patch
index e22d67e4e45..0caac0a64c1 100644
--- a/Mac/BuildScript/openssl_sdk_makedepend.patch
+++ b/Mac/BuildScript/openssl_sdk_makedepend.patch
@@ -1,6 +1,6 @@
# HG changeset patch
#
-# using openssl 1.0.2j
+# using openssl 1.0.2k
#
# - support building with an OS X SDK
More information about the Python-checkins
mailing list