diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-06-05 19:30:58 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-06-05 19:30:58 +0000 |
commit | adbbccaeb687b9ba69da421ddb2a6af5ed9c0560 (patch) | |
tree | 17593f84279ab65c2fbbd71d094732efbb6ea0e5 /UPDATING | |
parent | 6146d44e5ffcfd3042e9b1c4d082ebe0022f7dd4 (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140604 + AFFECTS: users of dns/dnscrypt-proxy + AUTHOR: feld@FreeBSD.org + + The 1.4.0 update to dns/dnscrypt-proxy introduced a privilege + separation capability utilizing the new _dnscrypt-proxy user. + The home directory for this user was misconfigured as /nonexistent. + The dnscrypt-proxy server will try to chroot to _dnscrypt-proxy's home + directory and fail to start. If you are affected you will need to + change _dnscrypt-proxy's home directory to /var/empty: + + # pw usermod _dnscrypt-proxy -d /var/empty + 20140603 AFFECTS: users of net-p2p/zetacoin AUTHOR: daniel@morante.net |