diff options
author | tron <tron@pkgsrc.org> | 2007-10-11 09:12:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-10-11 09:12:08 +0000 |
commit | 20a52f71dfe4b46a8deba54feb96bc2c997e8ff0 (patch) | |
tree | 7ba4722b53521a70992aad111d320e466a840689 | |
parent | 282b8db0ed7c1712f67efb33926b937096f9a15d (diff) | |
download | pkgsrc-20a52f71dfe4b46a8deba54feb96bc2c997e8ff0.tar.gz |
Update "apr" package to version 1.2.11. Changes since version 1.2.9:
- Win32 apr_file_read; Correctly handle completion-based read-to-EOF.
- Fixed Win32 regression of stdout inheritance in apr_proc_create.
- Solve winNT inherited pipe leaks by mutexing apr_proc_create calls,
on WinNT (not WinCE, nor 9x) so that we toggle the inherited state
of the stdin/out/err pipes. All other file handles are treated as
not-inherited until apr_file_dup2'ed a std handle of this process,
or while they are used by apr_proc_create.
- Define the Mac OS/X filesystem_encoding as utf-8 (in previous
releases the interpretation would vary).
- Fix day of year (tm_day) calculation for July. The bug only affects
Windows builds. Apache Bug #42953.
- Fix LFS detection when building over NFS. The mode must be
specified when O_CREAT is in the flags to open().
Apache Bug #42821.
- Avoid overwriting the hash_mutex table for applications that
incorrectly calls apr_atomic_init(). Apache Bug #42760.
- Allow IPv6 connectivity test to fail, avoiding a potentially fatal
error.
- The MinGW Windows headers effectively redefines WINADVAPI from
__stdcall to empty which results in a link failure when wincrypt.h
is placed after an include to apr_private.h.
Apache Bug #42293.
- Define SEM_FAILED if it isn't already defined, as the proc mutex
code already does it. Also search for the sem_open function in
the realtime library. (This fixes HP-UX sem_open detection).
- Define the _HPUX_SOURCE feature test macro to obtain maximum
functionality. Fixes broken sendfile with LFS support on HP-UX.
Apache Bug #42261.
-rw-r--r-- | devel/apr/Makefile | 5 | ||||
-rw-r--r-- | devel/apr/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile index 8dab60f8503..45f5066ef5a 100644 --- a/devel/apr/Makefile +++ b/devel/apr/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2007/09/05 13:47:36 xtraeme Exp $ -# +# $NetBSD: Makefile,v 1.54 2007/10/11 09:12:08 tron Exp $ -DISTNAME= apr-1.2.9 +DISTNAME= apr-1.2.11 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE:=apr/} diff --git a/devel/apr/distinfo b/devel/apr/distinfo index 807cf5e7f99..a0e1c3480e3 100644 --- a/devel/apr/distinfo +++ b/devel/apr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2007/09/05 13:47:36 xtraeme Exp $ +$NetBSD: distinfo,v 1.22 2007/10/11 09:12:09 tron Exp $ -SHA1 (apr-1.2.9.tar.gz) = 289657da57a6e7392c665dc9b44ada491724b537 -RMD160 (apr-1.2.9.tar.gz) = 02d5e81c4bcc389a7c28dd19b96b792fad729ba8 -Size (apr-1.2.9.tar.gz) = 1109990 bytes +SHA1 (apr-1.2.11.tar.gz) = bde2c8b6e477752bcac4f387ac0de9671cd15d1a +RMD160 (apr-1.2.11.tar.gz) = 8b1c1831cd8281de17f41f84ffc5cfd9b6c35553 +Size (apr-1.2.11.tar.gz) = 1114033 bytes |