Skip to content

Commit 0454d48

Browse files
committed
Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
1 parent a09ef03 commit 0454d48

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ def library_recipes():
237237

238238
result.extend([
239239
dict(
240-
name="OpenSSL 1.0.2a",
241-
url="https://www.openssl.org/source/openssl-1.0.2a.tar.gz",
242-
checksum='a06c547dac9044161a477211049f60ef',
240+
name="OpenSSL 1.0.2c",
241+
url="https://www.openssl.org/source/openssl-1.0.2c.tar.gz",
242+
checksum='8c8d81a9ae7005276e486702edbcd4b6',
243243
patches=[
244244
"openssl_sdk_makedepend.patch",
245245
],

Mac/BuildScript/openssl_sdk_makedepend.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Parent 25a9af415e8c3faf591c360d5f0e361d049b2b43
33
# openssl_sdk_makedepend.patch
44
#
5-
# using openssl 1.0.2a
5+
# using openssl 1.0.2c
66
#
77
# - support building with an OS X SDK
88
# - allow "make depend" to use compilers with names other than "gcc"

Misc/NEWS

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,8 @@ Build
340340
- Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
341341
the resulting executable faster.
342342

343-
- Issue #23686: Update OS X 10.5 installer and Windows builds to use
344-
OpenSSL 1.0.2a.
345-
346-
- Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
343+
- Issue #24432: Update Windows builds and OS X 10.5 installer to use OpenSSL
344+
1.0.2c.
347345

348346
C API
349347
-----

0 commit comments

Comments
 (0)