git: 2c26d5e9c031 - main - security/py-nassl: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 16:20:19 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c26d5e9c031c03b03e6f57a0ca785a25883827b commit 2c26d5e9c031c03b03e6f57a0ca785a25883827b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 14:06:30 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-03 16:19:58 +0000 security/py-nassl: Mark BROKEN_SSL - Fails to detect OpenSSL 3.0.0 shared library libcrypt.so - See upstream issue: https://github.com/nabla-c0d3/nassl/issues/110 Approved by: portmgr (blanket) --- security/py-nassl/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/py-nassl/Makefile b/security/py-nassl/Makefile index d63e9bd83305..8f3df0e91a0d 100644 --- a/security/py-nassl/Makefile +++ b/security/py-nassl/Makefile @@ -10,6 +10,10 @@ WWW= https://github.com/nabla-c0d3/nassl LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +# Upstream bug https://github.com/nabla-c0d3/nassl/issues/110 +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 libcrypt.so + USES= python:3.7+ ssl USE_PYTHON= autoplist concurrent distutils