pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
remove old dnscrypt-proxy; very outdated and dead upstream
Module Name: pkgsrc-wip
Committed By: Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By: nee
Date: Tue Jun 19 15:49:21 2018 +0100
Changeset: 49fac09c70707977bda389481c5115e00f30e0d1
Modified Files:
Makefile
Removed Files:
dnscrypt-proxy/DESCR
dnscrypt-proxy/Makefile
dnscrypt-proxy/PLIST
dnscrypt-proxy/distinfo
Log Message:
remove old dnscrypt-proxy; very outdated and dead upstream
please try dnscrypt-proxy2 instead.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=49fac09c70707977bda389481c5115e00f30e0d1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
dnscrypt-proxy/DESCR | 11 -----------
dnscrypt-proxy/Makefile | 37 -------------------------------------
dnscrypt-proxy/PLIST | 12 ------------
dnscrypt-proxy/distinfo | 6 ------
5 files changed, 67 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 67ebff3c5b..1657f5a934 100644
--- a/Makefile
+++ b/Makefile
@@ -579,7 +579,6 @@ SUBDIR+= dmd-bin
SUBDIR+= dmt-ux
SUBDIR+= dnrd
SUBDIR+= dns2tcp
-SUBDIR+= dnscrypt-proxy
SUBDIR+= dnscrypt-proxy2
SUBDIR+= dnswalk
SUBDIR+= docbook-xsl-ko
diff --git a/dnscrypt-proxy/DESCR b/dnscrypt-proxy/DESCR
deleted file mode 100644
index de6c018572..0000000000
--- a/dnscrypt-proxy/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-The dnscrypt-proxy provides local service, which can be used directly as your
-local resolver or as a DNS forwarder, encrypting and authenticating requests
-using the DNSCrypt protocol and passing them to an upstream server.
-
-The DNSCrypt protocol uses high-speed high-security elliptic-curve cryptography
-and is very similar to DNSCurve, but focuses on securing communications
-between a client and its first-level resolver.
-
-While not providing end-to-end security, it protects the local network, which
-is often the weakest point of the chain, against man-in-the-middle attacks.
-It also provides some confidentiality to DNS queries.
diff --git a/dnscrypt-proxy/Makefile b/dnscrypt-proxy/Makefile
deleted file mode 100644
index f15bd28160..0000000000
--- a/dnscrypt-proxy/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD$
-
-DISTNAME= dnscrypt-proxy-1.7.0
-CATEGORIES= security
-MASTER_SITES= https://download.dnscrypt.org/dnscrypt-proxy/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= ada%netbsdfr.org@localhost
-HOMEPAGE= http://dnscrypt.org/
-COMMENT= Securing DNS communication using DNSCrypt
-LICENSE= mit
-
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
-
-.include "../../mk/bsd.prefs.mk"
-
-DNSCRYPT_USER?= dnscrypt
-DNSCRYPT_GROUP?= dnscrypt
-PKG_GROUPS+= ${DNSCRYPT_GROUP}
-PKG_USERS+= ${DNSCRYPT_USER}:${DNSCRYPT_GROUP}
-PKG_GROUPS_VARS+= DNSCRYPT_GROUP
-PKG_USERS_VARS+= DNSCRYPT_USER
-PKG_HOME.${DNSCRYPT_USER}?= ${VARBASE}/chroot/dnscrypt
-OWN_DIRS+= ${PKG_HOME.${DNSCRYPT_USER}}
-OWN_DIRS_PERMS+= ${PKG_HOME.${DNSCRYPT_USER}} ${DNSCRYPT_USER} ${DNSCRYPT_GROUP} 0700
-
-PKGCONFIG_OVERRIDE+= src/libevent-modified/libevent_core.pc.in
-PKGCONFIG_OVERRIDE+= src/libevent-modified/libevent.pc.in
-PKGCONFIG_OVERRIDE+= src/libevent-modified/libevent_extra.pc.in
-PKGCONFIG_OVERRIDE+= src/libevent-modified/libevent_openssl.pc.in
-PKGCONFIG_OVERRIDE+= src/libevent-modified/libevent_pthreads.pc.in
-
-.include "../../devel/libltdl/convenience.mk"
-.include "../../security/libsodium/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/dnscrypt-proxy/PLIST b/dnscrypt-proxy/PLIST
deleted file mode 100644
index e782225f01..0000000000
--- a/dnscrypt-proxy/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD$
-bin/hostip
-include/dnscrypt/plugin.h
-include/dnscrypt/private.h
-include/dnscrypt/version.h
-lib/dnscrypt-proxy/libdcplugin_example.la
-lib/dnscrypt-proxy/libdcplugin_example_logging.la
-man/man8/dnscrypt-proxy.8
-man/man8/hostip.8
-sbin/dnscrypt-proxy
-share/dnscrypt-proxy/dnscrypt-resolvers.csv
-share/dnscrypt-proxy/minisign.pub
diff --git a/dnscrypt-proxy/distinfo b/dnscrypt-proxy/distinfo
deleted file mode 100644
index d116f873f2..0000000000
--- a/dnscrypt-proxy/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/03/16 16:19:28 adanbsd Exp $
-
-SHA1 (dnscrypt-proxy-1.7.0.tar.bz2) = 79107505022ccaf47941100b69cb830c4a3c06af
-RMD160 (dnscrypt-proxy-1.7.0.tar.bz2) = 099dedf0a926387b88016a83c50dfa443813407e
-SHA512 (dnscrypt-proxy-1.7.0.tar.bz2) = 45b64001366fcffdd2a9aa2b725ddc11bf26de47b0a6fc603bd9db3f7743e50cc4699abdf60e51b74fde889eb27cdc89cf1bd7213e00440ff45c3d76a0d77e0b
-Size (dnscrypt-proxy-1.7.0.tar.bz2) = 1401349 bytes
Home |
Main Index |
Thread Index |
Old Index