summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0c63442351db..7f1a5e7d8b9c 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.
+20060302:
+ AFFECTS: net-im/jabber-pyicq and net-im/jabber-pymsn
+ AUTHOR: garga@FreeBSD.org
+
+ Port versions older than 0.7 and 0.11a respectivly run as root which
+ is an uneeded security risk. Newer versions run as as user jabber,
+ so before starting the daemons, you should fix permissions for each
+ spooldir (default: /var/spool/jabber):
+
+ # chown -R jabber:jabber spooldir/Transport_JID
+
20060223:
AFFECTS: all ports using libtool as part of the build process
AUTHOR: ade@FreeBSD.org