Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9991BA654B for ; Thu, 6 Aug 2015 01:44:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0024D14A1B5; Thu, 6 Aug 2015 01:44:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3FF6114A1AD for ; Thu, 6 Aug 2015 01:44:41 +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 EzWp5vEe-13u for ; Thu, 6 Aug 2015 01:44:40 +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 7B15614A1B2 for ; Thu, 6 Aug 2015 01:44:40 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 759B998; Thu, 6 Aug 2015 01:44:40 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 6 Aug 2015 01:44:40 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/databases/p5-SQL-Statement To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20150806014440.759B998@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 6 01:44:40 UTC 2015 Modified Files: pkgsrc/databases/p5-SQL-Statement: Makefile distinfo Log Message: Update to 1.407 Add missing DEPENDS Upstream changes: 1.407 2015-05-26 * Release 1.406_002 without further changes as 1.407 1.406_002 2015-05-22 [Bug fixes] * Fix RT#104579: Redundant argument in sprintf submitted by Slaven Rezi * Fix RT#104589: t/14parse.t fails if Test::Deep is not installed submitted by Slaven Rezi 1.406_001 2015-05-20 [Misc] * clean up Makefile.PL, meta-data and requirements [Bug fixes] * Fix SQL function CONV to use limited number of sane character sets for conversion and rely on Math::Base::Convert instead of own code (suggested by Tom Wyant in RT#100551, thanks Tom) * fix handling of literal identifiers and for every IMPORT rely on literal identifiers to avoid parser errors for column names starting with numbers or similar * fix capability cache: "$class->can(...)" might return undef and therefore inexistent capabilities are queried to often * Fix COUNT(DISTINCT col) without GROUP BY clause (patch submitted by Grant Mathews, thanks Grant) * Fix "parse insert with functions" submitted via GitHub PR#6 by fecundf and RT#96628 * Fix RT#93320: SQL-style comment can not begin inside quotes by Tom Wyant - thanks Tom [Improvements] * reduce blocks and rewrite some inner statements to increase speed of sql command processing To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/databases/p5-SQL-Statement/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/p5-SQL-Statement/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.