pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/apr Update to 1.2.9:
details: https://anonhg.NetBSD.org/pkgsrc/rev/d3e9cf0f74af
branches: trunk
changeset: 532946:d3e9cf0f74af
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Sep 05 13:47:36 2007 +0000
description:
Update to 1.2.9:
*) Stop invoking the testshm* helpers upon 'make test' invocation.
[Kurt Miller <kurt intricatesoftware.com>]
*) Register a cleanup only if APR_FILE_NOCLEANUP was not flagged in
apr_file_mktemp. [Brian J. France <list firehawksystems.com>]
*) Numerous build fixes for non-GCC builds and GCC builds on Win32,
as well as WinCE builds.
*) Discard file buffers when running cleanups for exec.
*) If apr_proc_create() fails to exec in the fork()ed child, call
_exit() not exit() to avoid running atexit()-registered functions
in the child. [Joe Orton]
*) Improve thread safety of assorted file_io functions.
[Davi Arnaut <davi haxent.com.br>]
*) Fix file pointer position calculation in apr_file_writev() on
buffered file. [Davi Arnaut <davi haxent.com.br>]
*) Fix formatting of unsigned integers larger than 2^63 in the
vformatter/apr_*printf.
[Wynn Wilkes <wynn bungeelabs.com>]
*) Fix possible EFAULT failures in apr_socket_sendfile() on 32-bit
Solaris with LFS enabled.
*) Fix deadlock in apr_file_gets() for a file opened with both the
APR_BUFFERED and APR_XTHREAD flags.
diffstat:
devel/apr/Makefile | 8 ++------
devel/apr/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 10 deletions(-)
diffs (30 lines):
diff -r 566baf5cc030 -r d3e9cf0f74af devel/apr/Makefile
--- a/devel/apr/Makefile Wed Sep 05 13:34:32 2007 +0000
+++ b/devel/apr/Makefile Wed Sep 05 13:47:36 2007 +0000
@@ -1,11 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2007/05/22 10:53:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.53 2007/09/05 13:47:36 xtraeme Exp $
#
-DISTNAME= apr-1.2.8
-# Use bogus version number so as to be newer than devel/apr1 installations
-# in the wild; remove this upon upgrading to 1.2.9.
-PKGNAME= apr-1.2.8.2.2.4
-PKGREVISION= 1
+DISTNAME= apr-1.2.9
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE:=apr/}
diff -r 566baf5cc030 -r d3e9cf0f74af devel/apr/distinfo
--- a/devel/apr/distinfo Wed Sep 05 13:34:32 2007 +0000
+++ b/devel/apr/distinfo Wed Sep 05 13:47:36 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2007/01/24 19:46:45 epg Exp $
+$NetBSD: distinfo,v 1.21 2007/09/05 13:47:36 xtraeme Exp $
-SHA1 (apr-1.2.8.tar.gz) = b8c89bab084d1bae1cb15d7b9d5f40d03dfe2c4a
-RMD160 (apr-1.2.8.tar.gz) = 299e1ddb1f7c9b0169a410e120c30abea38557c5
-Size (apr-1.2.8.tar.gz) = 1107189 bytes
+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
Home |
Main Index |
Thread Index |
Old Index