aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2025-11-15 07:30:51 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2025-11-15 11:52:42 +0000
commit449124814b687ad45fd2089b56e8a9c6f4c3d02b (patch)
tree3ca80cc08415a97d5858a3afeb54b723cca410f1
parent10271f602b65504ee8a6661fc68736dbe5f94ad5 (diff)
security/tls-check: Deprecate and set expiration date to 2025-12-31
Relies on old libraires such as libidn(1) and is obsolete overall, last commit upstream 8 years ago PR: 289888 Approved by: maintiner timeout, 1+ month
-rw-r--r--security/tls-check/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/tls-check/Makefile b/security/tls-check/Makefile
index 4242efb363d9..1ca15fef02b4 100644
--- a/security/tls-check/Makefile
+++ b/security/tls-check/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/tls-check/TLS-Check
LICENSE= ART20
+DEPRECATED= Obsolete tool and relies on deprecated libraries
+EXPIRATION_DATE=2025-12-31
+
MY_DEPENDS= p5-Class-CSV>=1.03:textproc/p5-Class-CSV \
p5-File-HomeDir>=1.00:devel/p5-File-HomeDir \
p5-File-ShareDir>=1.102:devel/p5-File-ShareDir \