diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-05-17 10:32:06 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-05-17 10:32:06 +0000 |
commit | 3c581072bdf4170a88e004c862f36c3e5826040c (patch) | |
tree | bb4a8c9947c804084004863ea06af206d79d402b /news/nntpcache | |
parent | 1b4694d98df4656434a6840b4e7c1c2d4bf07e94 (diff) | |
download | pkgsrc-3c581072bdf4170a88e004c862f36c3e5826040c.tar.gz |
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.
Diffstat (limited to 'news/nntpcache')
-rw-r--r-- | news/nntpcache/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |