Bug 225821

Summary: [NEW PORT] dns/dnscrypt-proxy2: Flexible DNS proxy with support for encrypted protocols
Product: Ports & Packages Reporter: Vinícius Zavam <egypcio>
Component: Individual Port(s)Assignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Some People CC: dbaio, feld
Priority: --- Keywords: patch
Version: Latest   
Hardware: amd64   
OS: Any   
URL: https://reviews.freebsd.org/D14319
Attachments:
Description Flags
[NEW PORT] [PATCH] dns/dnscrypt-proxy2: Flexible DNS proxy with support for modern encrypted DNS protocols
none
[LOG] dns/dnscrypt-proxy2: Flexible DNS proxy with support for modern encrypted DNS protocols none

Description Vinícius Zavam freebsd_committer freebsd_triage 2018-02-11 13:06:52 UTC
Created attachment 190506 [details]
[NEW PORT] [PATCH] dns/dnscrypt-proxy2: Flexible DNS proxy with support for modern encrypted DNS protocols

This port is the new version of the DNSCrypt Proxy (dns/dnscrypt-proxy).

It works, as the previous one, "out of the box" and offers DNSSEC validation as well.

Port's rc Script is based on https://www.reddit.com/r/freebsd/comments/7nmrha/supervised_freebsd_rcd_script_for_a_go_daemon/

% portlint -A dns/dnscrypt-proxy2
looks fine.
Comment 1 Vinícius Zavam freebsd_committer freebsd_triage 2018-02-11 13:08:02 UTC
Created attachment 190507 [details]
[LOG] dns/dnscrypt-proxy2: Flexible DNS proxy with support for modern encrypted DNS protocols

Poudriere Log (amd64, 11.1-RELEASE)
Comment 2 Vinícius Zavam freebsd_committer freebsd_triage 2018-02-28 13:42:25 UTC
Updated to version 2.0.5 (https://reviews.freebsd.org/D14319);

From upstream's CHANGELOG we have: "Fixes a crash occasionally happening when using DoH servers, with stamps not containing any IP addresses, a DNSSEC-signed name, a non-working system DNS configuration, and a fallback server supporting DNSSEC".
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-03-25 14:46:36 UTC
A commit references this bug:

Author: dbaio
Date: Sun Mar 25 14:46:18 UTC 2018
New revision: 465521
URL: https://svnweb.freebsd.org/changeset/ports/465521

Log:
  Add dns/dnscrypt-proxy2: Flexible DNS proxy with support for encrypted protocols

  A flexible DNS proxy, with support for modern encrypted DNS protocols such as
  DNSCrypt v2 and DNS-over-HTTP/2.

  WWW: https://github.com/jedisct1/dnscrypt-proxy

  Without a repocopy because it's a new port, rewritten from scratch.

  PR:		225821
  Submitted by:	Vin?cius Zavam <egypcio@googlemail.com>
  Differential Revision:	https://reviews.freebsd.org/D14319

Changes:
  head/dns/Makefile
  head/dns/dnscrypt-proxy/Makefile
  head/dns/dnscrypt-proxy2/
  head/dns/dnscrypt-proxy2/Makefile
  head/dns/dnscrypt-proxy2/distinfo
  head/dns/dnscrypt-proxy2/files/
  head/dns/dnscrypt-proxy2/files/dnscrypt-proxy.in
  head/dns/dnscrypt-proxy2/pkg-descr
  head/dns/dnscrypt-proxy2/pkg-message
  head/dns/dnscrypt-proxy2/pkg-plist
Comment 4 Danilo G. Baio freebsd_committer freebsd_triage 2018-03-25 14:49:42 UTC
Committed, thanks Vinícius!