summaryrefslogtreecommitdiff
path: root/devel/apr/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2005-10-17 10:28:46 +0000
committertron <tron@pkgsrc.org>2005-10-17 10:28:46 +0000
commit2563f528ef0dfaf22f1a22bb71a0779adddfda5f (patch)
tree5c2aa658b1bf0da3e57ddbfa1195a00384a470ff /devel/apr/Makefile
parent72afc2209f970b644ba35e6cf9b29c1a05aef486 (diff)
downloadpkgsrc-2563f528ef0dfaf22f1a22bb71a0779adddfda5f.tar.gz
Update "apr" package to version 0.9.7. Changes since version 0.9.6:
- Fix crash in apr_dir_make_recursive() for relative path when the working directory has been deleted. [Joe Orton] - Win32: fix apr_proc_mutex_trylock() to handle WAIT_TIMEOUT, returning APR_EBUSY. [Ronen Mizrahi <ronen@tversity.com>] - Fix apr_file_read() to catch write failures when flushing pending writes for a buffered file. [Joe Orton] - Fix apr_file_write() infinite loop on write failure for buffered files. [Erik Huelsmann <ehuels gmail.com>] - Fix error handling where apr_uid_* and apr_gid_* could segfault or return APR_SUCCESS in failure cases. PR 34053. [Joe Orton, Paul Querna] - Refactor Win32 condition variables code to address bugs 27654, 34336. [Henry Jen <henryjen ztune.net>, E Holyat <eholyat yahoo.com>] - Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows. PR 32177. [Sim <sgobbi datamanagement.it>, Jeff Trawick] - Fix detection of rwlocks on Mac OS X. [Aaron Bannert] - Fix issue with poll() followed by net I/O yielding EAGAIN on Mac OS 10.4 (Darwin 8). [Wilfredo Sanchez] Update based on patches supplied by Ben Collver. Addresses first part of PR pkg/31817 by Zafer Aydogan.
Diffstat (limited to 'devel/apr/Makefile')
-rw-r--r--devel/apr/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile
index 84fe6ae6d6c..68e9c6ad706 100644
--- a/devel/apr/Makefile
+++ b/devel/apr/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2005/09/21 00:01:01 tv Exp $
+# $NetBSD: Makefile,v 1.37 2005/10/17 10:28:46 tron Exp $
.include "../../www/apache2/Makefile.common"
PKGNAME= apr-${APR_VERSION}.${APACHE_VERSION}
CATEGORIES= devel
-PKGREVISION= 2
HOMEPAGE= http://apr.apache.org/
COMMENT= Apache Portable Runtime