]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)
authorNed Deily <nad@python.org>
Wed, 22 Apr 2020 02:41:33 +0000 (22:41 -0400)
committerGitHub <noreply@github.com>
Wed, 22 Apr 2020 02:41:33 +0000 (22:41 -0400)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2020-04-21-19-46-35.bpo-40164.6HA6IC.rst [new file with mode: 0644]

index 0d69c04ba26b241b4c3535da2ea0759b056859a6..956d94407a18ec30bded9b38ff9b1285a6668c2f 100755 (executable)
@@ -215,9 +215,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              name="OpenSSL 1.1.1d",
-              url="https://www.openssl.org/source/openssl-1.1.1d.tar.gz",
-              checksum='3be209000dbc7e1b95bcdf47980a3baa',
+              name="OpenSSL 1.1.1g",
+              url="https://www.openssl.org/source/openssl-1.1.1g.tar.gz",
+              checksum='76766e98997660138cdaf13a187bd234',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2020-04-21-19-46-35.bpo-40164.6HA6IC.rst b/Misc/NEWS.d/next/macOS/2020-04-21-19-46-35.bpo-40164.6HA6IC.rst
new file mode 100644 (file)
index 0000000..05c5681
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer builds to use OpenSSL 1.1.1g.