diff options
author | adam <adam@pkgsrc.org> | 2011-05-04 09:46:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-05-04 09:46:37 +0000 |
commit | bfd73843ea5aa410747c1500837dcf31a50a605a (patch) | |
tree | c335503b6befb755c352e9f4bc4b80b9eb79b305 /databases/p5-DBD-postgresql | |
parent | 0845b517379294fd874e86db929edae19e9f8f12 (diff) | |
download | pkgsrc-bfd73843ea5aa410747c1500837dcf31a50a605a.tar.gz |
Changes 2.18.0:
* Fix memory leak when binding arrays
* Fix memory leak with ParamValues
* New cancel() method per DBI spec
* Fix memory leak in handle_old_async (missing PQclear)
* Fix memory leak in pg_db_cancel (missing PQclear)
* Mark pg_getcopydata strings as UTF8 as needed
* Function dequote_bytea returning void should not try to return something
* Fix the number of tests to skip in t/01connect.t when the $DBI_DSN
environment variable lacks a database specification
* Fix algorithm for skipping tests in t/06bytea.t when running on a version
of PostgreSQL lower than 9.0
* Small tweaks to get tests working when compiled against Postgres 7.4
* Fix failing test when run as non-superuser
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index d9ca10e3521..a05d52c25c4 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.58 2010/08/21 16:32:57 seb Exp $ +# $NetBSD: Makefile,v 1.59 2011/05/04 09:46:37 adam Exp $ -VER= 2.17.1 +VER= 2.18.0 DISTNAME= DBD-Pg-${VER} PKGNAME= p5-DBD-postgresql-${VER} -PKGREVISION= 1 SVR4_PKGNAME= p5dpo CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} @@ -25,6 +24,7 @@ POSTGRES_INCLUDE= ${PGSQL_PREFIX}/include/postgresql POSTGRES_LIB= ${PGSQL_PREFIX}/lib MAKE_ENV+= POSTGRES_INCLUDE=${POSTGRES_INCLUDE:Q} MAKE_ENV+= POSTGRES_LIB=${POSTGRES_LIB:Q} +REPLACE_PERL+= testme.tmp.pl .include "../../databases/p5-DBI/buildlink3.mk" .include "../../lang/perl5/module.mk" diff --git a/databases/p5-DBD-postgresql/distinfo b/databases/p5-DBD-postgresql/distinfo index 5f4a6431b8e..6c460da1215 100644 --- a/databases/p5-DBD-postgresql/distinfo +++ b/databases/p5-DBD-postgresql/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2010/05/20 13:30:49 adam Exp $ +$NetBSD: distinfo,v 1.29 2011/05/04 09:46:37 adam Exp $ -SHA1 (DBD-Pg-2.17.1.tar.gz) = 9346e6937a1dcc27d7da6f8aeb3f897bd8b39332 -RMD160 (DBD-Pg-2.17.1.tar.gz) = 33150577792c59e214971dbb7e751798de60498e -Size (DBD-Pg-2.17.1.tar.gz) = 231523 bytes +SHA1 (DBD-Pg-2.18.0.tar.gz) = af86fc2a8fac98cef69284688df5c9dd07cf9cb0 +RMD160 (DBD-Pg-2.18.0.tar.gz) = 620493a60949a291aafd41da20a8544af22c2133 +Size (DBD-Pg-2.18.0.tar.gz) = 235017 bytes |