summaryrefslogtreecommitdiff
path: root/devel/apr
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2007-09-05 13:47:36 +0000
committerxtraeme <xtraeme@pkgsrc.org>2007-09-05 13:47:36 +0000
commit71750535e6c15005df321767358943332fb54a29 (patch)
tree7f8cf30f4d7f5173845614d39706df7555fb8c6d /devel/apr
parent876b9237c314ac96296dd7ed429dc767b7d6eab8 (diff)
downloadpkgsrc-71750535e6c15005df321767358943332fb54a29.tar.gz
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 (limited to 'devel/apr')
-rw-r--r--devel/apr/Makefile8
-rw-r--r--devel/apr/distinfo8
2 files changed, 6 insertions, 10 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile
index 0ec4322d842..8dab60f8503 100644
--- a/devel/apr/Makefile
+++ b/devel/apr/Makefile
@@ -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 --git a/devel/apr/distinfo b/devel/apr/distinfo
index 06613e7e6b2..807cf5e7f99 100644
--- a/devel/apr/distinfo
+++ b/devel/apr/distinfo
@@ -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