diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-05-17 18:45:47 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-05-17 19:06:03 +0000 |
commit | a3f13a09cecc833f3a47f589cf6e34d51ce6caee (patch) | |
tree | 076b601d892f6eae9d103346b53065ff96b5ccf1 | |
parent | b402b591769d0627f8507052423b33d322d7ca5a (diff) |
dns/curvedns: Deprecate and set expiration date to 2024-05-31
Protocol never gained traction and is superseded by DoT and DoH
PR: 278644
Approved by: portmgr (maintainer timeout, 2+ weeks)
-rw-r--r-- | dns/curvedns/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/curvedns/Makefile b/dns/curvedns/Makefile index 04842744cbf2..42fe6b988d71 100644 --- a/dns/curvedns/Makefile +++ b/dns/curvedns/Makefile @@ -7,6 +7,9 @@ MAINTAINER= vsevolod@FreeBSD.org COMMENT= Forwarder adding DNSCurve to an authoritative nameserver WWW= https://curvedns.on2it.net/ +DEPRECATED= Protocol never gained traction and is superseded by DoT and DoH +EXPIRATION_DATE=2024-05-31 + LIB_DEPENDS= libev.so:devel/libev \ libsodium.so:security/libsodium RUN_DEPENDS= setuidgid:sysutils/daemontools |