File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -242,9 +242,9 @@ def library_recipes():
242
242
243
243
result .extend ([
244
244
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 ' ,
248
248
patches = [
249
249
"openssl_sdk_makedepend.patch" ,
250
250
],
Original file line number Diff line number Diff line change @@ -305,8 +305,10 @@ Build
305
305
306
306
- Issue #25696: Fix installation of Python on UNIX with make -j9.
307
307
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.
310
312
311
313
- Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.
312
314
You can’t perform that action at this time.
0 commit comments