Displaying 1 result from an estimated 1 matches for "purelibr".
Did you mean:
purelibre
2016 Oct 06
0
Python and LibreSSL Patch
...Discovered some issues with Python built again LibreSSL - it passes the
test suite in %check if you just change the BuildRequires but the result
is some modules have some unresolved symbols the test suite oddly didn't
catch (e.g. RAND_egd and some sslv3 stuff)
http://awel.domblogger.net/7/purelibre/Python-2.7.5-rhel7-libressl.patch.txt
That patch takes care of all of those (I think) as well as fixing the
test suite - which fails after fixing python for the unresolved symbols
unless disabling the checks that simply won't work with LibreSSL
Anyway the patch has fixes from a variety of...