pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBI PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/baa59d798754
branches:  trunk
changeset: 392678:baa59d798754
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed May 06 06:34:10 2009 +0000

description:
PkgSrc changes:
  - Updating package for p5 DBI module's from 1.607 to 1.608

Upstream changes:
* Changes in DBI 1.608 (svn r12742) 5th May 2009

  Fixes to DBD::File (H.Merijn Brand)
    bind_param () now honors the attribute argument
    added f_ext attribute
    File::Spec is always required. (CORE since 5.00405)
    Fail and set errstr on parameter count mismatch in execute ()
  Fixed two small memory leaks when running in mod_perl
    one in DBI->connect and one in DBI::Gofer::Execute.
    Both due to "local $ENV{...};" leaking memory.
  Fixed DBD_ATTRIB_DELETE macro for driver authors
    and updated DBI::DBD docs thanks to Martin J. Evans.
  Fixed 64bit issues in trace messages thanks to Charles Jardine.
  Fixed FETCH_many() method to work with drivers that incorrectly return
    an empty list from $h->FETCH. Affected gofer.

  Added 'sqlite_' as registered prefix for DBD::SQLite.
  Corrected many typos in DBI docs thanks to Martin J. Evans.
  Improved DBI::DBD docs thanks to H.Merijn Brand.

diffstat:

 databases/p5-DBI/Makefile |  5 ++---
 databases/p5-DBI/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 4d199078bec7 -r baa59d798754 databases/p5-DBI/Makefile
--- a/databases/p5-DBI/Makefile Wed May 06 04:04:18 2009 +0000
+++ b/databases/p5-DBI/Makefile Wed May 06 06:34:10 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2008/10/19 19:17:44 he Exp $
+# $NetBSD: Makefile,v 1.44 2009/05/06 06:34:10 sno Exp $
 
-DISTNAME=      DBI-1.607
+DISTNAME=      DBI-1.608
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBD/}
 
diff -r 4d199078bec7 -r baa59d798754 databases/p5-DBI/distinfo
--- a/databases/p5-DBI/distinfo Wed May 06 04:04:18 2009 +0000
+++ b/databases/p5-DBI/distinfo Wed May 06 06:34:10 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2008/07/24 09:28:47 rhaen Exp $
+$NetBSD: distinfo,v 1.25 2009/05/06 06:34:10 sno Exp $
 
-SHA1 (DBI-1.607.tar.gz) = 5883b7c8129f33d234fdbb7903b60c60abf7dadb
-RMD160 (DBI-1.607.tar.gz) = e1dd06cd5b4f3fcd5e2850e9b36fdfe7eae44c4b
-Size (DBI-1.607.tar.gz) = 504385 bytes
+SHA1 (DBI-1.608.tar.gz) = 6ce03c2d385ba6a12a45a0cf4900001bbcf4176b
+RMD160 (DBI-1.608.tar.gz) = 646a6d3ff7ca796ae0ca17bb54c14e45992080b2
+Size (DBI-1.608.tar.gz) = 508058 bytes



Home | Main Index | Thread Index | Old Index