Skip to content

Commit 92b4b5a

Browse files
committed
Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h.
1 parent 6ada012 commit 92b4b5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Mac/BuildScript/build-installer.py

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

243243
result.extend([
244244
dict(
245-
name="OpenSSL 1.0.2g",
246-
url="https://www.openssl.org/source/openssl-1.0.2g.tar.gz",
247-
checksum='f3c710c045cdee5fd114feb69feba7aa',
245+
name="OpenSSL 1.0.2h",
246+
url="https://www.openssl.org/source/openssl-1.0.2h.tar.gz",
247+
checksum='9392e65072ce4b614c1392eefc1f23d0',
248248
patches=[
249249
"openssl_sdk_makedepend.patch",
250250
],

Misc/NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,8 @@ Build
603603

604604
- Issue #25696: Fix installation of Python on UNIX with make -j9.
605605

606-
- Issue #26465: Update OS X 10.5+ 32-bit-only installer to build
607-
and link with OpenSSL 1.0.2g.
606+
- Issue #26930: Update OS X 10.5+ 32-bit-only installer to build
607+
and link with OpenSSL 1.0.2h.
608608

609609
- Issue #26268: Update Windows builds to use OpenSSL 1.0.2f.
610610

0 commit comments

Comments
 (0)