Skip site navigation (1)Skip section navigation (2)


| raw e-mail | index | archive | help
diff --git a/MOVED b/MOVED
index 1560a8267ad9..e5df1e5d6782 100644
--- a/MOVED
+++ b/MOVED
@@ -3290,3 +3290,4 @@ www/librtcdcpp||2024-06-11|Has expired: Dead upstream fails to build
 audio/mp3plot||2024-06-11|Has expired: Dead upstream and fails to build
 dns/dnsforwarder||2024-06-11|Has expired: Abandoned, upstream repo is removed
 dns/crossip|dns/dnsmax-perl|2024-06-11|Has expired: Obsolete, use dns/dnsmax-perl
+dns/curvedns||2024-06-11|Has expired: Protocol never gained traction and is superseded by DoT and DoH
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?>