-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Update python.org installers to use OpenSSL 1.0.2f #70456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
New changeset 1ceb431e1876 by Ned Deily in branch '2.7': New changeset 3c3eae72dd04 by Ned Deily in branch '3.5': New changeset 6759581f9fd3 by Ned Deily in branch 'default': |
New changeset 3be29e684ccf by Zachary Ware in branch '2.7': New changeset e1187d3204e9 by Zachary Ware in branch '3.5': New changeset 82afdf5a8c7b by Zachary Ware in branch '3.5': New changeset 365ab6287783 by Zachary Ware in branch 'default': |
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 really different between the two is opensslconf.h, but this is the simplest approach. With that update, builds of 2.7 using the old project files in PC/VS9.0 now require Perl to be available to create the makefile. I don't think this is an undue burden; on the other hand, making prepare_ssl.py handle the requirements of the old build_ssl.py is far more effort than I want to invest. Steve, would you mind double-checking my work if you get a chance? I committed in a bit of a hurry at the request of Intel. |
Doesn't really matter, since we get to do it all again with bpo-26465. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: