mirror of
https://github.com/python/cpython.git
synced 2025-11-23 11:57:09 +00:00
(cherry picked from commit cfcd76777e)
This commit is contained in:
parent
5ddddb166d
commit
343d48379c
2 changed files with 4 additions and 4 deletions
|
|
@ -213,9 +213,9 @@ def library_recipes():
|
||||||
|
|
||||||
result.extend([
|
result.extend([
|
||||||
dict(
|
dict(
|
||||||
name="OpenSSL 1.0.2j",
|
name="OpenSSL 1.0.2k",
|
||||||
url="https://www.openssl.org/source/openssl-1.0.2j.tar.gz",
|
url="https://www.openssl.org/source/openssl-1.0.2k.tar.gz",
|
||||||
checksum='96322138f0b69e61b7212bc53d5e912b',
|
checksum='f965fc0bf01bf882b31314b61391ae65',
|
||||||
patches=[
|
patches=[
|
||||||
"openssl_sdk_makedepend.patch",
|
"openssl_sdk_makedepend.patch",
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# HG changeset patch
|
# HG changeset patch
|
||||||
#
|
#
|
||||||
# using openssl 1.0.2j
|
# using openssl 1.0.2k
|
||||||
#
|
#
|
||||||
# - support building with an OS X SDK
|
# - support building with an OS X SDK
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue