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 p5-DBD-postgresql: update ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/229673a85ed5
branches:  trunk
changeset: 369237:229673a85ed5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 27 19:16:06 2017 +0000

description:
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:

 databases/p5-DBD-postgresql/Makefile |   5 ++---
 databases/p5-DBD-postgresql/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 712713d827d1 -r 229673a85ed5 databases/p5-DBD-postgresql/Makefile
--- a/databases/p5-DBD-postgresql/Makefile      Wed Sep 27 19:11:47 2017 +0000
+++ b/databases/p5-DBD-postgresql/Makefile      Wed Sep 27 19:16:06 2017 +0000
@@ -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 -r 712713d827d1 -r 229673a85ed5 databases/p5-DBD-postgresql/distinfo
--- a/databases/p5-DBD-postgresql/distinfo      Wed Sep 27 19:11:47 2017 +0000
+++ b/databases/p5-DBD-postgresql/distinfo      Wed Sep 27 19:16:06 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index