[Python-checkins] [python/cpython] ebbcce: bpo-30368: Update build_ssl.py to restore Perl-les...

GitHub noreply at github.com
Tue Jun 20 16:53:43 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: ebbccea997e03f60fec8308f2fb9e89a11521a74
      https://github.com/python/cpython/commit/ebbccea997e03f60fec8308f2fb9e89a11521a74
  Author: Jeremy Kloth <jeremy.kloth at gmail.com>
  Date:   2017-06-20 (Tue, 20 Jun 2017)

  Changed paths:
    M PC/VS9.0/_hashlib.vcproj
    M PC/VS9.0/_ssl.vcproj
    M PC/VS9.0/build_ssl.py
    M PCbuild/prepare_ssl.py

  Log Message:
  -----------
  bpo-30368: Update build_ssl.py to restore Perl-less building (#1805)

* bpo-30368: Update build_ssl.py to restore Perl-less building

OpenSSL 1.0.2 releases changed how files are copied in the makefile,
thus causing Perl to be required even for Python's "prepared" OpenSSL.
Now build_ssl.py does the requisite copies before running nmake.

* bpo-30368: Update build_ssl.py to use prepared OpenSSL

* Updates SSL-linking projects to use the new include{suffix} directory
* build_ssl.py now only copies those files not handled by prepare_ssl.py

* * bpo-30368: Update build_ssl.py to use prepared OpenSSL

* Update SSL-linking projects to use the new include{suffix} directory

* Move comment to following line




More information about the Python-checkins mailing list