bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (#4715)
This commit is contained in:
parent
8837dd092f
commit
24e046987b
|
@ -213,9 +213,9 @@ def library_recipes():
|
||||||
|
|
||||||
result.extend([
|
result.extend([
|
||||||
dict(
|
dict(
|
||||||
name="OpenSSL 1.0.2k",
|
name="OpenSSL 1.0.2m",
|
||||||
url="https://www.openssl.org/source/openssl-1.0.2k.tar.gz",
|
url="https://www.openssl.org/source/openssl-1.0.2m.tar.gz",
|
||||||
checksum='f965fc0bf01bf882b31314b61391ae65',
|
checksum='10e9e37f492094b9ef296f68f24a7666',
|
||||||
patches=[
|
patches=[
|
||||||
"openssl_sdk_makedepend.patch",
|
"openssl_sdk_makedepend.patch",
|
||||||
],
|
],
|
||||||
|
@ -845,7 +845,6 @@ def build_universal_openssl(basedir, archList):
|
||||||
"enable-tlsext",
|
"enable-tlsext",
|
||||||
"no-ssl2",
|
"no-ssl2",
|
||||||
"no-ssl3",
|
"no-ssl3",
|
||||||
"no-ssl3-method",
|
|
||||||
# "enable-unit-test",
|
# "enable-unit-test",
|
||||||
"shared",
|
"shared",
|
||||||
"--install_prefix=%s"%shellQuote(archbase),
|
"--install_prefix=%s"%shellQuote(archbase),
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Update macOS installer to use OpenSSL 1.0.2m
|
Loading…
Reference in New Issue