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

Skip to content

Commit d0a8f57

Browse files
committed
Issue #23212: merge from 3.4
2 parents f92766c + 9125fe2 commit d0a8f57

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.1k",
241-
url="https://www.openssl.org/source/openssl-1.0.1k.tar.gz",
242-
checksum='d4f002bd22a56881340105028842ae1f',
240+
name="OpenSSL 1.0.1l",
241+
url="https://www.openssl.org/source/openssl-1.0.1l.tar.gz",
242+
checksum='cdb22925fc9bc97ccbf1e007661f2aa6',
243243
patches=[
244244
"openssl_sdk_makedepend.patch",
245245
],

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ Build
15551555

15561556
- Issue #21236: Build _msi.pyd with cabinet.lib instead of fci.lib
15571557

1558-
- Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.
1558+
- Issue #17128: Use private version of OpenSSL for OS X 10.5+ installer.
15591559

15601560
C API
15611561
-----

0 commit comments

Comments
 (0)