aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2023-02-20 14:39:07 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2023-02-20 14:42:08 +0000
commit91f21c0f444ca34c26c6ee29e7f0fa11bc9bce50 (patch)
treea8beb262e49078f58fa27c68b4b876847609ec63
parent3403018710d270d34bdf927f50bf4e02663b68de (diff)
downloadports-91f21c0f444ca34c26c6ee29e7f0fa11bc9bce50.tar.gz
ports-91f21c0f444ca34c26c6ee29e7f0fa11bc9bce50.zip
security/pks: deprecate
it is broken with "recent" (newer than 2018) ssl
-rw-r--r--security/pks/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/pks/Makefile b/security/pks/Makefile
index 51538382d737..614e53f98f89 100644
--- a/security/pks/Makefile
+++ b/security/pks/Makefile
@@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_SSL= openssl
BROKEN_SSL_REASON_openssl= member access into incomplete type 'EVP_PKEY' (aka 'evp_pkey_st')
+DEPRECATED= Broken with recent ssl
+EXPIRATION_DATE= 2023-03-20
USES= bdb ssl
USE_GCC= yes