Wed Aug 24 00:33:34 2016 UTC ()
Update to 4.036

Upstream changes:
2016-08-23 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.036)
Stable version, to include all changes since 4.035.

2016-08-19 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035_03)
* By mistake, when DBD::mysql was compiled against libmariadb, it
  did not compile in SSL support.
  Reported by Jitka Plesnikova @ Red Hat
   (https://rt.cpan.org/Public/Bug/Display.html?id=116959)
   (https://bugzilla.redhat.com/show_bug.cgi?id=1366773)
* If the database test server was not on localhost and the test database was
  not yet created, we would not correctly create the test database.
  Reported by Vladimir Marek.
   (https://rt.cpan.org/Ticket/Display.html?id=112072)

2016-08-11 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035_02)
* Test 56connattr.t failed when run when performance schema is enabled, but
  tests were run as a user with limited permissions.
  Reported by J矇r繫me �t矇v矇.
  (https://rt.cpan.org/Public/Bug/Display.html?id=115980)
* In 4.033_03 we added a patch from Petr P穩sa� @ Red Hat for a problem on
  64-bit big-endian systems. The patch was applied but the unit test was not,
  also, there was no entry in the change log.
  Unit test provided by Vladimir Marek.
  t/40server_prepare.t test failed on s390x platform. Server-prepared
  values of types int, smallint, and tinyint are passed to application
  as 32-bit integer. The same buffer was interpreted as long integer
  by DBD::MySQL. This caused misaligned read/write and bogus
  interpretation of the values.
   (https://rt.cpan.org/Public/Bug/Display.html?id=57266)
* Remove dropdb, createdb, reload and shutdown admin functions from perldoc.
  These are deprecated by the C API.
  Use 'CREATE DATABASE..', 'DROP DATABASE...' and other SQL commands instead.
* Test rt75353-innodb-lock-timeout.t fails on MySQL Server 5.1 and earlier
  because innodb_lock_wait_timeout is not modifyable per session.
* Test rt25389-bin-case.t does not work on MySQL Server < 5.1, reported by
  GAAS.

2016-08-01 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035_01)
* Apparently, on t/31insertid.t, there is one test that fails when compiled
  against libmysqlclient 5.7 or up; issuing a SELECT statement on the same
  database handle that previously executed an INSERT clears
  $dbh->{mysql_insertid}, while previously this was retained.
  (https://rt.cpan.org/Ticket/Display.html?id=108000)
* Removed appveyor.yml and mysql.mtest from CPAN releases.
* Converted README.pod to README.md because of installation failures on
  FreeBSD, reported by Don Randolph.
  (https://rt.cpan.org/Public/Bug/Display.html?id=114177)


(wen)
diff -r1.64 -r1.65 pkgsrc/databases/p5-DBD-mysql/Makefile
diff -r1.24 -r1.25 pkgsrc/databases/p5-DBD-mysql/distinfo

cvs diff -r1.64 -r1.65 pkgsrc/databases/p5-DBD-mysql/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-mysql/Makefile 2016/07/15 23:23:02 1.64
+++ pkgsrc/databases/p5-DBD-mysql/Makefile 2016/08/24 00:33:33 1.65
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.64 2016/07/15 23:23:02 wen Exp $ 1# $NetBSD: Makefile,v 1.65 2016/08/24 00:33:33 wen Exp $
2 2
3DISTNAME= DBD-mysql-4.035 3DISTNAME= DBD-mysql-4.036
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= databases perl5 5CATEGORIES= databases perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
7 7
8MAINTAINER= bad@NetBSD.org 8MAINTAINER= bad@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/DBD-mysql/ 9HOMEPAGE= http://search.cpan.org/dist/DBD-mysql/
10COMMENT= Perl DBI/DBD driver for MySQL databases 10COMMENT= Perl DBI/DBD driver for MySQL databases
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13#DEPENDS+= p5-Data-ShowTable>=3.3:../../devel/p5-Data-ShowTable 13#DEPENDS+= p5-Data-ShowTable>=3.3:../../devel/p5-Data-ShowTable
14 14
15PERL5_PACKLIST= auto/DBD/mysql/.packlist 15PERL5_PACKLIST= auto/DBD/mysql/.packlist
16 16

cvs diff -r1.24 -r1.25 pkgsrc/databases/p5-DBD-mysql/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-mysql/distinfo 2016/07/15 23:23:02 1.24
+++ pkgsrc/databases/p5-DBD-mysql/distinfo 2016/08/24 00:33:33 1.25
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.24 2016/07/15 23:23:02 wen Exp $ 1$NetBSD: distinfo,v 1.25 2016/08/24 00:33:33 wen Exp $
2 2
3SHA1 (DBD-mysql-4.035.tar.gz) = c5457135caa5c8e328dbb306863cc273487cd9f7 3SHA1 (DBD-mysql-4.036.tar.gz) = 820007bdcc668da2fd478381d20850c38e85da6b
4RMD160 (DBD-mysql-4.035.tar.gz) = e9ac0c3327bb0ba720c6d715e62348a71bcb4949 4RMD160 (DBD-mysql-4.036.tar.gz) = f7401ab90a219c701fd5e9667193c38da13906fc
5SHA512 (DBD-mysql-4.035.tar.gz) = f7b6557bc3551b3366c0f076674288a46011aea80e5b4e9d4a9dcbd85a9f150921312d94a1e10800a87ffd4a18d9a561bbbbf9103bddfc321aee631da2ccd657 5SHA512 (DBD-mysql-4.036.tar.gz) = 2bfc5151b54559277f5e1949abc702eb373323998c641d199e3b2ba30f4b4ca449fc728fbd4f5ed05af53602e8f8772c2de9b1dd6db36f5af85a3c7799daab19
6Size (DBD-mysql-4.035.tar.gz) = 145455 bytes 6Size (DBD-mysql-4.036.tar.gz) = 146513 bytes