diff options
author | wen <wen@pkgsrc.org> | 2015-08-29 04:41:50 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-08-29 04:41:50 +0000 |
commit | 03a0f3efb05d07255aa959583560c83125be6ad6 (patch) | |
tree | 4e3599b12289e1fc96117da72fdb0eab84a0114e /databases | |
parent | 5dc535aa9b664c912801485c29932e12c315074a (diff) | |
download | pkgsrc-03a0f3efb05d07255aa959583560c83125be6ad6.tar.gz |
Update to 4.032
Upstream changes:
2015-07-20 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.032)
* Full-release to include 02 and 01.
2015-06-15 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.032_02)
* Added support for utf8mb4 by Dani螔 van Eeden and Eric Herman (Booking.com)
* Added patch for connection attributes in MySQL 5.6.6+, by Dani螔 van Eeden
and Eric Herman (Booking.com).
2015-04-16 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.032_01)
* Fixed test rt88006-bit-prepare on MyISAM storage
(Reported both in RT102657 and by Scimon on github)
* Fix for https://rt.cpan.org/Public/Bug/Display.html?id=102717 "Fritz" Friedrich Haubensak (hsk AT fli-leibniz DOT de)
Vielen Danken!
* Corrected name ofINSTALL.pm in POD David Farrell <davidnmfarrell AT gmail DOT com>
Corrected name of INSTALL.pm in POD
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index 93e112b5e43..f4f3dfbc6a8 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2015/06/12 10:48:38 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2015/08/29 04:41:50 wen Exp $ -DISTNAME= DBD-mysql-4.031 +DISTNAME= DBD-mysql-4.032 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 ad93e2ae79e..b29e57e18bb 100644 --- a/databases/p5-DBD-mysql/distinfo +++ b/databases/p5-DBD-mysql/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2015/03/08 09:57:03 wen Exp $ +$NetBSD: distinfo,v 1.21 2015/08/29 04:41:50 wen Exp $ -SHA1 (DBD-mysql-4.031.tar.gz) = e413320e7a7899d801acd10ccee27c9460b53b3a -RMD160 (DBD-mysql-4.031.tar.gz) = dc25a5c307d99b2c3b875ede3755409ddd9334e1 -Size (DBD-mysql-4.031.tar.gz) = 145217 bytes +SHA1 (DBD-mysql-4.032.tar.gz) = 30a3d9ddf1187dfc0270bde7860be7de1c05a3bf +RMD160 (DBD-mysql-4.032.tar.gz) = a72584b93b6f4866a7367d545de60b96dc9da20c +Size (DBD-mysql-4.032.tar.gz) = 146476 bytes |