git: a3f13a09cecc - main - dns/curvedns: Deprecate and set expiration date to 2024-05-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 May 2024 19:07:16 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3f13a09cecc833f3a47f589cf6e34d51ce6caee commit a3f13a09cecc833f3a47f589cf6e34d51ce6caee Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-17 18:45:47 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-17 19:06:03 +0000 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) --- dns/curvedns/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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