diff options
author | wen <wen@pkgsrc.org> | 2014-05-28 07:58:20 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-05-28 07:58:20 +0000 |
commit | e24e0f35857079276bcb3db2e095b53242e77f4a (patch) | |
tree | 06d54c993c646d6f8ddd87e43215e061a5acab91 /databases | |
parent | 70fe7a8b901574af71c9790426b3f74ca5905264 (diff) | |
download | pkgsrc-e24e0f35857079276bcb3db2e095b53242e77f4a.tar.gz |
Update to 4.027
Upstream changes:
2014-??-?? Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.027)
* Added more OS X notes and fixed compiler warnings
* Skip tests if test database is not present-RT92330 (zefram <zefram at fysh dot org>
* metacpan.org and search.cpan.org didn't display module POD, caused by fix for RT90101. Reported by Oleg, RT92350.
2014-01-15 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.026)
* t/29warnings.t fails on MySQL Server 5.1.something - Reported by RT91202, Gisle Aas. Now is handled depending on version.
* README.pod misses proper NAME heading - RT90101 - Damyan Ivanov, Debian Perl Group
* Added fix and test for RT91715
* Added feature from Jacob Gelbman (cPanel) mysql_skip_secure_auth
2013-11-05 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.025)
* Set with parentheses and column_info - RT50304 - reported and fixed by Kevin Bosak.
* Fix method redefinition warnings in threads on Perl >= 5.16 - Dagfinn Ilmari Manns.er
* use strict and warnings everywhere.
* Minimum perl version is now 5.8.1, just as for DBI.
* Improved database version check so tests run correctly on MariaDB 10.
* Fix manifest - RT89106, reported by Joe Grasse.
* set auto_increment_offset explicitly to make tests pass if they are set on server - RT83487, reported by Ian Barton.
* Assume 'localhost' when testport is set but no testhost in Makefile.PL - RT83496, reported by Philip Stoev.
* Corrected documentation for mysql_init_command option - Alexey Molchanov <alexey.molchanov@portaone.com>
* Skip stored procedure tests if user is unpriviliged - RT83348 - Chris Weyl <cweyl@alumni.drew.edu>
* Fix example in POD doc for NUM_OF_FIELDS - RT36730, reported by tapoutmma.
* Fix for memory leak (RT86153) when connecting with incorrect password
* Bail if connect fails early on (RT31823)
2013-09-17 Michiel Beijen, Patrick Galbraith, DBI/DBD community (4.024)
* Fix memory leak if mysql_server_prepare is enabled - RT76462 - Masahiro Chiba
* Small dist improvements: Michiel Beijen <michiel.beijen@otrs.com>
* Undefined $DBI::errstr on execute fail on Windows: Michiel Beijen <michiel.beijen@otrs.com>
* Better diagnostics for 80procs.t Fixes RT#71199: Alexandr Ciornii <alexchorny@gmail.com>
* Fix #64013: INSTALL.pod is shown with 'man install': Juergen Weigert <jw@suse.com>
* Added 'testport' to keys in Makefile.PL Fixes RT#83492: Michiel Beijen <michiel.beijen@otrs.com>
* Fixed test 70takeimp warning. Michiel Beijen <michiel.beijen@otrs.com>
* Made test t/87async.t not stop on Win32. Michiel Beijen <michiel.beijen@otrs.com>
* Update github location. Update support information. Michiel Beijen <michiel.beijen@otrs.com>
* POD Fixes Patch from RT77043 by Gunnar Wolf, Debian Perl Group. Michiel Beijen <michiel.beijen@otrs.com>
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 f4d33cc7a88..697cd600d76 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2013/05/31 12:39:50 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2014/05/28 07:58:20 wen Exp $ -DISTNAME= DBD-mysql-4.023 +DISTNAME= DBD-mysql-4.027 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5dmy 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 21a6e42e711..96b47e46720 100644 --- a/databases/p5-DBD-mysql/distinfo +++ b/databases/p5-DBD-mysql/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2013/04/21 12:46:29 ryoon Exp $ +$NetBSD: distinfo,v 1.19 2014/05/28 07:58:20 wen Exp $ -SHA1 (DBD-mysql-4.023.tar.gz) = 07ccf66c3c5956d658576306aeae256f06da39e6 -RMD160 (DBD-mysql-4.023.tar.gz) = 11dce8e1c44b4b69ea2de8b5eae0ac64645cd6bd -Size (DBD-mysql-4.023.tar.gz) = 140522 bytes +SHA1 (DBD-mysql-4.027.tar.gz) = 3bf1edd6f0b4f6144b2aaa715c80df3fb1cd2119 +RMD160 (DBD-mysql-4.027.tar.gz) = cb8c41ccfdaff6c772086cf8a8640b40aebb19ce +Size (DBD-mysql-4.027.tar.gz) = 137476 bytes |