summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-06-18 10:48:53 (GMT)
committerGitHub <noreply@github.com>2019-06-18 10:48:53 (GMT)
commita5b1b222077870f194ca7c8c0326eeda014f0452 (patch)
treed6ce6b78d89c2843fe33c0217ec71ed64c9df966
parent373dace8d7ee5107cb38cd2e4fa5fd67dcad42dd (diff)
downloadcpython-a5b1b222077870f194ca7c8c0326eeda014f0452.zip
cpython-a5b1b222077870f194ca7c8c0326eeda014f0452.tar.gz
cpython-a5b1b222077870f194ca7c8c0326eeda014f0452.tar.bz2
bpo-34631: Updated OpenSSL to 1.0.2s in macOS installer. (GH-14198)
-rwxr-xr-xMac/BuildScript/build-installer.py6
-rw-r--r--Misc/NEWS.d/next/macOS/2019-06-18-05-39-01.bpo-34631.StdZhE.rst1
2 files changed, 4 insertions, 3 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 58d7984..e24d28e 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -213,9 +213,9 @@ def library_recipes():
result.extend([
dict(
- name="OpenSSL 1.0.2q",
- url="https://www.openssl.org/source/openssl-1.0.2q.tar.gz",
- checksum='7563e1ce046cb21948eeb6ba1a0eb71c',
+ name="OpenSSL 1.0.2s",
+ url="https://www.openssl.org/source/openssl-1.0.2s.tar.gz",
+ checksum='98ec4e085962689b91d25e1dcdfc14a2',
buildrecipe=build_universal_openssl,
configure=None,
install=None,
diff --git a/Misc/NEWS.d/next/macOS/2019-06-18-05-39-01.bpo-34631.StdZhE.rst b/Misc/NEWS.d/next/macOS/2019-06-18-05-39-01.bpo-34631.StdZhE.rst
new file mode 100644
index 0000000..2b62a46
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2019-06-18-05-39-01.bpo-34631.StdZhE.rst
@@ -0,0 +1 @@
+Updated OpenSSL to 1.0.2s in macOS installer.