2008-01-18 06:08:56 by Tobias Nygren | Files touched by this commit (214) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
2007-10-28 14:40:47 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Add a fix for CVE-2006-4003
PKGREVISION++
|
2007-09-21 15:04:45 by Thomas Klausner | Files touched by this commit (483) |
Log message:
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
|
2007-07-04 22:55:07 by Johnny C. Lam | Files touched by this commit (136) |
Log message:
Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user. This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.
(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
unprivileged.mk. These two variables are lists of other bmake
variables that define package-specific users and groups. Packages
that have user-settable variables for users and groups, e.g. apache
and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
and ${UNPRIVILEGED_GROUP}.
(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
|
2006-10-09 15:29:00 by Ben Collver | Files touched by this commit (2) |
Log message:
Fix patch-ae to allow hobbitmon to be built on systems that use bash as
/bin/sh. This addresses PR#32955
|
2006-07-21 18:20:42 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Avoid creation of a "manman1" dir.
|
2006-06-21 18:54:25 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Use the correct path to each dependencies' libraries and headers by
using BUILDLINK_PREFIX.*, honor PKGMANDIR, and add missing file entries
to the PLIST. Bump the PKGREVISION to 8. This should fix the error
noted in the bulk build results:
http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
|
2006-05-31 20:22:26 by Geert Hendrickx | Files touched by this commit (49) |
Log message:
The databases/openldap package has been split in -client and -server component
packages. Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
|
2006-05-20 22:23:38 by Emmanuel Dreyfus | Files touched by this commit (1) |
Log message:
Startup script from Nathan Arthur
|
2006-04-23 02:12:43 by Johnny C. Lam | Files touched by this commit (78) |
Log message:
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
|