Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2023 21:27:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 266680] security/py-openssl: Update to 23.2.0
Message-ID:  <bug-266680-21822-oYoFueRBKv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-266680-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-266680-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266680

Jonathan Chen <jonc@chen.org.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonc@chen.org.nz

--- Comment #14 from Jonathan Chen <jonc@chen.org.nz> ---
Please commit this update to the ports, as py-openssl 21.0.0 does not work =
with
py-cryptography 41.0.3. ie:

1:09pm> python3
Python 3.9.17 (main, Jun 16 2023, 03:51:47)=20
[Clang 15.0.7 (https://github.com/llvm/llvm-project.git llvmorg-15.0.7-0-g8=
dfdc
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 327=
9,
in <module>
    _lib.OpenSSL_add_all_algorithms()
AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'
>>>

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266680-21822-oYoFueRBKv>