2008-02-03 15:07:40 by Tobias Nygren | Files touched by this commit (1) |
Log message:
Fix check interpreter warnings.
|
2008-02-03 14:24:22 by Tobias Nygren | Files touched by this commit (1) |
Log message:
Honour PKGMANDIR.
|
2008-01-20 05:06:03 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Change a BUILD_DEFS and add some more.
(As discussed in September 2007 on tech-pkg.)
|
2007-10-07 22:49:57 by Dan McMahill | Files touched by this commit (3) |
Log message:
Be sure we actually use the db stuff as set up by bdb.buildlink3.mk.
This fixes a long standing build failure on SunOS-5.9/sparc and does
not seem to break things on NetBSD.
|
2007-09-19 19:31:47 by Roland Illig | Files touched by this commit (1) |
Log message:
Replaced _PKG_SILENT and _PKG_DEBUG with RUN. This also fixes a typo
(PKG_DEBUG) that had been here since 2003.
|
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.
|
2007-06-28 03:24:39 by Lubomir Kundrak | Files touched by this commit (3) |
Log message:
Description for one patch referred to incorrect issue, the other patch
lacked ending semicolons.
|
2007-06-28 02:43:36 by Lubomir Kundrak | Files touched by this commit (3) |
Log message:
Add some descriptions to security patches.
|
2007-06-28 02:38:01 by Lubomir Kundrak | Files touched by this commit (4) |
Log message:
Fixing two possible security vulnerabilities:
CVE-2006-5752 XSS in mod_status with ExtendedStatus on
CVE-2007-3304 Remote DoS if MPM and mod_cache enabled
bumping PKGREVISION
|
2007-01-23 16:45:44 by Geert Hendrickx | Files touched by this commit (3) |
Log message:
Fix perl interpreter path for libexec/cgi-bin/printenv. Bump PKGREVISION for
apache, apache2 and apache22.
|