aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2008-11-21 20:03:56 +0800
committermm <mm@FreeBSD.org>2008-11-21 20:03:56 +0800
commit57b77a58666c8f5037f7d5a3a8212d2974a45e0d (patch)
tree15c2ab9a5ddb79dd8ceb6c00c835036f26670b76 /UPDATING
parentd993b6e93ccb842e324a411c5060635c6ab86d1b (diff)
downloadfreebsd-ports-gnome-57b77a58666c8f5037f7d5a3a8212d2974a45e0d.tar.gz
freebsd-ports-gnome-57b77a58666c8f5037f7d5a3a8212d2974a45e0d.tar.zst
freebsd-ports-gnome-57b77a58666c8f5037f7d5a3a8212d2974a45e0d.zip
- New RCNG script for smstools3
- Improved security (runas uucp:dialer) - Some ideas imported from [1] PR: ports/128681 [1] Submitted by: Sean McAfee <smcafee at collaborativefusion.com> [1]
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 297fb4bdbb72..81f9c40a33e9 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.
+20081121:
+ AFFECTS: users of comms/smstools3
+ AUTHOR: mm@FreeBSD.org
+
+ The startup script of comms/smstools3 has changed. For increased security
+ smstools now runs as user uucp / group dialer by default. The script
+ commands like sendsms etc. should be executed as user uucp.
+ To restore the old behaviour, set smsd_user="root" and smsd_group="wheel"
+ in your /etc/rc.conf.
+ Hint: use security/sudo for running smsd scripts as user uucp
+
20081108:
AFFECTS: users of editors/tamago
AUTHOR: hrs@FreeBSD.org