diff options
author | taca <taca> | 2008-01-21 14:33:46 +0000 |
---|---|---|
committer | taca <taca> | 2008-01-21 14:33:46 +0000 |
commit | 4e1ad1f99a70f162fc3bdf98bc6a3dedd4b81525 (patch) | |
tree | cd5096f1570b373f636fb42f2c68ae612b397e0c | |
parent | 37695828ccb9c032839bb49ee743388cd9235bcd (diff) | |
download | pkgsrc-4e1ad1f99a70f162fc3bdf98bc6a3dedd4b81525.tar.gz |
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]
-rw-r--r-- | devel/apr0/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/apr0/distinfo b/devel/apr0/distinfo index b8445f86773..316656b35d7 100644 --- a/devel/apr0/distinfo +++ b/devel/apr0/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2007/09/07 23:11:41 tron Exp $ +$NetBSD: distinfo,v 1.3 2008/01/21 14:33:46 taca Exp $ -SHA1 (httpd-2.0.61.tar.bz2) = 665017829022d287ffe3cec749e2b5b61252d7b4 -RMD160 (httpd-2.0.61.tar.bz2) = a2c2c90976a967112a9129b9716d880d71261882 -Size (httpd-2.0.61.tar.bz2) = 4580339 bytes +SHA1 (httpd-2.0.63.tar.bz2) = 20e2b64944e38e96491af788a37cb709d2c5b755 +RMD160 (httpd-2.0.63.tar.bz2) = f6a7de59860f627ac40b245fcf742fb07e1b4870 +Size (httpd-2.0.63.tar.bz2) = 4587670 bytes SHA1 (patch-aa) = c84bdb6bcb14bf6bc7ea0d8f13334dd8c3ef2ef9 SHA1 (patch-an) = 76d9ac0cdddec7c0f41535baee63bf0aa26ed596 SHA1 (patch-ao) = e35630af53a78fce9aa5347a81cb1bcf8fb3058e |