Fri Aug 23 13:15:06 2019 UTC ()
p5-DBD-postgresql: updated to 3.9.1

Version 3.9.1:
Bugfix for pg_error_field: make sure we do not feed null to newSVpv,
handle older versions of Postgres better.

Version 3.9.0:
- ShowErrorStatement works for "quickexec" do() calls
- Add :pg_limits to add constants such as PG_MAX_SMALLINT
- Add $dbh->pg_error_field() function
- Fix failing tests due to incorrect 'initdb' check

Version 3.8.1:
- Fix encoding of SQL_VARBINARY type in $dbh->quote() function
- Fix encoding in $dbh->do() function
- Fix E'' string escape handling on architectures with unsigned chars
- Minor fix to allow DBD::Pg to connect to PGbouncer's internal 'pgbouncer' database.
- Fix so table_info test works on non-empty databases

Version 3.8.0:
- Increase minimum supported PostgreSQL version to 8.0
- Add support for foreign tables in table_info() and column_info()
- Return the current database name as TABLE_CAT in info methods
- Handle backslash-escaped quotes in E'' strings
- Fix typo in Makefile.PL
- Fix parsing of PostgreSQL versions >= 10 on Debian/Ubuntu
- Fix client_min_messages=FATAL test when PostgreSQL caps it to ERROR
- Fix ->ping error detection on PostgreSQL 12
- Adjust tests for new pg_ctl output
- Adjust tests for removal of WITH OIDS in PostgreSQL 12
- Fix support for PostgreSQL versions back to 8.0
- Remove usage of deprecated pg_attrdef.adsrc and pg_constraint.consrc columns
- Fix typo in pg_placeholder_colons example
- Support GENERATED ... AS IDENTITY columns in last_insert_id()


(adam)
diff -r1.89 -r1.90 pkgsrc/databases/p5-DBD-postgresql/Makefile
diff -r1.45 -r1.46 pkgsrc/databases/p5-DBD-postgresql/distinfo

cvs diff -r1.89 -r1.90 pkgsrc/databases/p5-DBD-postgresql/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-postgresql/Makefile 2019/08/11 13:18:25 1.89
+++ pkgsrc/databases/p5-DBD-postgresql/Makefile 2019/08/23 13:15:05 1.90
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.89 2019/08/11 13:18:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.90 2019/08/23 13:15:05 adam Exp $
2 2
3DISTNAME= DBD-Pg-3.7.4 3DISTNAME= DBD-Pg-3.9.1
4PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/} 4PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/}
5PKGREVISION= 2 
6CATEGORIES= databases perl5 5CATEGORIES= databases perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/DBD-Pg 9HOMEPAGE= https://metacpan.org/release/DBD-Pg
11COMMENT= Perl DBI/DBD driver for PostgreSQL databases 10COMMENT= Perl DBI/DBD driver for PostgreSQL databases
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14#DEPENDS+= {p5-version-[0-9]*,perl>=5.10.0}:../../devel/p5-version 13#DEPENDS+= {p5-version-[0-9]*,perl>=5.10.0}:../../devel/p5-version
15DEPENDS+= p5-DBI>=1.614:../../databases/p5-DBI 14DEPENDS+= p5-DBI>=1.614:../../databases/p5-DBI
16 15
17PERL5_PACKLIST= auto/DBD/Pg/.packlist 16PERL5_PACKLIST= auto/DBD/Pg/.packlist
18 17

cvs diff -r1.45 -r1.46 pkgsrc/databases/p5-DBD-postgresql/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-postgresql/distinfo 2018/02/25 16:24:02 1.45
+++ pkgsrc/databases/p5-DBD-postgresql/distinfo 2019/08/23 13:15:05 1.46
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.45 2018/02/25 16:24:02 wiz Exp $ 1$NetBSD: distinfo,v 1.46 2019/08/23 13:15:05 adam Exp $
2 2
3SHA1 (DBD-Pg-3.7.4.tar.gz) = 6f0598fef195203057bae7947859590e8b79e497 3SHA1 (DBD-Pg-3.9.1.tar.gz) = 702aee1c874522e71d5897cdfddbfde5c27e15f8
4RMD160 (DBD-Pg-3.7.4.tar.gz) = ca702e850204138e2894b1f482174c078850d5de 4RMD160 (DBD-Pg-3.9.1.tar.gz) = 345a375e27d4fc1ce35e65b998362f215eab24d2
5SHA512 (DBD-Pg-3.7.4.tar.gz) = 77c629ce89233345f7893b0cc2799a5efc646e86b62ee91986678f196380ac772ece7b9f6c98dae588fbf8f29def1f997335fa85874562ab648af8665cd9add8 5SHA512 (DBD-Pg-3.9.1.tar.gz) = ef322012d25c46784ef9e25eb332f2fe57c6bc2102a7e7cf2f423ae6d77ec78d338e91f08734a932f46a0bc028e358a6cf84b6b41b5f9723905b240db24582f0
6Size (DBD-Pg-3.7.4.tar.gz) = 261212 bytes 6Size (DBD-Pg-3.9.1.tar.gz) = 268392 bytes