Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-15 | Use SETUID_ROOT_PERMS and allow building as normal user. Bump revision. | joerg | 3 | -3/+24 | |
2010-01-27 | DESTDIR support | joerg | 1 | -2/+4 | |
2007-03-20 | Honor PKGMANDIR. | jlam | 1 | -1/+3 | |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 | |
CONFIGURE_ARGS. | |||||
2005-08-18 | Remove hard-coded reference to $PREFIX/etc which is not accurate | reed | 1 | -17/+3 | |
and remove documentation. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-11-30 | Correct the location of the config files in the man page. | jlam | 1 | -3/+7 | |
2004-06-14 | Update priv to 1.0beta2nb1. | uebayasi | 1 | -1/+4 | |
* Make sure ${PKG_SYSCONFDIR} is passed to configure. * Care ${PRIV_CONF_DIR} as an obsoleted variable. Pointed out by Matt Green. | |||||
2004-05-24 | ${PKG_SYSCONFDIR} is created by INSTALL scripts via OWN_DIRS. No need to | uebayasi | 1 | -3/+1 | |
run @exec mkdir/rmdir here. | |||||
2004-04-28 | * Bl3ify. | uebayasi | 1 | -11/+6 | |
* Enable pkgviews installation. * Obsolete PRIV_CONF_DIR and follow PKG_SYSCONFDIR, the standard. | |||||
2004-03-11 | Fix build on Red Hat 7.3. | uebayasi | 2 | -2/+19 | |
2004-03-04 | Update to priv-1.0-beta2. | simonb | 3 | -25/+8 | |
Changes from previous version are: + Fix a single byte buffer overflow. Can only be a NUL byte that overflows, not believed (at this stage!) to be exploitable in any way. + Avoid null-pointer dereference if getpwuid(getuid()) fails. | |||||
2004-02-01 | s/seperated/separated/ | snj | 1 | -1/+1 | |
2003-07-26 | Avoid null-pointer dereference if getpwuid(getuid()) fails. | simonb | 2 | -1/+19 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2002-12-09 | Replace "true" by "${TRUE}". | tron | 1 | -3/+3 | |
2002-06-26 | Substitute a couple of `mkdir' by `${MKDIR}'. | seb | 1 | -2/+2 | |
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too! | |||||
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -3/+3 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-19 | Move to sha1 digests, add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -3/+2 | |
2000-07-20 | fix illegal name/version different | hubertf | 1 | -2/+3 | |
2000-07-15 | No '-' in pkg version! | hubertf | 1 | -2/+2 | |
2000-07-14 | Introduce the mk.conf definition for PRIV_CONF_DIR, which defaults to | agc | 2 | -4/+15 | |
${LOCALBASE}/etc, and is the parent directory of the priv package's user configuration data. Modify Makefile to pick up this definition, and pass it on as an argument to the configure script. Modify the PLIST to include this location, and pre-process the PLIST at install time to set the correct location. | |||||
2000-07-14 | Set the correct maintainer for this package. | agc | 1 | -2/+2 | |
2000-07-14 | Create the ${PREFIX}/etc/priv directory when the package is installed, | agc | 1 | -1/+2 | |
pointed out by hubertf. | |||||
2000-07-14 | Initial import of priv-1.0-beta, a utility to execute commands as a | agc | 5 | -0/+41 | |
different user, into the NetBSD packages collection. |