Skip to content

Commit 01a0fd4

Browse files
[2.7] bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408) (GH-6471)
(cherry picked from commit 76215a4) Co-authored-by: Ned Deily <[email protected]>
1 parent 93c91ac commit 01a0fd4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ def library_recipes():
211211

212212
result.extend([
213213
dict(
214-
name="OpenSSL 1.0.2n",
215-
url="https://www.openssl.org/source/openssl-1.0.2n.tar.gz",
216-
checksum='13bdc1b1d1ff39b6fd42a255e74676a4',
214+
name="OpenSSL 1.0.2o",
215+
url="https://www.openssl.org/source/openssl-1.0.2o.tar.gz",
216+
checksum='44279b8557c3247cbe324e2322ecd114',
217217
buildrecipe=build_universal_openssl,
218218
configure=None,
219219
install=None,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer build to use OpenSSL 1.0.2o.

0 commit comments

Comments
 (0)