File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-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.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 ' ,
248
248
patches = [
249
249
"openssl_sdk_makedepend.patch" ,
250
250
],
Original file line number Diff line number Diff line change @@ -603,8 +603,8 @@ Build
603
603
604
604
- Issue #25696: Fix installation of Python on UNIX with make -j9.
605
605
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 .
608
608
609
609
- Issue #26268: Update Windows builds to use OpenSSL 1.0.2f.
610
610
You can’t perform that action at this time.
0 commit comments