aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2008-11-21 12:03:56 +0000
committerMartin Matuska <mm@FreeBSD.org>2008-11-21 12:03:56 +0000
commit233d69a0167deb345de53b4df265887eee21e9c8 (patch)
treec1755d85ffabd6159b9ffc4658f04703af297c21 /UPDATING
parent9424022d1bbdd45df28726e8f4ff8584a1eacf74 (diff)
downloadports-233d69a0167deb345de53b4df265887eee21e9c8.tar.gz
ports-233d69a0167deb345de53b4df265887eee21e9c8.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]
Notes
Notes: svn path=/head/; revision=223117
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