]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-34631: Updated OpenSSL to 1.0.2s in macOS installer. (GH-14198)
authorNed Deily <nad@python.org>
Tue, 18 Jun 2019 10:48:53 +0000 (06:48 -0400)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2019 10:48:53 +0000 (06:48 -0400)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2019-06-18-05-39-01.bpo-34631.StdZhE.rst [new file with mode: 0644]

index 58d7984764888798dd1a61c365a31867b7ab4ba1..e24d28e97e9e7ae6b8e2b12ad5a4a1ae0ea83314 100755 (executable)
@@ -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 (file)
index 0000000..2b62a46
--- /dev/null
@@ -0,0 +1 @@
+Updated OpenSSL to 1.0.2s in macOS installer.