2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-09-24 08:04:00 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Apply fix for security vulnerability in proxy module reported in
CAN-2004-0492. Bump package revision package of this.
|
2004-08-22 21:32:52 by Johnny C. Lam | Files touched by this commit (31) |
Log message:
Change the way that legacy USE_* and FOO_USE_* options are converted
into the bsd.options.mk framework. Instead of appending to
${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes
the default options to be the union of PKG_DEFAULT_OPTIONS and any
old USE_* and FOO_USE_* settings.
This fixes PR pkg/26590.
|
2004-08-02 21:54:17 by David Brownlee | Files touched by this commit (2) |
Log message:
Update apache to 1.3.31nb4:
Fix rc.d/apache restart to 'apache_doit stop; apache_doit start'
Now in the case of apache_start=startssl and apache not running,
'rc.d/apache restart' will start apache with startssl.
|
2004-07-30 23:05:43 by Johnny C. Lam | Files touched by this commit (33) |
Log message:
Convert to use bsd.options.mk. The relevant options variable to set
for each package can be determined by invoking:
make show-var VARNAME=PKG_OPTIONS_VAR
The old options are still supported unless the variable named in
PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf).
|
2004-07-17 14:44:28 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Use "mod_ssl-2.8.19" sources for SSL hooks, bump package revision.
|
2004-07-07 00:55:35 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove references to buildlink2.
|
2004-07-03 00:08:37 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Unused.
|
2004-05-30 14:37:15 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Compile with version 2.8.18 of "mod_ssl" instead with the (reported to
be vulnerable) version 2.8.17. Bump package revision because of this.
|
2004-05-17 23:32:35 by Stoned Elipot | Files touched by this commit (26) |
Log message:
Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
|