Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 67EC663B95D for ; Wed, 11 May 2011 18:07:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3D07814A1DF; Wed, 11 May 2011 18:07:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2508D14A1C4 for ; Wed, 11 May 2011 18:07:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id KawDdieE4pS0 for ; Wed, 11 May 2011 18:07:16 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 6725014A1A8 for ; Wed, 11 May 2011 18:07:16 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4DD37175DD; Wed, 11 May 2011 18:07:16 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 11 May 2011 18:07:16 +0000 From: "Matthias Scheler" Subject: CVS commit: pkgsrc/devel/apr To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20110511180716.4DD37175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Wed May 11 18:07:16 UTC 2011 Modified Files: pkgsrc/devel/apr: Makefile distinfo Log Message: Update "apr" package to version 1.4.2. Changes since version 1.4.4: - Reimplement apr_fnmatch() from scratch using a non-recursive algorithm; now has improved compliance with the fnmatch() spec. [William Rowe] - Fix environment-related crash using some non-standard builds on Windows 7/Server 2008. [Steve Hay ] - poll, pollset, pollcb on Windows: Handle calls with no file/socket descriptors. Bug 49882. [Stefan Ruppert , Jeff Trawick] - Fix APR_IPV6_V6ONLY issues on Windows related to run-time behavior on Windows older than Vista and SDK/MinGW levels without IPV6_V6ONLY. Bug 45321. [Sob ] - Fix address handling when accepting an AF_INET socket from a socket bound as AF_INET6. Bug 49678. [Joe Orton] - Fix error return values from apr_sockaddr_info_get() on Windows for IPv6 builds. [Ivan Zhakov ] - Add new experimental configure option --enable-allocator-uses-mmap to use mmap instead of malloc in apr_allocator_alloc(). This greatly reduces memory fragmentation with malloc implementations (e.g. glibc) that don't handle allocationss of a page-size-multiples in an efficient way. It also makes apr_allocator_max_free_set() actually have some effect on such platforms. [Stefan Fritsch] - configure: Support 64 and 32 bit universal builds for Darwin/ OS X 10.6+. [Jim Jagielski] - apr_sockaddr_info_get() on AIX: Fix a problem which could set the port field in the native socket address to 1 when 0 was specified. Bug 46964. [Jeff Trawick] - configure: Make definition of apr_ino_t independent of _FILE_OFFSET_BITS even on platforms where ino_t is 'unsigned int'. [Stefan Fritsch] - apr_ring: Workaround for aliasing problem that causes gcc 4.5 to miscompile some brigade related code. Bug 50190. [Stefan Fritsch] - apr_file_flush_locked(): Handle short writes. [Stefan Fritsch] - apr_pollset_create_ex(): Trap errors from pollset providers. Bug 49094. [Sami Tolvanen ] - apr_pollset_create*(): Fix memory lifetime problem with the wakeup pipe when the pollset was created with APR_POLLSET_NOCOPY. [Neil Conway ] - Fix detection of some Linux variants when configure is built with recent GNU tools. [Eric Covener] - Avoid a redundant fcntl() call in apr_file_open() where O_CLOEXEC is supported. Bug 46297. [Joe Orton] - Improve platform detection by updating config.guess and config.sub. [Rainer Jung] To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/apr/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/apr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.