[issue26268] Update python.org installers to use OpenSSL 1.0.2f

2017-09-07 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3444 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue26268] Update python.org installers to use OpenSSL 1.0.2f

2016-03-03 Thread Steve Dower
Steve Dower added the comment: Doesn't really matter, since we get to do it all again with #26465. -- resolution: fixed -> out of date stage: commit review -> resolved status: pending -> closed superseder: -> Upgrade OpenSSL shipped with python installers __

[issue26268] Update python.org installers to use OpenSSL 1.0.2f

2016-02-22 Thread Zachary Ware
Zachary Ware added the comment: OpenSSL seems to have FUBARed their release process, such that the include/ directory no longer includes anything. As such I had to update prepare_ssl.py to handle creating include directories for 32 and 64 bit. This is somewhat wasteful since the only thing r

[issue26268] Update python.org installers to use OpenSSL 1.0.2f

2016-02-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3be29e684ccf by Zachary Ware in branch '2.7': Issue #26268: Update Windows builds to use OpenSSL 1.0.2f https://hg.python.org/cpython/rev/3be29e684ccf New changeset e1187d3204e9 by Zachary Ware in branch '3.5': Issue #26268: Update the prepare_ssl.p

[issue26268] Update python.org installers to use OpenSSL 1.0.2f

2016-02-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1ceb431e1876 by Ned Deily in branch '2.7': Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f. https://hg.python.org/cpython/rev/1ceb431e1876 New changeset 3c3eae72dd04 by Ned Deily in branch '3.5': Issue #26268: Update OS X 10.5+

[issue26268] Update python.org installers to use OpenSSL 1.0.2f

2016-02-02 Thread Zachary Ware
New submission from Zachary Ware: http://openssl.org/news/secadv/20160128.txt -- components: Build, Macintosh, Windows messages: 259422 nosy: ned.deily, paul.moore, ronaldoussoren, steve.dower, tim.golden, zach.ware priority: normal severity: normal stage: needs patch status: open title: