Skip to content

Commit f4d97ce

Browse files
committed
Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g.
1 parent bec699e commit f4d97ce

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-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.2f",
246-
url="https://www.openssl.org/source/openssl-1.0.2f.tar.gz",
247-
checksum='b3bf73f507172be9292ea2a8c28b659d',
245+
name="OpenSSL 1.0.2g",
246+
url="https://www.openssl.org/source/openssl-1.0.2g.tar.gz",
247+
checksum='f3c710c045cdee5fd114feb69feba7aa',
248248
patches=[
249249
"openssl_sdk_makedepend.patch",
250250
],

Misc/NEWS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,10 @@ Build
305305

306306
- Issue #25696: Fix installation of Python on UNIX with make -j9.
307307

308-
- Issue #26268: Update OS X 10.5 installer and Windows builds to use
309-
OpenSSL 1.0.2f.
308+
- Issue #26465: Update OS X 10.5+ 32-bit-only installer to build
309+
and link with OpenSSL 1.0.2g.
310+
311+
- Issue #26268: Update Windows builds to use OpenSSL 1.0.2f.
310312

311313
- Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.
312314

0 commit comments

Comments
 (0)