From 3c581072bdf4170a88e004c862f36c3e5826040c Mon Sep 17 00:00:00 2001 From: fhajny Date: Tue, 17 May 2016 10:32:06 +0000 Subject: Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUP for all pkgsrc dir/file ownership rules. Fixes unprivileged user/group names from leaking into binary packages, manifest as non-fatal chown/chgrp failure messages at pkg_add time. Bump respective packages' PKGREVISION. --- news/nntpcache/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'news') diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 6ebf2452f98..63260dfc8a3 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2016/03/05 11:29:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.47 2016/05/17 10:32:08 fhajny Exp $ DISTNAME= nntpcache-3.0.2 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= news MASTER_SITES= http://www.xs4all.nl/~suelette/ @@ -67,7 +67,7 @@ CONF_FILES_PERMS+= share/examples/nntpcache/pubring.pgp \ CONF_FILES_PERMS+= share/examples/nntpcache/spam.filter \ ${PKG_SYSCONFDIR}/spam.filter \ ${NNTPCACHE_USER} ${NNTPCACHE_GROUP} 600 -SPECIAL_PERMS+= libexec/unixauth ${ROOT_USER} ${NNTPCACHE_GROUP} 4554 +SPECIAL_PERMS+= libexec/unixauth ${REAL_ROOT_USER} ${NNTPCACHE_GROUP} 4554 REPLACE_PERL+= innreport/innreport.pl innreport/innreport.pm REPLACE_PERL+= contrib/perlnewshound/newshound.pl -- cgit v1.2.3