Issue #24603: merge from 3.4

This commit is contained in:
Ned Deily 2015-07-24 16:24:47 -07:00
commit 71f70b8f1a
3 changed files with 6 additions and 5 deletions

View file

@ -237,9 +237,9 @@ def library_recipes():
result.extend([ result.extend([
dict( dict(
name="OpenSSL 1.0.2c", name="OpenSSL 1.0.2d",
url="https://www.openssl.org/source/openssl-1.0.2c.tar.gz", url="https://www.openssl.org/source/openssl-1.0.2d.tar.gz",
checksum='8c8d81a9ae7005276e486702edbcd4b6', checksum='38dd619b2e77cbac69b99f52a053d25a',
patches=[ patches=[
"openssl_sdk_makedepend.patch", "openssl_sdk_makedepend.patch",
], ],

View file

@ -2,7 +2,7 @@
# Parent 25a9af415e8c3faf591c360d5f0e361d049b2b43 # Parent 25a9af415e8c3faf591c360d5f0e361d049b2b43
# openssl_sdk_makedepend.patch # openssl_sdk_makedepend.patch
# #
# using openssl 1.0.2c # using openssl 1.0.2d
# #
# - 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"

View file

@ -70,7 +70,8 @@ Library
Build Build
----- -----
- Issue #24603: Update the Windows build to use OpenSSL 1.0.2d. - Issue #24603: Update Windows builds and OS X 10.5 installer to use OpenSSL
1.0.2d.
What's New in Python 3.5.0 beta 3? What's New in Python 3.5.0 beta 3?