diff options
author | Cy Schubert <cy@FreeBSD.org> | 2023-01-16 14:00:46 -0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2023-01-17 13:12:13 -0800 |
commit | 02c038c8cc15469c27b4b8ec24ae8b75d587262f (patch) | |
tree | 94342ebbd6c6448639aa02a543c3a96d932a8333 /UPDATING | |
parent | 0f1c0929d259ad58e630da9b9aae811e6118d654 (diff) | |
download | freebsd-ports-02c038c8cc15469c27b4b8ec24ae8b75d587262f.zip |
sysutils/nut*: Use a dedicated UID and GID
To reduce conflicts with other packages and improve security, avoid
using the uucp UID and GID. This avoids potential conflicts with the
net/freebsd-uucp port.
Users who wish to continue using the uucp user and group may add
NUT_USER=uucp and NUT_GROUP=uucp to their make.conf.
PR: 268960
Reported by: delphij
MFH: 2023Q1
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20230116: + AFFECTS: users of sysutils/nut and sysutils/nut-devel + AUTHOR: cy@freebsd.org + + As of PR/268960 Network UPS Tools will now run under its own UID and GID + instead of uucp. Users who wish to continue using the uucp user and + group may add NUT_USER=uucp and NUT_GROUP=uucp to their make.conf. + 20230111: AFFECTS: users of sysutils/graylog AUTHOR: dch@freebsd.org |