git: 2497bdc7bd97 - main - security/py-sslyze: Mark DEPRECATED and set EXPIRATION_DATE to 2024-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:14:07 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2497bdc7bd97cc41760367ebd66e73c44e00ca2b
commit 2497bdc7bd97cc41760367ebd66e73c44e00ca2b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:50:11 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:06:15 +0000
security/py-sslyze: Mark DEPRECATED and set EXPIRATION_DATE to 2024-03-31
---
security/py-sslyze/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/security/py-sslyze/Makefile b/security/py-sslyze/Makefile
index bc515d90f405..711ee5099b5f 100644
--- a/security/py-sslyze/Makefile
+++ b/security/py-sslyze/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/nabla-c0d3/sslyze
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= It does not support OpenSSL 3.0+
+EXPIRATION_DATE=2024-03-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nassl>=5.1<6:security/py-nassl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydantic>=1.10<2.4,1:devel/py-pydantic@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=23,1<24,1:security/py-openssl@${PY_FLAVOR} \