Skip to content

Commit 24e0469

Browse files
authored
bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (#4715)
1 parent 8837dd0 commit 24e0469

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Mac/BuildScript/build-installer.py

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

214214
result.extend([
215215
dict(
216-
name="OpenSSL 1.0.2k",
217-
url="https://www.openssl.org/source/openssl-1.0.2k.tar.gz",
218-
checksum='f965fc0bf01bf882b31314b61391ae65',
216+
name="OpenSSL 1.0.2m",
217+
url="https://www.openssl.org/source/openssl-1.0.2m.tar.gz",
218+
checksum='10e9e37f492094b9ef296f68f24a7666',
219219
patches=[
220220
"openssl_sdk_makedepend.patch",
221221
],
@@ -845,7 +845,6 @@ def build_openssl_arch(archbase, arch):
845845
"enable-tlsext",
846846
"no-ssl2",
847847
"no-ssl3",
848-
"no-ssl3-method",
849848
# "enable-unit-test",
850849
"shared",
851850
"--install_prefix=%s"%shellQuote(archbase),
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to use OpenSSL 1.0.2m

0 commit comments

Comments
 (0)