I can take it. I have a fix for some of the problems in make test.

One is the removal of ripemd160 in openssl, the other one is a crash in python/openssl 3.0 (need to have a conversation with Miro about it to file it correctly). Once those 2 are solved, there's a third issue also related to ssl that I haven't been able to fix.

Here's a minimal reproducer for the segmentation fault in python/ssl (applies to f37, rawhide and c9stream)

#!/usr/bin/python3

import ctypes
import ctypes.util
import ssl

_ssl = ctypes.cdll.LoadLibrary(ctypes.util.find_library('ssl'))

der_sig = ctypes.c_void_p(0)
derlen = _ssl.i2d_ECDSA_SIG(ctypes.pointer(der_sig), 0)

Pablo.

On 4/3/22 18:46, Charalampos Stratakis wrote:
I'm planning to retire the python-bitcoinlib package: https://src.fedoraproject.org/rpms/python-bitcoinlib

It currently FTBFS on F36 and I have no use for it anymore. If anyone is interested in fixing it and taking over, feel free to reach out.

Upstream: https://github.com/petertodd/python-bitcoinlib

--
Regards,

Charalampos Stratakis
Senior Software Engineer
Python Maintenance Team, Red Hat

_______________________________________________
devel mailing list --devel@lists.fedoraproject.org
To unsubscribe send an email todevel-le...@lists.fedoraproject.org
Fedora Code of 
Conduct:https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:https://fedoraproject.org/wiki/Mailing_list_guidelines
List 
Archives:https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report 
it:https://pagure.io/fedora-infrastructure
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to