On 04. 07. 20 9:01, Larry Hastings wrote:
It's held up on SSL. Ubuntu 20.04 changed some security parameter tunings,
which breaks some uses of the SSL module, and approximately eight modules in the
test suite. I assume this wasn't caught on the buildbots because they don't use
Ubuntu--or at least not a build that fresh. SSL and the test suite are all
completely happy on older Ubuntu releases.
One could argue "it's fine, most people still using 3.5 are also using old OSes
anyway". But I don't want to release 3.5.10 if important functionality is
broken on a popular OS. So I'm waiting for help from the ssl module
maintainer(s) who are very kindly looking into it.
My plan is to release 3.5.10rc1 once it passes the test suite on Ubuntu 20.04...
whenever that is. 3.5.10 final will be automatically rescheduled for two weeks
from that date.
Hey Larry.
Does any of the following patches help?
Fix test_alpn_protocols from test_ssl as openssl > 1.1.0f
changed the behaviour of the ALPN hook.
Fixed upstream: http://bugs.python.org/issue30714
https://src.fedoraproject.org/rpms/python3.5/blob/master/f/00270-fix-ssl-alpn-hook-test.patch
Not every target system may provide a crypt() function in its stdlibc
and may use an external or replacement library, like libxcrypt, for
providing such functions.
Fixed upstream: https://bugs.python.org/issue32635
https://src.fedoraproject.org/rpms/python3.5/blob/master/f/00290-cryptmodule-Include-crypt.h-for-declaration-of-crypt.patch
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at
https://mail.python.org/archives/list/python-dev@python.org/message/GP57TGVLETOVQZRGVXWA4FYKHGDOI4NR/
Code of Conduct: http://python.org/psf/codeofconduct/