Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-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 97425714BC for ; Thu, 15 Aug 2013 11:41:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0879814A228; Thu, 15 Aug 2013 11:41:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9DF9114A208 for ; Thu, 15 Aug 2013 11:41:03 +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 8fHM9CKOC-kC for ; Thu, 15 Aug 2013 11:41:03 +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 05B5914A1F9 for ; Thu, 15 Aug 2013 11:41:03 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 03D3496; Thu, 15 Aug 2013 11:41:03 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 15 Aug 2013 11:41:02 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/databases/p5-DBI To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20130815114103.03D3496@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Thu Aug 15 11:41:02 UTC 2013 Modified Files: pkgsrc/databases/p5-DBI: Makefile distinfo Log Message: Update to 1.628 Upstream changes: Changes in DBI 1.628 - 22nd July 2013 Fixed missing fields on partial insert via DBI::DBD::SqlEngine engines (DBD::CSV, DBD::DBM etc.) [H.Merijn Brand, Jens Rehsack] Fixed stack corruption on callbacks RT#85562 RT#84974 [Aaron Schweiger] Fixed DBI::SQL::Nano_::Statement handling of "0" [Jens Rehsack] Fixed exit op precedence in test RT#87029 [Reni Urban] Added support for finding tables in multiple directories via new DBD::File f_dir_search attribute [H.Merijn Brand] Enable compiling by C++ RT#84285 [Kurt Jaeger] Typo fixes in pod and comment [David Steinbrunner] Change DBI's docs to refer to git not svn [H.Merijn Brand] Clarify bind_col TYPE attribute is sticky [Martin J. Evans] Fixed reference to $sth in selectall_arrayref docs RT#84873 Spelling fixes [Ville Skyttä] Changed $VERSIONs to hardcoded strings [H.Merijn Brand] To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/databases/p5-DBI/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/databases/p5-DBI/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.