Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 27262A5813 for ; Wed, 23 Apr 2014 06:56:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 85E2114A24C; Wed, 23 Apr 2014 06:56:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA09314A248 for ; Wed, 23 Apr 2014 06:56:05 +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 f-YkHIsAqYRL for ; Wed, 23 Apr 2014 06:56:05 +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 ECE4814A247 for ; Wed, 23 Apr 2014 06:56:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E22E196; Wed, 23 Apr 2014 06:56:04 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 23 Apr 2014 06:56:04 +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: <20140423065604.E22E196@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 Apr 23 06:56:04 UTC 2014 Modified Files: pkgsrc/devel/apr: Makefile distinfo Log Message: Update "apr" package to version 1.5.1. Changes since 1.5.0: - apr_os_proc_mutex_get() on Unix: Avoid segfault for cross- process pthread mutexes. [Yann Ylavic ] - When using shmget-based shared memory, the ID used for ftok is now an APR hash of the filename instead of the constant '1'. We do this to help avoid collisions. Bug 53996 [Jim Jagielski] - apr_socket_atreadeof(): Fix breakage on OS X. [Jim Jagielski] - Fix POSIX shared memory (shm_open) use for named shared memory. Includes adding '--enable-posix-shm' to force POSIX shm if available, and OS X compatibility. Bug 55928. [Jozef Hatala , Jim Jagielski] - Fix apr_escape.c compilation errors on EBCDIC platforms. [Eric Covener] - FreeBSD 10: Correct a regression in 1.5.0 which affected non- blocking sockets in some applications, including httpd. [Jeff Trawick] - apr_skiplist: Add compatibility with C++ applications. [Jeff Trawick] - Correct a regression in 1.5.0 which affected out-of-tree builds on Unix. [Rainer Jung] - Improve platform detection for bundled expat by updating config.guess and config.sub. [Rainer Jung] To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 pkgsrc/devel/apr/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/apr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.