diff options
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |