Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id C06C363BDF9 for ; Fri, 7 Aug 2009 14:29:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 6CE9F63B10E; Fri, 7 Aug 2009 14:29:45 +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 8138B63B10A for ; Fri, 7 Aug 2009 14:29:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5B8E0175D0; Fri, 7 Aug 2009 14:29:44 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 7 Aug 2009 14:29:44 +0000 From: Greg Troxel Subject: CVS commit: pkgsrc/devel/apr To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20090807142944.5B8E0175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: gdt Date: Fri Aug 7 14:29:44 UTC 2009 Modified Files: pkgsrc/devel/apr: Makefile distinfo Log Message: Update to 1.3.8 (security fix). Changes for APR 1.3.8 *) SECURITY: CVE-2009-2412 (cve.mitre.org) Fix overflow in pools and rmm, where size alignment was taking place. [Matt Lewis , Sander Striker] *) Make sure that "make check" is used in the RPM spec file, consistent with apr-util. [Graham Leggett] *) Pass default environment to testflock, testoc and testpipe children, so that tests run when APR is compiled with Intel C Compiler. [Bojan Smojver] To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/apr/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/apr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.