diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-13 11:31:33 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-13 11:39:36 +0000 |
commit | 641046531d466db8ca742980607c08455dbe700e (patch) | |
tree | 509bf4d86f37810eec219d0ab006c05f8747221d | |
parent | ef8010c64fb3fb32f9051c89b58cb2643622e7e2 (diff) | |
download | ports-641046531d466db8ca742980607c08455dbe700e.tar.gz ports-641046531d466db8ca742980607c08455dbe700e.zip |
security/py-pycrypto: Mark DEPRECATED and set EXPIRATION_DATE to 2022-06-30
PR: 263586
Reported by: amdmi3
-rw-r--r-- | security/py-pycrypto/Makefile | 7 |
1 files 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 <bsd.port.mk> |