From 641046531d466db8ca742980607c08455dbe700e Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 13 May 2022 19:31:33 +0800 Subject: [PATCH] security/py-pycrypto: Mark DEPRECATED and set EXPIRATION_DATE to 2022-06-30 PR: 263586 Reported by: amdmi3 --- security/py-pycrypto/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/security/py-pycrypto/Makefile b/security/py-pycrypto/Makefile index b2967d671229..8791a05141e4 100644 --- a/security/py-pycrypto/Makefile +++ b/security/py-pycrypto/Makefile @@ -13,11 +13,14 @@ COMMENT= Python Cryptography Toolkit LICENSE= PD LICENSE_FILE= ${WRKSRC}/COPYRIGHT -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pycryptodome +DEPRECATED= Unmaintained, obsolete, and contains security vulnerabilities. Use security/py-pycryptodome instead +EXPIRATION_DATE=2022-06-30 USES= cpe python:3.6-3.10 USE_PYTHON= distutils autoplist +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pycryptodome + CPE_VENDOR= dlitz GNU_CONFIGURE= yes @@ -37,7 +40,7 @@ pre-patch: post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Crypto/*/*.so -regression-test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include