Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2026 12:36:33 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f39915b47b6f - main - security/pam_worker: add missing setgid by default
Message-ID:  <697df751.b3a5.781a33f6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f39915b47b6f0b05f67a3399e9bec11363f2a800

commit f39915b47b6f0b05f67a3399e9bec11363f2a800
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-01-30 15:04:11 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-01-31 12:36:26 +0000

    security/pam_worker: add missing setgid by default
---
 security/pam_worker/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/pam_worker/Makefile b/security/pam_worker/Makefile
index 88763519b8ca..a8dd5cc9a28c 100644
--- a/security/pam_worker/Makefile
+++ b/security/pam_worker/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pam_worker
 DISTVERSION=	0.1
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://fossil.nours.eu/${PORTNAME}/tarball/?r=${DISTVERSION}&name=./
 
@@ -9,7 +10,7 @@ WWW=		https://fossil.nours.eu/pam_worker
 
 LICENSE=	BSD2CLAUSE
 
-PLIST_FILES=	bin/${PORTNAME} \
+PLIST_FILES=	"@(root,wheel,2755) bin/${PORTNAME}" \
 		share/man/man8/${PORTNAME}.8.gz
 
 do-install:


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697df751.b3a5.781a33f6>