pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/stunnel Fix permissions so taht "etc/stunnel"...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/818c30ba3fc6
branches:  trunk
changeset: 629730:818c30ba3fc6
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Jan 26 15:51:54 2014 +0000

description:
Fix permissions so taht "etc/stunnel" belongs to the actual "root" user
and not to the user that build the package. Bump package revision
because of this fix.

diffstat:

 security/stunnel/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r badcd978e54d -r 818c30ba3fc6 security/stunnel/Makefile
--- a/security/stunnel/Makefile Sun Jan 26 14:51:21 2014 +0000
+++ b/security/stunnel/Makefile Sun Jan 26 15:51:54 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2013/10/31 15:58:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.86 2014/01/26 15:51:54 tron Exp $
 
 DISTNAME=              stunnel-4.55
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            security
 MASTER_SITES=          http://www.stunnel.org/downloads/
 
@@ -29,7 +29,7 @@
 PKG_HOME.${STUNNEL_USER}?=     ${VARBASE}/chroot/stunnel
 
 PKG_SYSCONFSUBDIR=     stunnel
-PKG_SYSCONFDIR_PERMS=  ${ROOT_USER} ${STUNNEL_GROUP} 0750
+PKG_SYSCONFDIR_PERMS=  ${REAL_ROOT_USER} ${STUNNEL_GROUP} 0750
 
 OWN_DIRS=              ${PKG_HOME.${STUNNEL_USER}}/certs ${PKG_HOME.${STUNNEL_USER}}/crls
 OWN_DIRS_PERMS=                ${PKG_HOME.${STUNNEL_USER}}/pid ${USER_GROUP} 0750



Home | Main Index | Thread Index | Old Index