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

Skip to content

Commit 3a5e1af

Browse files
committed
Issue #26465: merge from 3.5
2 parents 686905f + f4d97ce commit 3a5e1af

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

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
@@ -806,8 +806,10 @@ Build
806806
Previously it could fail to compile properly if the math and cmath builds
807807
were concurrent.
808808

809-
- Issue #26268: Update OS X 10.5 installer and Windows builds to use
810-
OpenSSL 1.0.2f.
809+
- Issue #26465: Update OS X 10.5+ 32-bit-only installer to build
810+
and link with OpenSSL 1.0.2g.
811+
812+
- Issue #26268: Update Windows builds to use OpenSSL 1.0.2f.
811813

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

0 commit comments

Comments
 (0)