Re: git: 403f201a1461 - main - security/py-cryptography-legacy: fix OpenSSL >= 3.0 compat

From: Matthias Andree <mandree_at_FreeBSD.org>
Date: Thu, 30 May 2024 10:49:05 UTC
Am 30.05.24 um 11:59 schrieb Matthias Andree:
> The branch main has been updated by mandree:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=403f201a1461fd26f026f2c8d3e67f1481908362
> 
> commit 403f201a1461fd26f026f2c8d3e67f1481908362
> Author:     Matthias Andree <mandree@FreeBSD.org>
> AuthorDate: 2024-05-30 09:48:22 +0000
> Commit:     Matthias Andree <mandree@FreeBSD.org>
> CommitDate: 2024-05-30 09:53:54 +0000
> 
>      security/py-cryptography-legacy: fix OpenSSL >= 3.0 compat
>      
>      py-cryptography-legacy still references functions that have been
>      removed in OpenSSL 3.0, and fails to load openssl.abi3.so at run-time because
>      it lacks ERR_GET_FUNC (reported) and FIPS_mode (masked by first error),
>      and later because py-openssl feeds our utils/deprecated() an
>      unsupported name=<some string> keyword argument.
>      
>      https://www.openssl.org/docs/man3.0/man7/migration_guide.html
>      is the basis for fixes #1 and #2
>      
>      removed, because OpenSSL 3.0 removed function codes from the error.
>      In our own binding, leave the err_func attribute in, but set it
>      to a constant 0.
>      (patch-src___cffi* and patch-*binding.py)

... sorry for the botched commit log message. The one in 2024Q2 is 
formatted in a readable manner.
-- 
Matthias Andree
FreeBSD ports committer