pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-postgresql PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe82f8db6e07
branches:  trunk
changeset: 557125:fe82f8db6e07
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Apr 11 21:37:46 2009 +0000

description:
PkgSrc changes:
  - updating module to 1.12.0

Upstream changes:
2.12.0 Released March 28, 2009

  - Change large object interface from lo_* to pg_lo_* and make them accessible
    via direct $dbh calls (e.g. $dbh->pg_lo_import instead of $dbh->func(..,'pg_lo_import').
    The use of $dbh->func(... 'lo_*') is deprecated. [GSM] (CPAN bug #44467)
  - Throw an exception for large_object functions called when AutoCommit is on,
    but allow pg_lo_import and pg_lo_export to work. Reported by Kynn Jones.
    [GSM] (CPAN bug #44461)
  - Fix a memory leak when parsing returned arrays. Reported by B~A!lint Szilakszi.
    [GSM] (CPAN bug #44225)
  - Do proper dequoting of boolean arrays [Armando Santos, GSM] (CPAN bug #43768)
  - Use pg_get_expr in column_info when available [Adam Sj~A,gren]
  - Fix minor bugs in POD docs. [Frank Wiegand] (CPAN bug #44242)
  - Fix minor bug in POD docs. [Tim Mattison]

diffstat:

 databases/p5-DBD-postgresql/Makefile |  4 ++--
 databases/p5-DBD-postgresql/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 3a41c5ba3043 -r fe82f8db6e07 databases/p5-DBD-postgresql/Makefile
--- a/databases/p5-DBD-postgresql/Makefile      Sat Apr 11 21:36:48 2009 +0000
+++ b/databases/p5-DBD-postgresql/Makefile      Sat Apr 11 21:37:46 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2009/01/18 23:09:00 he Exp $
+# $NetBSD: Makefile,v 1.50 2009/04/11 21:37:46 sno Exp $
 #
 
-VER=           2.11.8
+VER=           2.12.0
 DISTNAME=      DBD-Pg-${VER}
 PKGNAME=       p5-DBD-postgresql-${VER}
 SVR4_PKGNAME=  p5dpo
diff -r 3a41c5ba3043 -r fe82f8db6e07 databases/p5-DBD-postgresql/distinfo
--- a/databases/p5-DBD-postgresql/distinfo      Sat Apr 11 21:36:48 2009 +0000
+++ b/databases/p5-DBD-postgresql/distinfo      Sat Apr 11 21:37:46 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2009/01/18 23:09:00 he Exp $
+$NetBSD: distinfo,v 1.22 2009/04/11 21:37:46 sno Exp $
 
-SHA1 (DBD-Pg-2.11.8.tar.gz) = ebb901b6feccaf65432509c416f09ac8e0b2ba35
-RMD160 (DBD-Pg-2.11.8.tar.gz) = 951075722f1beb2a7f8a28bb6cd70ca76c645136
-Size (DBD-Pg-2.11.8.tar.gz) = 218125 bytes
+SHA1 (DBD-Pg-2.12.0.tar.gz) = 8eecdd5468f3ea260acab4a6e972713a88d68a22
+RMD160 (DBD-Pg-2.12.0.tar.gz) = ad0b4240ac5a23f93e8095f3cb8a6602168dca50
+Size (DBD-Pg-2.12.0.tar.gz) = 220725 bytes



Home | Main Index | Thread Index | Old Index