Skip to content

Commit

Permalink
p5-DBD-postgresql: update to 3.7.0.
Browse files Browse the repository at this point in the history
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 TritonDataCenter#26)

  - Fix crash with missing client_encoding
    [David Christensen, reported by Marko Tiikkaja]
    (Github issue TritonDataCenter#29)

  - Fix crash with missing server_version
    [David Christensen]

  - Fix leak in ->state methods
    [Dagfinn Ilmari Mannsåker]
    (Github issue TritonDataCenter#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)
  • Loading branch information
0-wiz-0 committed Sep 27, 2017
1 parent 1398191 commit 3b665b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions databases/p5-DBD-postgresql/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
10 changes: 5 additions & 5 deletions databases/p5-DBD-postgresql/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3b665b2

Please sign in to comment.