pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/p5-DBD-postgresql



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 27 19:16:06 UTC 2017

Modified Files:
        pkgsrc/databases/p5-DBD-postgresql: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/databases/p5-DBD-postgresql/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/databases/p5-DBD-postgresql/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/p5-DBD-postgresql/Makefile
diff -u pkgsrc/databases/p5-DBD-postgresql/Makefile:1.84 pkgsrc/databases/p5-DBD-postgresql/Makefile:1.85
--- pkgsrc/databases/p5-DBD-postgresql/Makefile:1.84    Mon Jun  5 14:22:25 2017
+++ pkgsrc/databases/p5-DBD-postgresql/Makefile Wed Sep 27 19:16:06 2017
@@ -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/}
 

Index: pkgsrc/databases/p5-DBD-postgresql/distinfo
diff -u pkgsrc/databases/p5-DBD-postgresql/distinfo:1.43 pkgsrc/databases/p5-DBD-postgresql/distinfo:1.44
--- pkgsrc/databases/p5-DBD-postgresql/distinfo:1.43    Mon May 29 10:56:13 2017
+++ pkgsrc/databases/p5-DBD-postgresql/distinfo Wed Sep 27 19:16:06 2017
@@ -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