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.
This commit is contained in:
tron 2014-01-26 15:51:54 +00:00
parent 0e72137154
commit dbc1dcf7da

View file

@ -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_GECOS.${STUNNEL_USER}?= Stunnel
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