diff options
author | wen <wen@pkgsrc.org> | 2015-12-31 03:23:31 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-12-31 03:23:31 +0000 |
commit | 80846b720d2d71caf73eac5e10e165e48bf96aaf (patch) | |
tree | e383a57e7e7264731daedecea1f82d1f6c7a4ccf /databases/p5-DBD-mysql/Makefile | |
parent | 9af4c8a905c245f0997dddbeedac064fae60fa5a (diff) | |
download | pkgsrc-80846b720d2d71caf73eac5e10e165e48bf96aaf.tar.gz |
Update to 4.033
Upstream changes:
2015-10-26 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.033)
* Full-release to include 03.
2015-10-25 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.032_03)
* Use mysql_get_option to read net_buffer_length and mysql_get_parameter
where available, needed for MySQL 5.7.9. Patch from berntm @ Oracle.
https://github.com/perl5-dbi/DBD-mysql/pull/42
* Fix mysql_conn_attrs test when run against MySQL 5.1 server.
* Fix for memory leak to $sth->{ParamValues} , RT83051
https://rt.cpan.org/Public/Bug/Display.html?id=83051
* Fixes for running test suite on MySQL 5.7.
* Fix running test suite with InnoDB disabled, reported by bor.
Diffstat (limited to 'databases/p5-DBD-mysql/Makefile')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index f4f3dfbc6a8..3477c600086 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.61 2015/08/29 04:41:50 wen Exp $ +# $NetBSD: Makefile,v 1.62 2015/12/31 03:23:31 wen Exp $ -DISTNAME= DBD-mysql-4.032 +DISTNAME= DBD-mysql-4.033 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} |