Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f05b79d

Browse files
committed
Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.
1 parent 178f0b6 commit f05b79d

2 files changed

Lines changed: 4 additions & 4 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.2c",
241-
url="https://www.openssl.org/source/openssl-1.0.2c.tar.gz",
242-
checksum='8c8d81a9ae7005276e486702edbcd4b6',
240+
name="OpenSSL 1.0.2d",
241+
url="https://www.openssl.org/source/openssl-1.0.2d.tar.gz",
242+
checksum='38dd619b2e77cbac69b99f52a053d25a',
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.2c
5+
# using openssl 1.0.2d
66
#
77
# - support building with an OS X SDK
88
# - allow "make depend" to use compilers with names other than "gcc"

0 commit comments

Comments
 (0)