summaryrefslogtreecommitdiff
path: root/time/kronolith
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-05-17 10:32:06 +0000
committerfhajny <fhajny@pkgsrc.org>2016-05-17 10:32:06 +0000
commit3c581072bdf4170a88e004c862f36c3e5826040c (patch)
treebb4a8c9947c804084004863ea06af206d79d402b /time/kronolith
parent1b4694d98df4656434a6840b4e7c1c2d4bf07e94 (diff)
downloadpkgsrc-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 'time/kronolith')
-rw-r--r--time/kronolith/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/time/kronolith/Makefile b/time/kronolith/Makefile
index eea89cb9fa1..4a3493cedd6 100644
--- a/time/kronolith/Makefile
+++ b/time/kronolith/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2015/12/06 12:13:12 taca Exp $
+# $NetBSD: Makefile,v 1.24 2016/05/17 10:32:09 fhajny Exp $
DISTNAME= kronolith-h3-${KRONOLITHVER}
PKGNAME= kronolith-${KRONOLITHVER}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= www time
MASTER_SITES= http://ftp.horde.org/pub/kronolith/ \
ftp://ftp.horde.org/pub/kronolith/
@@ -58,16 +58,16 @@ PKG_USERS_VARS+= APACHE_USER
CONF_FILES= ${EGDIR}/kronolith.conf ${PKG_SYSCONFDIR}/kronolith.conf
CONF_FILES_PERMS+= ${KRONOLITHDIR}/config/conf.xml.dist \
${KRONOLITHDIR}/config/conf.xml \
- ${APACHE_USER} ${ROOT_GROUP} 0440
+ ${APACHE_USER} ${REAL_ROOT_GROUP} 0440
CONF_FILES_PERMS+= ${KRONOLITHDIR}/config/keywords.php.dist \
${KRONOLITHDIR}/config/keywords.php \
- ${APACHE_USER} ${ROOT_GROUP} 0440
+ ${APACHE_USER} ${REAL_ROOT_GROUP} 0440
CONF_FILES_PERMS+= ${KRONOLITHDIR}/config/menu.php.dist \
${KRONOLITHDIR}/config/menu.php \
- ${APACHE_USER} ${ROOT_GROUP} 0440
+ ${APACHE_USER} ${REAL_ROOT_GROUP} 0440
CONF_FILES_PERMS+= ${KRONOLITHDIR}/config/prefs.php.dist \
${KRONOLITHDIR}/config/prefs.php \
- ${APACHE_USER} ${ROOT_GROUP} 0440
+ ${APACHE_USER} ${REAL_ROOT_GROUP} 0440
SPECIAL_PERMS+= ${KRONOLITHDIR}/config ${APACHE_USER} ${SHAREGRP} 0750
do-build: