Bug 167833

Summary: New port: dns/dnscrypt-proxy - preventing spying, spoofing, man-in-the-middle
Product: Ports & Packages Reporter: Leo Vandewoestijne <freebsd>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar
none
dnscrypt-proxy.diff.txt none

Description Leo Vandewoestijne 2012-05-13 06:30:14 UTC
DNSCrypt is a piece of lightweight software to boost online privacy and security. It works by encrypting all DNS traffic between the user and OpenDNS (default),
preventing any spying, spoofing or man-in-the-middle attacks.

Besides OpenDNS other nameservers can be configured to.

DNSCrypt is a slight variant of DNSCurve.

Fix: Patch attached with submission follows:
Comment 1 leo 2012-05-13 15:21:16 UTC
Ai, forgot some things portlint just told me.
The attached patch
- adds github as master site
- adjusts the comment
- deletes blank lines

Leo.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-15 21:15:17 UTC
pawel       2012-05-15 20:14:53 UTC

  FreeBSD ports repository

  Modified files:
    dns                  Makefile 
  Added files:
    dns/dnscrypt-proxy   Makefile distinfo pkg-descr pkg-plist 
    dns/dnscrypt-proxy/files dnscrypt-proxy.in pkg-message.in 
  Log:
  DNSCrypt is a piece of lightweight software that everyone
  should use to boost online privacy and security. It works
  by encrypting all DNS traffic between the user and OpenDNS,
  preventing any spying, spoofing or man-in-the-middle attacks.
  
  WWW:    https://www.opendns.com/technology/dnscrypt/
  
  PR:             ports/167833
  Submitted by:   Leo Vandewoestijne <freebsd@dns-lab.com>
  
  Revision  Changes    Path
  1.153     +1 -0      ports/dns/Makefile
  1.1       +40 -0     ports/dns/dnscrypt-proxy/Makefile (new)
  1.1       +2 -0      ports/dns/dnscrypt-proxy/distinfo (new)
  1.1       +36 -0     ports/dns/dnscrypt-proxy/files/dnscrypt-proxy.in (new)
  1.1       +18 -0     ports/dns/dnscrypt-proxy/files/pkg-message.in (new)
  1.1       +6 -0      ports/dns/dnscrypt-proxy/pkg-descr (new)
  1.1       +2 -0      ports/dns/dnscrypt-proxy/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-05-15 21:18:39 UTC
pawel       2012-05-15 20:18:26 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
    en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
  Log:
  For dns/dnscrypt-proxy
  
  PR:             ports/167833
  
  Revision  Changes    Path
  1.1091    +5 -0      doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Pawel Pekala freebsd_committer freebsd_triage 2012-05-15 21:18:54 UTC
State Changed
From-To: open->closed

New port added. Thanks!