Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 73F5663BBC7 for ; Wed, 11 May 2011 18:11:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 55A9A14A224; Wed, 11 May 2011 18:11:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8CEEF14A221 for ; Wed, 11 May 2011 18:11:21 +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 LYDuI2GCrj8B for ; Wed, 11 May 2011 18:11:19 +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 3F0BE14A21E for ; Wed, 11 May 2011 18:11:19 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0B7B7175DD; Wed, 11 May 2011 18:11:19 +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:11:19 +0000 From: "Matthias Scheler" Subject: CVS commit: pkgsrc/devel/apr-util To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20110511181119.0B7B7175DD@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:11:18 UTC 2011 Modified Files: pkgsrc/devel/apr-util: Makefile distinfo Log Message: Update "apr-util" package to version 1.3.11. Changes since version 1.3.10: - apr_dbd_oracle: fix endianness issue in prepared statements. Bug 50690. [Stefan Ruppert ] - apr_ldap: resolve possible hangs or crashes when the pool passed to apr_ldap_rebind_init() is cleaned up and apr_ldap_rebind is re-initted and re-used. PR50918. [Eric Covener] - DBD ODBC support: Fix stack buffer overwrite when an unexpected number of parameters is passed to open. Fix range checking of the APR DBD type enum passed to some of the APIs. [Jeff Trawick] - Add support for Berkeley DB 5.1. [Rainer Jung] To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/apr-util/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/apr-util/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.