aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2016-05-26 07:15:16 +0000
committerBernard Spil <brnrd@FreeBSD.org>2016-05-26 07:15:16 +0000
commitdfeed7d39ef55290bced3b884c9b274430e21544 (patch)
treeab700c3be10e42b2ff4cbe4f475f86be671f50bd /UPDATING
parentdd4c82e2e3806449ab9c2bf51ea4c0914ad105c1 (diff)
downloadports-dfeed7d39ef55290bced3b884c9b274430e21544.tar.gz
ports-dfeed7d39ef55290bced3b884c9b274430e21544.zip
mail/opensmtpd: Update to 5.9.2
- Update to 5.9.2p1 - Remove usernamelen patch (default 255+1) - Fix renamed configure args - Add symlink for makemap (now included in smtpctl) - Align versioning with other OpenBSD projects - Add _smtpq group - Add UPDATING entry for existing installs - Update pkg-message for existing installs Reviewed by: adamw, mat Approved by: adamw, maintainer (implicit) Differential Revision: D6421
Notes
Notes: svn path=/head/; revision=415877
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING20
1 files changed, 20 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d266d795644b..9578b64e3923 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,26 @@ 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.
+20160526:
+ AFFECTS: Users of mail/opensmtpd
+ AUTHOR: brnrd@FreeBSD.org
+
+ Due to changes to the rc-script you must stop smtpd prior to upgrading
+ mail/opensmtpd to version 5.9.2
+
+ # service smtpd stop
+
+ Then upgrade OpenSMTPD to version 5.9.2.
+ Additionally version 5.9.2 changes the file mode bits for two directories.
+ To allow existing installations to start succesfully you must apply the
+ following changes
+
+ # chown -R root:_smtpq /var/spool/smtpd/offline
+ # chmod -R 770 /var/spool/smtpd/offline
+ # chmod -R 700 /var/spool/smtpd/purge
+
+ After applying the changes, the smtpd daemon can succesfully be started.
+
20160525:
AFFECTS: Users of devel/qtcreator
AUTHOR: nolden@kde.org