diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-19 13:19:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-19 13:19:16 +0000 |
commit | 39defa836a9964644da71d682d1f0bcd16baadc5 (patch) | |
tree | 322e8939c58db0f14c1a490a55c97df1a25af320 /databases/p5-DBD-postgresql | |
parent | ca155cc9ee3f87cd17b1f95bdf6685aaa716187b (diff) | |
download | pkgsrc-39defa836a9964644da71d682d1f0bcd16baadc5.tar.gz |
Update to 3.5.1:
Version 3.5.1 Released February 17, 2015 (git commit 6c3457ee20c19ae492d29c490af6800e7e6a0774)
- Prevent core dump if the second argument to the quote() method
is anything but a hashref
[Greg Sabino Mullane]
(CPAN bug #101980)
- Better "support" for SQL_ASCII servers in the tests.
Allow env var DBDPG_TEST_ALWAYS_ENV to force use of DBI_DSN and DBI_USER in tests.
[Greg Sabino Mullane]
- Fix client_encoding detection on pre-9.1 servers
[Dagfinn Ilmari Mannsåker]
- Fix operator existence check in tests on pre-8.3 servers
[Dagfinn Ilmari Mannsåker]
- Documentation fix
[Stuart A Johnston]
- Fix pg_switch_prepared database handle documentation
[Dagfinn Ilmari Mannsåker]
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 b5b9f83a531..55b072e9714 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.74 2015/01/07 23:21:16 wiz Exp $ +# $NetBSD: Makefile,v 1.75 2015/02/19 13:19:16 wiz Exp $ -DISTNAME= DBD-Pg-3.5.0 +DISTNAME= DBD-Pg-3.5.1 PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/p5-DBD-postgresql/distinfo b/databases/p5-DBD-postgresql/distinfo index b1815d193db..a9cc93ec5ee 100644 --- a/databases/p5-DBD-postgresql/distinfo +++ b/databases/p5-DBD-postgresql/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.37 2015/01/07 23:21:16 wiz Exp $ +$NetBSD: distinfo,v 1.38 2015/02/19 13:19:16 wiz Exp $ -SHA1 (DBD-Pg-3.5.0.tar.gz) = 5c784db28c12f9b7f9b7e9f34623c663342d0e57 -RMD160 (DBD-Pg-3.5.0.tar.gz) = 2a1c27da2df35c185b70126fcbb0753891fbad6a -Size (DBD-Pg-3.5.0.tar.gz) = 255550 bytes +SHA1 (DBD-Pg-3.5.1.tar.gz) = 2d3369a007f9acb3c1e3011030d7167bea3c5995 +RMD160 (DBD-Pg-3.5.1.tar.gz) = 3b23bdaaed8c3e9bc65b1b82d9ede78e7caeff49 +Size (DBD-Pg-3.5.1.tar.gz) = 256163 bytes |