aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2008-03-06 07:59:00 +0800
committerehaupt <ehaupt@FreeBSD.org>2008-03-06 07:59:00 +0800
commitf8cfb3696388cf32d70a970864f208d6aca4b44a (patch)
treeff40bbb051b2b7c513e0dc86ea55e8482126e1b5 /UPDATING
parentfcd6bc27e6a5ca13066efc70710c1eea2b6f7835 (diff)
downloadfreebsd-ports-graphics-f8cfb3696388cf32d70a970864f208d6aca4b44a.tar.gz
freebsd-ports-graphics-f8cfb3696388cf32d70a970864f208d6aca4b44a.tar.zst
freebsd-ports-graphics-f8cfb3696388cf32d70a970864f208d6aca4b44a.zip
Add an entry about the mail/dovecot update.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4413e554c35..7e8555602f6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20080306:
+ AFFECTS: users of mail/dovecot
+ AUTHOR: ehaupt@FreeBSD.org
+
+ The update to 1.0.12 will require a manual change to the active configuration
+ file.
+
+ mail_extra_groups setting was commonly used insecurely. This setting is now
+ deprecated. Most users should switch to using mail_privileged_group setting,
+ but if you really need the old functionality use mail_access_groups instead.
+
20080303:
AFFECTS: users of security/gnutls and any port that depends on it
AUTHOR: novel@FreeBSD.org