Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2023 01:43:32 +0000
From:      jonc@chen.org.nz
To:        freebsd-ports@freebsd.org, lwhsu@freebsd.org
Subject:   update to security/py-cryptography breaks security/py-openssl 21.0.0,1
Message-ID:  <0559d1486c7f4de75198a149df223e62@chen.org.nz>

next in thread | raw e-mail | index | archive | help
Hi,

The latest update of py-cryptography to 41.0.3 breaks py-openssl 21.0.0,1=
. ie:

1:09pm> python3
Python 3.9.17 (main, Jun 16 2023, 03:51:47)=20
[Clang=2015.0.7 (https://github.com/llvm/llvm-project.git llvmorg-15.0.7-=
0-g8dfdc on freebsd13
Type "help", "copyright", "credits" or "license" for more information.
>>> import OpenSSL
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.9/site-packages/OpenSSL/__init__.py", line=
 8, in <module>
    from OpenSSL import crypto, SSL
  File "/usr/local/lib/python3.9/site-packages/OpenSSL/crypto.py", line 3=
279, in <module>
    _lib.OpenSSL_add_all_algorithms()
AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms=
'
>>>=20

Googling=20on the 'Net seems to suggest that py-openssl needs to be updat=
ed to version >=3D 22.1.0.

Cheers
--
Jonathan Chen <jonc@chen.org.nz>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0559d1486c7f4de75198a149df223e62>