Skip to content

Commit 76215a4

Browse files
authored
bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (pythonGH-6408)
1 parent 70c4446 commit 76215a4

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
@@ -210,9 +210,9 @@ def library_recipes():
210210

211211
result.extend([
212212
dict(
213-
name="OpenSSL 1.0.2n",
214-
url="https://www.openssl.org/source/openssl-1.0.2n.tar.gz",
215-
checksum='13bdc1b1d1ff39b6fd42a255e74676a4',
213+
name="OpenSSL 1.0.2o",
214+
url="https://www.openssl.org/source/openssl-1.0.2o.tar.gz",
215+
checksum='44279b8557c3247cbe324e2322ecd114',
216216
buildrecipe=build_universal_openssl,
217217
configure=None,
218218
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)