[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2019-02-28 Thread Larry Hastings
Larry Hastings added the comment: New changeset 56f8783e3e32ddc0cb84a96711e3861aea9895ac by larryhastings (Alex Viscreanu) in branch '3.5': [3.5] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (#10994)

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-12-06 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +10235 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-12-06 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +10231 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-03-25 Thread Christian Heimes
Christian Heimes added the comment: It's unrelated. PyCA Cryptography doesn't support LibreSSL 2.7 yet, see https://github.com/pyca/cryptography/pull/4168 -- ___ Python tracker

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-03-24 Thread Charles
Charles added the comment: FYI, the 'cryptography' package from pypi no longer builds after this fix. (I applied the patch to the 2.7.14 source code tarball.) I don't know if that's because of the fix, or because LibreSSL 2.7.X broke 'cryptography' too: clang

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-03-24 Thread Christian Heimes
Christian Heimes added the comment: I have fixed Python 2.7, 3.6, 3.7, and master branch. Thanks for the report! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-03-24 Thread Christian Heimes
Christian Heimes added the comment: New changeset edd541897b9c28ee0d0f0131746aa5f19665a104 by Christian Heimes in branch '2.7': [2.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6215)

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-03-24 Thread Christian Heimes
Christian Heimes added the comment: New changeset 42bd62bc87a52538c0fc2134b76df316f30997da by Christian Heimes (Miss Islington (bot)) in branch '3.7': [3.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6213)

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-03-24 Thread Christian Heimes
Christian Heimes added the comment: New changeset f5befbb0d1526f18eb2b24eabb48c3b761c624a2 by Christian Heimes in branch '3.6': [3.6] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6214)

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-03-24 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +5960 ___ Python tracker ___ ___

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-03-24 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +5959 ___ Python tracker ___ ___

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-03-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +5958 ___ Python tracker ___

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-03-24 Thread Christian Heimes
Christian Heimes added the comment: New changeset 4ca0739c9d97ac7cd45499e0d31be68dc659d0e1 by Christian Heimes in branch 'master': bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) https://github.com/python/cpython/commit/4ca0739c9d97ac7cd45499e0d31be68dc659d0e1

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-03-24 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +5955 stage: -> patch review ___ Python tracker ___

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-03-23 Thread Christian Heimes
Christian Heimes added the comment: The homepage is correct. The last stable release is 2.6.4. I know this first hand from a LibreSSL developer. -- ___ Python tracker

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-03-23 Thread Charles
Charles added the comment: I'm not sure it's a beta release. I think they just forgot to update on their homepage what the latest stable is. Nothing on the releases page or the release notes says it's a beta. -- ___ Python

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-03-23 Thread Christian Heimes
Christian Heimes added the comment: Thanks for the report. LibreSSL 2.7 introduced OpenSSL 1.1 API methods. I already know about the issue and have a pending fix for it on my disk. I'll push it as soon as 2.7.1 is out. 2.7.0 is a beta release. The latest stable is 2.6.4.

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2018-03-23 Thread Charles
New submission from Charles : On macOS I could build python 2.7.14 with libressl 2.6.4 without any problems. If I try to build that same version of python with libressl 2.7.0, I get the failure pasted in below.