aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJason Unovitch <junovitch@FreeBSD.org>2016-05-01 01:13:06 +0000
committerJason Unovitch <junovitch@FreeBSD.org>2016-05-01 01:13:06 +0000
commit2e4733463a4bc714bc94da00e4e9da9f56fdd703 (patch)
tree3afde4310eacf906074e9fc3c2684964c5c5aa75 /UPDATING
parent70d2669ebf2afb8ac59064902e7ea03803733aa5 (diff)
downloadports-2e4733463a4bc714bc94da00e4e9da9f56fdd703.tar.gz
ports-2e4733463a4bc714bc94da00e4e9da9f56fdd703.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4518fc356e1d..c38f41400253 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ 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.
+20160501:
+ AFFECTS: Users of mail/dspam
+ AUTHOR: junovitch@FreeBSD.org
+
+ dspam has been modified to no longer run as root:mail by default.
+ Existing configuration must be adjusted to reflect using a non-privileged
+ port and the /var/run/dspam directory for PID and socket files. If you
+ need dspam to run as root for your mail setup, you can use the SETUID
+ config option to enable the old insecure behavior.
+
20160424:
AFFECTS: Users of net-mgmt/icinga2
AUTHOR: lme@FreeBSD.org