From owner-svn-ports-all@freebsd.org Wed Apr 22 18:01:17 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A3D2B2BC239; Wed, 22 Apr 2020 18:01:17 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 496pCK3x50z4ZMk; Wed, 22 Apr 2020 18:01:17 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68E701EB9E; Wed, 22 Apr 2020 18:01:17 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03MI1HXL039626; Wed, 22 Apr 2020 18:01:17 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03MI1GD0039622; Wed, 22 Apr 2020 18:01:16 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <202004221801.03MI1GD0039622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Wed, 22 Apr 2020 18:01:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532493 - in head: . devel/kyua X-SVN-Group: ports-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: in head: . devel/kyua X-SVN-Commit-Revision: 532493 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2020 18:01:17 -0000 Author: brooks Date: Wed Apr 22 18:01:16 2020 New Revision: 532493 URL: https://svnweb.freebsd.org/changeset/ports/532493 Log: Create and use a tests group for the tests user. Nobody but nobody should be a member of the nobody group. PR: 245107 Approved by: maintainer timeout Sponsored by: DARPA Modified: head/GIDs head/UIDs head/UPDATING head/devel/kyua/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Wed Apr 22 17:42:31 2020 (r532492) +++ head/GIDs Wed Apr 22 18:01:16 2020 (r532493) @@ -917,7 +917,7 @@ boinc:*:973: radicale:*:974: unifi:*:975: minetest:*:976: -# free: 977 +tests:*:977: _dnscrypt-proxy:*:978: ums:*:979: hbase:*:980: Modified: head/UIDs ============================================================================== --- head/UIDs Wed Apr 22 17:42:31 2020 (r532492) +++ head/UIDs Wed Apr 22 18:01:16 2020 (r532493) @@ -922,7 +922,7 @@ boinc:*:973:973::0:0:BOINC user:/var/db/boinc:/bin/sh radicale:*:974:974::0:0:Radicale daemon:/nonexistent:/usr/sbin/nologin unifi:*:975:975::0:0:Unifi Wireless Controller:/nonexistent:/usr/sbin/nologin minetest:*:976:976::0:0:& server:/nonexistent:/usr/sbin/nologin -tests:*:977:65534::0:0:Unprivileged user for tests:/nonexistent:/usr/sbin/nologin +tests:*:977:977::0:0:Unprivileged user for tests:/nonexistent:/usr/sbin/nologin _dnscrypt-proxy:*:978:978::0:0:dnscrypt-proxy user:/var/empty:/usr/sbin/nologin ums:*:979:979::0:0:Universal Media Server:/nonexistent:/usr/sbin/nologin hbase:*:980:980::0:0:HBase user:/nonexistent:/usr/sbin/nologin Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Apr 22 17:42:31 2020 (r532492) +++ head/UPDATING Wed Apr 22 18:01:16 2020 (r532493) @@ -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. +20200422: + AFFECTS: users of devel/kuya + AUTHOR: brooks@FreeBSD.org + + A tests group has been added and the tests user should be a member + of it by default rather than nobody. You should update your password + database to match (change the group from 65534 to 977 after updating). + 20200418: AFFECTS: users of mail/mailman AUTHOR: mandree@FreeBSD.org Modified: head/devel/kyua/Makefile ============================================================================== --- head/devel/kyua/Makefile Wed Apr 22 17:42:31 2020 (r532492) +++ head/devel/kyua/Makefile Wed Apr 22 18:01:16 2020 (r532493) @@ -23,6 +23,7 @@ USES= lua pkgconfig TESTS_USER= tests USERS= ${TESTS_USER} +GROUPS= tests SUB_FILES= kyua.conf SUB_LIST= TESTS_USER=${TESTS_USER}