Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 24B4C63D43B for ; Thu, 29 Sep 2011 11:07:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0071B14A17D; Thu, 29 Sep 2011 11:07:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5DA6B14A164 for ; Thu, 29 Sep 2011 11:07:11 +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 kKjgxZ0qN6O3 for ; Thu, 29 Sep 2011 11:07:10 +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 8A2F414A152 for ; Thu, 29 Sep 2011 11:07:10 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6E836175DD; Thu, 29 Sep 2011 11:07:10 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 29 Sep 2011 11:07:10 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/databases/p5-DBD-Sybase To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20110929110710.6E836175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Thu Sep 29 11:07:10 UTC 2011 Modified Files: pkgsrc/databases/p5-DBD-Sybase: Makefile distinfo pkgsrc/databases/p5-DBD-Sybase/patches: patch-ac Log Message: Update p5-DBD-Sybase to 1.13, to buildable with perl-5.14. Release 1.13 Fix for incorrect UTF8 handling when retrieving UNICODE data (Jean-Pierre Rupp). Release 1.12 Bug/Typo/Compatibility fixes with various versions of OpenClient. Experimental: Handle in/out parameters (Merijn Broeren) Release 1.11 Remove reliance on PERL_POLLUTE. Add better support for utf8 (Dave Rolsky) Release 1.10 Handle 15.x datatypes correctly. Add LONGMS date format symbol to handle microseconds for bigdatetime. Add support for CS_LONGCHAR_TYPE (Mark Aufflick) Document syb_isdead(). Handle 64bit builds with FreeTDS (Ian Grant/Hans Kristian Rosbach) Add foreign_key_info & statistics_info (Jim Radford) Change behavior of large fixed precision numeric types (money, bigint) to be converted to a string internally and returned as such to the caller (behavior similar to numeric/decimal). This can be reverted to the old behavior by defining SYB_NATIVE_NUM. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/p5-DBD-Sybase/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/p5-DBD-Sybase/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/p5-DBD-Sybase/patches/patch-ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.