aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-03-03 05:00:23 +0800
committergarga <garga@FreeBSD.org>2006-03-03 05:00:23 +0800
commit052307ae5643e7e3aa873cb97139548371757f8f (patch)
tree430cb07fa1e7ef001e6080bfbb926fa33d082b09
parent790c84dfd0dd619c6ab2d9df2152e0fca8e7d1f5 (diff)
downloadfreebsd-ports-gnome-052307ae5643e7e3aa873cb97139548371757f8f.tar.gz
freebsd-ports-gnome-052307ae5643e7e3aa873cb97139548371757f8f.tar.zst
freebsd-ports-gnome-052307ae5643e7e3aa873cb97139548371757f8f.zip
Add a note about jabber-pymsn and jabber-pyicq update
Approved by: portmgr (erwin)
-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