diff options
author | sno <sno@pkgsrc.org> | 2009-04-11 21:37:46 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-11 21:37:46 +0000 |
commit | 6aa49cc7e1e2ef140b622103b96c81006db07ec6 (patch) | |
tree | 43dd1fd5bbd1bf0666f3a9e293d2feea7c5487ea /databases/p5-DBD-postgresql | |
parent | 990859df954396d97de8aedc15e1358fa1a5b575 (diff) | |
download | pkgsrc-6aa49cc7e1e2ef140b622103b96c81006db07ec6.tar.gz |
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 (limited to 'databases/p5-DBD-postgresql')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 1e26074a787..57488273527 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -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 --git a/databases/p5-DBD-postgresql/distinfo b/databases/p5-DBD-postgresql/distinfo index 02a82a14f71..ad1874c444d 100644 --- a/databases/p5-DBD-postgresql/distinfo +++ b/databases/p5-DBD-postgresql/distinfo @@ -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 |