diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-12-23 14:16:18 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-12-23 14:16:18 +0000 |
commit | e1aab1356abdeb0ceea82da670a7326e8cf26dcd (patch) | |
tree | 6f95508e70f6173d4bfb340b2d39d0bac1ff7f34 /UPDATING | |
parent | e86cf40c8fd4ab754a632c4e98569bab3767e895 (diff) | |
download | ports-e1aab1356abdeb0ceea82da670a7326e8cf26dcd.tar.gz ports-e1aab1356abdeb0ceea82da670a7326e8cf26dcd.zip |
dns/dnscrypt-proxy: Replace 'cisco' (OpenDNS) resolver by 'random'
This update replaces the default resolver used by
dnscrypt-proxy (cisco/OpenDNS) by a random one that
does not log entries and supports dnssec.
- Improve pkg-message's.
- Fix MASTER_SITES.
- Reorder Makefile variable's.
- Update WWW.
PR: 223222
Submitted by: VinÃcius Zavam <egypcio@googlemail.com>
Reviewed by: dbaio, garga, mat
Approved by: Leo Vandewoestijne <freebsd@dns-lab.com>
(maintainer, previous patch, then timeout)
Differential Revision: https://reviews.freebsd.org/D12775
Notes
Notes:
svn path=/head/; revision=457054
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20171223: + AFFECTS: users of dns/dnscrypt-proxy + AUTHOR: egypcio@googlemail.com + + The 1.9.5_3 update of dns/dnscrypt-proxy replaces the default resolver used + by dnscrypt-proxy (cisco/OpenDNS) by a random one that does not log entries + and supports dnssec. + +20171223: AFFECTS: users of samba44 AUTHOR: antoine@FreeBSD.org |