2009-08-12 05:37:28 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Fix security problem of CVE-2009-2412 adding patches described in it.
Bump PKGREVISION.
|
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-09-06 22:54:35 by Thomas Klausner | Files touched by this commit (95) | |
Log message:
Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
|
2008-06-23 01:01:19 by Havard Eidnes | Files touched by this commit (3) |
Log message:
As indicated by comments on pkgsrc-c, move PKGREVISION setting to
individual Makefile files and out of Makefile.common.
|
2008-03-11 19:32:28 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
PKG_BUILD_OPTIONS.apr is used, so make sure it is present when
this file is included again.
|
2008-01-21 15:33:46 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
Update apr0 package to 0.9.17.2.0.63.
Changes with APR 0.9.17
*) Fix DSO-related crash on z/OS caused by incorrect memory
allocation. [David Jones <oscaremma gmail.com>]
*) Define apr_ino_t in such a way that it doesn't change definition
based on the library consumer's -D'efines to the filesystem.
[Lucian Adrian Grijincu <lucian.grijincu gmail.com>]
*) Cause apr_file_dup2() on Win32 to update the MSVCRT psuedo-stdio
handles for fd-based and FILE * based I/O. [William Rowe]
*) Revert Win32 to the 0.9.14 behavior of apr_proc_create() for any
of the three stdio streams which are not initialized, through either
apr_procattr_io_set() or apr_procattr_child_XXX_set(), when given a
procattr_t with one or two streams which were initialized through
apr_procattr_child_XXX_set(). Once again, these do not inherit the
parent process stdio stream to WIN32 child processes (passing
INVALID_HANDLE_VALUE instead) as on Unix. Note APR 1.3.0 adopts
the Unix behavior of inheriting any uninitialized streams as the
parent's corresponding stdio stream, in such cases. [William Rowe]
|
2008-01-12 12:36:33 by Adam Ciarcinski | Files touched by this commit (40) | |
Log message:
db4 update related revision bump
|
2007-11-18 17:22:06 by Adrian Portelli | Files touched by this commit (1) |
Log message:
Fix build on Darwin 9.x
|
2007-09-08 01:11:41 by Matthias Scheler | Files touched by this commit (6) | |
Log message:
Update "apr" package to version 0.9.16.2.0.61 and "apache2" \
package
to version 2.0.61.
This update is a bug and security fix release. The following security
problem hasn't been fixed in "pkgsrc" before:
- CVE-2007-3847: mod_proxy: Prevent reading past the end of a buffer when
parsing date-related headers.
|