summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-06-11 17:55:08 +0200
committerRene Ladan <rene@FreeBSD.org>2024-06-11 17:55:08 +0200
commitff5c073dc85e436623d4aa129261d5d97614da51 (patch)
tree7fcd30be9baefd9f0eecc312062f0a39413667ba /dns
parentdns/crossip: Remove expired port (diff)
dns/curvedns: Remove expired port
2024-05-31 dns/curvedns: Protocol never gained traction and is superseded by DoT and DoH
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-rw-r--r--dns/curvedns/Makefile43
-rw-r--r--dns/curvedns/distinfo2
-rw-r--r--dns/curvedns/files/pkg-message.in35
-rw-r--r--dns/curvedns/pkg-descr3
-rw-r--r--dns/curvedns/pkg-plist7
6 files changed, 0 insertions, 91 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 04e4118fb375..8b62166ab555 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -13,7 +13,6 @@
SUBDIR += c-ares
SUBDIR += cli53
SUBDIR += coredns
- SUBDIR += curvedns
SUBDIR += ddclient
SUBDIR += ddns
SUBDIR += denominator
diff --git a/dns/curvedns/Makefile b/dns/curvedns/Makefile
deleted file mode 100644
index 9d17c3d17886..000000000000
--- a/dns/curvedns/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-PORTNAME= curvedns
-PORTVERSION= 0.88.b
-PORTREVISION= 14
-CATEGORIES= dns
-
-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
-BUILD_DEPENDS= bash:shells/bash
-
-USE_GITHUB= yes
-GH_ACCOUNT= vstakhov
-GH_TAGNAME= 0.87
-
-ALL_TARGET= targets
-
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-USERS= bind
-GROUPS= bind
-CURVE_UID= 53
-CURVE_GID= 53
-
-PLIST_SUB= CURVE_UID="${USERS}" CURVE_GID="${GROUPS}"
-SUB_FILES= pkg-message
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/curvedns ${WRKSRC}/curvedns-keygen ${STAGEDIR}${PREFIX}/bin/
- ${MKDIR} ${STAGEDIR}${PREFIX}/etc/curvedns/log ${STAGEDIR}${PREFIX}/etc/curvedns/env
- ${INSTALL_SCRIPT} ${WRKSRC}/contrib/curvedns-run ${STAGEDIR}${PREFIX}/etc/curvedns/run.sample
- ${INSTALL_SCRIPT} ${WRKSRC}/contrib/curvedns-log-run ${STAGEDIR}${PREFIX}/etc/curvedns/log/run.sample
- ${ECHO_CMD} ${CURVE_UID} > ${STAGEDIR}${PREFIX}/etc/curvedns/env/UID
- ${ECHO_CMD} ${CURVE_GID} > ${STAGEDIR}${PREFIX}/etc/curvedns/env/GID
-
-.include <bsd.port.mk>
diff --git a/dns/curvedns/distinfo b/dns/curvedns/distinfo
deleted file mode 100644
index 337414c1dd70..000000000000
--- a/dns/curvedns/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (vstakhov-curvedns-0.88.b-0.87_GH0.tar.gz) = dadcaa75b9160665e45688b54e1b26ab755440ddb78c6a682c38bdd12422ebad
-SIZE (vstakhov-curvedns-0.88.b-0.87_GH0.tar.gz) = 28683
diff --git a/dns/curvedns/files/pkg-message.in b/dns/curvedns/files/pkg-message.in
deleted file mode 100644
index 9e3a4dd04f20..000000000000
--- a/dns/curvedns/files/pkg-message.in
+++ /dev/null
@@ -1,35 +0,0 @@
-[
-{ type: install
- message: <<EOM
- To start using curvedns, finish the following tasks:
-
-------- generate/install keys -----------------------------
-
- curvedns-keygen %%PREFIX%%/etc/curvedns ns.example.net
-
-------- configure -----------------------------------------
-
- $EDITOR %%PREFIX%%/etc/curvedns/run.sample
- # set user from "curvedns" to "bind" (required!),
- # adjust IP / port-numbers,
- # and save as %%PREFIX%%/etc/curvedns/run
-
- $EDITOR %%PREFIX%%/etc/curvedns/log/run.sample
- # set user from "curvedns" to "bind" (required!),
- # and save as %%PREFIX%%/etc/curvedns/log/run
-
-------- prepare/startup -----------------------------------
-
- mkdir /var/service
- ln -s %%PREFIX%%/etc/curvedns /var/service
- echo svscan_enable=\"YES\" >> /etc/rc.conf
- %%PREFIX%%/etc/rc.d/svscan start
-
-------- verify --------------------------------------------
-
- # examples:
- dig @<curvedns-ip> auth-dom.example any
- drill <curvedns-ip> auth-dom.example any
-EOM
-}
-]
diff --git a/dns/curvedns/pkg-descr b/dns/curvedns/pkg-descr
deleted file mode 100644
index 935fcf2bd277..000000000000
--- a/dns/curvedns/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-CurveDNS is a forwarding nameserver adding DNSCurve to DNS, and it is
-the first publicly released forwarding implementation that implements
-the DNSCurve protocol.
diff --git a/dns/curvedns/pkg-plist b/dns/curvedns/pkg-plist
deleted file mode 100644
index 4fcc10eefe34..000000000000
--- a/dns/curvedns/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/curvedns
-bin/curvedns-keygen
-@(%%CURVE_UID%%,%%CURVE_GID%%,) %%ETCDIR%%/env/UID
-@(%%CURVE_UID%%,%%CURVE_GID%%,) %%ETCDIR%%/env/GID
-@sample(%%CURVE_UID%%,%%CURVE_GID%%,) %%ETCDIR%%/run.sample
-@sample(%%CURVE_UID%%,%%CURVE_GID%%,) %%ETCDIR%%/log/run.sample
-@dir(%%CURVE_UID%%,%%CURVE_GID%%,700) %%ETCDIR%%/env