summaryrefslogtreecommitdiff
path: root/devel/apr0
AgeCommit message (Collapse)AuthorFilesLines
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-08-12Fix security problem of CVE-2009-2412 adding patches described in it.taca4-3/+156
Bump PKGREVISION.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-14/+6
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-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz1-2/+2
name change).
2008-06-22As indicated by comments on pkgsrc-c, move PKGREVISION setting tohe1-1/+2
individual Makefile files and out of Makefile.common.
2008-03-11PKG_BUILD_OPTIONS.apr is used, so make sure it is present whenjoerg1-3/+3
this file is included again.
2008-01-21Update apr0 package to 0.9.17.2.0.63.taca1-4/+4
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-12db4 update related revision bumpadam1-2/+2
2007-11-18Fix build on Darwin 9.xadrianp1-1/+5
2007-09-07Update "apr" package to version 0.9.16.2.0.61 and "apache2" packagetron2-6/+5
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.
2007-06-08PKGREVISION bump for db4 shlib name change.wiz1-2/+2
2007-05-30Removed some code duplication from the buildlink3 files by using the newrillig1-7/+4
pkg-build-options.mk procedure.
2007-05-29Add "include/apr-0" to BUILDLINK_INCDIRS.apr, as programs usingschmonz1-1/+2
this library apparently expect to find it in their include path.
2007-02-11When this moved to devel/apr0, PKGREVISION should have been bumped. Thetv1-2/+2
package records the package subdir in the +BUILD_INFO, which is used by several pkgtools to look up metainformation about the package, and that metainfo will be wrong until the package is rebuilt (now as nb3).
2007-01-25Fix dependency problem noted by Joerg Sonnenberger.epg1-2/+2
2007-01-25Allow subversion to be built with either apr0 or apr & apr-util.epg1-2/+2
devel/apr0/buildlink3.mk: Add apr<1.0 to BUILDLINK_API_DEPENDS.apr . devel/subversion/Makefile.common: Drop --with-apr and --with-apr-util from CONFIGURE_ARGS; these have not been needed since the buildlink framework started ensuring the PATH is correct. Drop --with-ssl from CONFIGURE_ARGS; this has not been necessary since this stopped using the built-in neon. Include new options.mk . devel/subversion-base/Makefile: devel/subversion-base/buildlink3.mk: Use devel/apr0 or devel/apr & devel/apr-util if PKG_OPTIONS.subversion has the apr1 option. devel/subversion-base/options.mk: Provide apache22 and apr1 options; currently these must be set together, so enforce that. www/ap2-subversion/Makefile: Use apache22 if PKG_OPTIONS.subversion has the apache22 option, else use apache2.
2007-01-24Import renamed devel/apr (0.9.x) so that can upgrade to 1.2.x.epg15-0/+412