pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/apr Update "apr" package to version 1.2.11. Chan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8927990604b9
branches:  trunk
changeset: 534078:8927990604b9
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Oct 11 09:12:08 2007 +0000

description:
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.

diffstat:

 devel/apr/Makefile |  5 ++---
 devel/apr/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r 9aed5d1467f4 -r 8927990604b9 devel/apr/Makefile
--- a/devel/apr/Makefile        Thu Oct 11 09:09:58 2007 +0000
+++ b/devel/apr/Makefile        Thu Oct 11 09:12:08 2007 +0000
@@ -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 -r 9aed5d1467f4 -r 8927990604b9 devel/apr/distinfo
--- a/devel/apr/distinfo        Thu Oct 11 09:09:58 2007 +0000
+++ b/devel/apr/distinfo        Thu Oct 11 09:12:08 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index