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/p5-DBD-mysql/Makefile | |
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/p5-DBD-mysql/Makefile')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 5 |
1 files changed, 2 insertions, 3 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/} |