Bug 167833 - New port: dns/dnscrypt-proxy - preventing spying, spoofing, man-in-the-middle
Summary: New port: dns/dnscrypt-proxy - preventing spying, spoofing, man-in-the-middle
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-13 06:30 UTC by Leo Vandewoestijne
Modified: 2012-05-15 21:20 UTC (History)
0 users

See Also:


Attachments
file.shar (4.21 KB, text/plain)
2012-05-13 06:30 UTC, Leo Vandewoestijne
no flags Details
dnscrypt-proxy.diff.txt (951 bytes, text/plain; charset=us-ascii)
2012-05-13 15:21 UTC, leo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!