aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 13:50:11 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 14:06:15 +0000
commit2497bdc7bd97cc41760367ebd66e73c44e00ca2b (patch)
tree95a6d0fe57dfc6023bdd4092f5505e8d669c0980
parenta1becd9a3261cb896be72e7d65a7ed3bb4ed17b4 (diff)
downloadports-2497bdc7bd97cc41760367ebd66e73c44e00ca2b.tar.gz
ports-2497bdc7bd97cc41760367ebd66e73c44e00ca2b.zip
security/py-sslyze: Mark DEPRECATED and set EXPIRATION_DATE to 2024-03-31
-rw-r--r--security/py-sslyze/Makefile3
1 files changed, 3 insertions, 0 deletions
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} \