diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-27 19:16:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-27 19:16:06 +0000 |
commit | 42b12206ec085039cc98537bdf9dc48cd3779e66 (patch) | |
tree | 4d064029a79bcbe31c16884c55240f78545c7c87 /databases | |
parent | b85d850b15449c8fd59bb23c98a710eec28dc4aa (diff) | |
download | pkgsrc-42b12206ec085039cc98537bdf9dc48cd3779e66.tar.gz |
p5-DBD-postgresql: update to 3.7.0.
Version 3.7.0 Released September 24, 2017 (git tag 3.7.0)
- If no placeholders, use PQexec instead of PQexecParams
[Greg Sabino Mullane]
- Fix running tests with non-UTF8 server_encoding
[Dagfinn Ilmari Mannsåker]
(Github issue #26)
- Fix crash with missing client_encoding
[David Christensen, reported by Marko Tiikkaja]
(Github issue #29)
- Fix crash with missing server_version
[David Christensen]
- Fix leak in ->state methods
[Dagfinn Ilmari Mannsåker]
(Github issue #30)
- Add $sth->{pg_async_status} to determine async status of a statement handle.
Values can be 0 (no async), 1 (async), or -1 (cancelled)
[Greg Sabino Mullane, as requested by Dmytro Zagashev (ZDM)]
(CPAN ticket #116172)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index c98d53b7d8e..52c2a578450 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.84 2017/06/05 14:22:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.85 2017/09/27 19:16:06 wiz Exp $ -DISTNAME= DBD-Pg-3.6.2 +DISTNAME= DBD-Pg-3.7.0 PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/} -PKGREVISION= 1 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 ad623528d18..de36e9f0719 100644 --- a/databases/p5-DBD-postgresql/distinfo +++ b/databases/p5-DBD-postgresql/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.43 2017/05/29 10:56:13 wiz Exp $ +$NetBSD: distinfo,v 1.44 2017/09/27 19:16:06 wiz Exp $ -SHA1 (DBD-Pg-3.6.2.tar.gz) = f6d52d947ac51c09ffe15a147d923f5353b82c65 -RMD160 (DBD-Pg-3.6.2.tar.gz) = 77eec2e195c21ef41971dad247b0b0a0bf3bcf84 -SHA512 (DBD-Pg-3.6.2.tar.gz) = 1f55bd463d90cd0d9933acde0a79462a57f11e7ed9519943cc2cb4487b4b69edd7d16ffa3d666c50aca797f9756ff4e6a0d67b58bc100f4920da36169d73b7b4 -Size (DBD-Pg-3.6.2.tar.gz) = 258640 bytes +SHA1 (DBD-Pg-3.7.0.tar.gz) = 073543833d6f0832c382d6b6ebef6d324d39ff2b +RMD160 (DBD-Pg-3.7.0.tar.gz) = 19683395cb642942dd174b57200941229a8751f3 +SHA512 (DBD-Pg-3.7.0.tar.gz) = edd4d3448dac1b563899c5fd4a1bad6cb810afdbbbf57b558bbe6710aa3e58530a6cf0932e35c3316c7f4f59763764d75ce1049f13c8c13deeb2e8a7c60ff73e +Size (DBD-Pg-3.7.0.tar.gz) = 260083 bytes |