Re: [Python-Dev] Python 3.7: Require OpenSSL>=1.0.2 / LibreSSL>= 2.5.3

2018年1月14日 04:04:00 -0800

On 2018年01月14日 11:17, Antoine Pitrou wrote:
> On 2018年1月13日 23:45:07 +0100
> Christian Heimes <[email protected]> wrote:
>> On 2018年01月13日 21:02, Brett Cannon wrote:
>>> +1 from me as well for the improved security. 
>>
>> Thanks, Brett!
>>
>> How should we handle CPython's Travis CI tests? The 14.04 boxes have
>> OpenSSL 1.0.1. To the best of my knowledge, Travis doesn't offer 16.04.
>> We could either move to container-based testing with a 16.04 container,
>> which would give us 1.0.2 Or we could compile our own copy of OpenSSL
>> with my multissl builder and use some rpath magic.
> 
> I don't think you need some rpath magic, just set LD_LIBRARY_PATH to
> the right value.
I prefer LD_RUN_PATH because it adds rpath to the ELF header of shared
libraries and binaries.
https://github.com/python/cpython/pull/5180
Christian
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to