1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

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)
This commit is contained in:
Muhammad Moinur Rahman 2023-05-03 16:06:30 +02:00
parent 2be10220bd
commit 2c26d5e9c0

View File

@ -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