From 02c038c8cc15469c27b4b8ec24ae8b75d587262f Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Mon, 16 Jan 2023 14:00:46 -0800 Subject: 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 --- UPDATING | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 3fcbb66292c2..87d5e3e55ef1 100644 --- a/UPDATING +++ b/UPDATING @@ -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 -- cgit v1.2.3