diff options
author | feld <feld@FreeBSD.org> | 2014-06-06 03:30:58 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-06-06 03:30:58 +0800 |
commit | 3f26df89db4ee6f702df39bc20c5d915099c50c7 (patch) | |
tree | 17593f84279ab65c2fbbd71d094732efbb6ea0e5 /UPDATING | |
parent | 0e01dea11c43d92cb4ed0ff67a5a352e9385b32a (diff) | |
download | freebsd-ports-graphics-3f26df89db4ee6f702df39bc20c5d915099c50c7.tar.gz freebsd-ports-graphics-3f26df89db4ee6f702df39bc20c5d915099c50c7.tar.zst freebsd-ports-graphics-3f26df89db4ee6f702df39bc20c5d915099c50c7.zip |
-Add more options for rc script
-Utilize opendns if no provider configured to preserve documented behavior
-rc script passes rclint
-Fix the _dnscrypt-proxy user's home directory and add UPDATING entry
PR: 190406
Submitted by: AllanJude
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 |