diff options
author | wen <wen@pkgsrc.org> | 2016-08-24 00:33:33 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-08-24 00:33:33 +0000 |
commit | 6ecb77bc25eb40a121947f1145a1bcd6b79e3a77 (patch) | |
tree | 123df6685318f1be161c62f989efbd57e2d0795c /databases/p5-DBD-mysql | |
parent | cf56f76aa811f739455041db2317dc8a6c23bad7 (diff) | |
download | pkgsrc-6ecb77bc25eb40a121947f1145a1bcd6b79e3a77.tar.gz |
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)
Diffstat (limited to 'databases/p5-DBD-mysql')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index 30607657e6a..d5661609bec 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2016/07/15 23:23:02 wen Exp $ +# $NetBSD: Makefile,v 1.65 2016/08/24 00:33:33 wen Exp $ -DISTNAME= DBD-mysql-4.035 +DISTNAME= DBD-mysql-4.036 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/p5-DBD-mysql/distinfo b/databases/p5-DBD-mysql/distinfo index f1776e53d97..6cbab3a9025 100644 --- a/databases/p5-DBD-mysql/distinfo +++ b/databases/p5-DBD-mysql/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2016/07/15 23:23:02 wen Exp $ +$NetBSD: distinfo,v 1.25 2016/08/24 00:33:33 wen Exp $ -SHA1 (DBD-mysql-4.035.tar.gz) = c5457135caa5c8e328dbb306863cc273487cd9f7 -RMD160 (DBD-mysql-4.035.tar.gz) = e9ac0c3327bb0ba720c6d715e62348a71bcb4949 -SHA512 (DBD-mysql-4.035.tar.gz) = f7b6557bc3551b3366c0f076674288a46011aea80e5b4e9d4a9dcbd85a9f150921312d94a1e10800a87ffd4a18d9a561bbbbf9103bddfc321aee631da2ccd657 -Size (DBD-mysql-4.035.tar.gz) = 145455 bytes +SHA1 (DBD-mysql-4.036.tar.gz) = 820007bdcc668da2fd478381d20850c38e85da6b +RMD160 (DBD-mysql-4.036.tar.gz) = f7401ab90a219c701fd5e9667193c38da13906fc +SHA512 (DBD-mysql-4.036.tar.gz) = 2bfc5151b54559277f5e1949abc702eb373323998c641d199e3b2ba30f4b4ca449fc728fbd4f5ed05af53602e8f8772c2de9b1dd6db36f5af85a3c7799daab19 +Size (DBD-mysql-4.036.tar.gz) = 146513 bytes |