mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Issue #24432: merge from 3.5
This commit is contained in:
commit
a84e1e929f
3 changed files with 6 additions and 5 deletions
|
@ -237,9 +237,9 @@ def library_recipes():
|
||||||
|
|
||||||
result.extend([
|
result.extend([
|
||||||
dict(
|
dict(
|
||||||
name="OpenSSL 1.0.2a",
|
name="OpenSSL 1.0.2c",
|
||||||
url="https://www.openssl.org/source/openssl-1.0.2a.tar.gz",
|
url="https://www.openssl.org/source/openssl-1.0.2c.tar.gz",
|
||||||
checksum='a06c547dac9044161a477211049f60ef',
|
checksum='8c8d81a9ae7005276e486702edbcd4b6',
|
||||||
patches=[
|
patches=[
|
||||||
"openssl_sdk_makedepend.patch",
|
"openssl_sdk_makedepend.patch",
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Parent 25a9af415e8c3faf591c360d5f0e361d049b2b43
|
# Parent 25a9af415e8c3faf591c360d5f0e361d049b2b43
|
||||||
# openssl_sdk_makedepend.patch
|
# openssl_sdk_makedepend.patch
|
||||||
#
|
#
|
||||||
# using openssl 1.0.2a
|
# using openssl 1.0.2c
|
||||||
#
|
#
|
||||||
# - support building with an OS X SDK
|
# - support building with an OS X SDK
|
||||||
# - allow "make depend" to use compilers with names other than "gcc"
|
# - allow "make depend" to use compilers with names other than "gcc"
|
||||||
|
|
|
@ -119,7 +119,8 @@ Documentation
|
||||||
Build
|
Build
|
||||||
-----
|
-----
|
||||||
|
|
||||||
- Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
|
- Issue #24432: Update Windows builds and OS X 10.5 installer to use OpenSSL
|
||||||
|
1.0.2c.
|
||||||
|
|
||||||
|
|
||||||
What's New in Python 3.5.0 beta 2?
|
What's New in Python 3.5.0 beta 2?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue