summaryrefslogtreecommitdiff
path: root/mail/ingo
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 /mail/ingo
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 'mail/ingo')
-rw-r--r--mail/ingo/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/ingo/Makefile b/mail/ingo/Makefile
index b023d77a552..f543ad2b965 100644
--- a/mail/ingo/Makefile
+++ b/mail/ingo/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2015/12/19 14:27:14 taca Exp $
+# $NetBSD: Makefile,v 1.23 2016/05/17 10:32:07 fhajny Exp $
DISTNAME= ingo-h3-${INGOVER}
PKGNAME= ingo-${INGOVER}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail www
MASTER_SITES= http://ftp.horde.org/pub/ingo/ \
ftp://ftp.horde.org/pub/ingo/
@@ -51,16 +51,16 @@ BUILD_DEFS= APACHE_USER
CONF_FILES= ${EGDIR}/ingo.conf ${PKG_SYSCONFDIR}/ingo.conf
CONF_FILES_PERMS+= ${INGODIR}/config/conf.xml.dist \
${INGODIR}/config/conf.xml \
- ${APACHE_USER} ${ROOT_GROUP} 0440
+ ${APACHE_USER} ${REAL_ROOT_GROUP} 0440
CONF_FILES_PERMS+= ${INGODIR}/config/backends.php.dist \
${INGODIR}/config/backends.php \
- ${APACHE_USER} ${ROOT_GROUP} 0440
+ ${APACHE_USER} ${REAL_ROOT_GROUP} 0440
CONF_FILES_PERMS+= ${INGODIR}/config/fields.php.dist \
${INGODIR}/config/fields.php \
- ${APACHE_USER} ${ROOT_GROUP} 0440
+ ${APACHE_USER} ${REAL_ROOT_GROUP} 0440
CONF_FILES_PERMS+= ${INGODIR}/config/prefs.php.dist \
${INGODIR}/config/prefs.php \
- ${APACHE_USER} ${ROOT_GROUP} 0440
+ ${APACHE_USER} ${REAL_ROOT_GROUP} 0440
.include "options.mk"