From a1becd9a3261cb896be72e7d65a7ed3bb4ed17b4 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 9 Mar 2024 21:50:08 +0800 Subject: [PATCH] security/py-nassl: Mark DEPRECATED and set EXPIRATION_DATE to 2024-03-31 --- security/py-nassl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/py-nassl/Makefile b/security/py-nassl/Makefile index 7bdacfa4906b6..fae2125320d2a 100644 --- a/security/py-nassl/Makefile +++ b/security/py-nassl/Makefile @@ -13,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt # Upstream bug https://github.com/nabla-c0d3/nassl/issues/110 BROKEN_SSL= openssl openssl31 BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 libcrypt.so +DEPRECATED= It does not support OpenSSL 3.0+ +EXPIRATION_DATE=2024-03-31 USES= python ssl USE_PYTHON= autoplist concurrent distutils