Skip to content

Commit

Permalink
bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (python#4715)
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily authored Dec 5, 2017
1 parent 8837dd0 commit 24e0469
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ def library_recipes():

result.extend([
dict(
name="OpenSSL 1.0.2k",
url="https://www.openssl.org/source/openssl-1.0.2k.tar.gz",
checksum='f965fc0bf01bf882b31314b61391ae65',
name="OpenSSL 1.0.2m",
url="https://www.openssl.org/source/openssl-1.0.2m.tar.gz",
checksum='10e9e37f492094b9ef296f68f24a7666',
patches=[
"openssl_sdk_makedepend.patch",
],
Expand Down Expand Up @@ -845,7 +845,6 @@ def build_openssl_arch(archbase, arch):
"enable-tlsext",
"no-ssl2",
"no-ssl3",
"no-ssl3-method",
# "enable-unit-test",
"shared",
"--install_prefix=%s"%shellQuote(archbase),
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update macOS installer to use OpenSSL 1.0.2m

0 comments on commit 24e0469

Please sign in to comment.