pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-mysql Update to 4.010:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4af535da4a5
branches:  trunk
changeset: 549568:f4af535da4a5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 05 15:07:10 2008 +0000

description:
Update to 4.010:

2008-10-24 Patrick Galbraith <patg%patg.net@localhost> (4.010)
* Fix to dbd_bind_ph() for uninitialized value 'buffer_length'
thanks for bug report and patch from Askniel.com (thanks!)

2008-10-21 Patrick Galbraith <patg%patg.net@localhost> (4.009)
* Fix to re-enable TAKE_IMP_DATA_VERSION. Still have to ensure DBI version 1.607 or higher
* Fix to escaped single quotes throwing off bind param detection. Patch from Zhurs (zhurs%yandex.ru@localhost) Spasibo!

2008-8-15 Patrick Galbraith <patg%patg.net@localhost> (4.008)
* Multi statement patch, thanks to Chris Heath!
* Disabled TAKE_IMP_DATA_VERSION because segfault with DBI < 1.607
* #29528: bind_param(..., SQL_FLOAT) ignores exponents - fixed, Thanks to
Tokuhiro Matsuno!
* Cleanups to make mysqlEmb work under Cygwin - Thanks to Chris Rodgers
<http://rodgers.org.uk/> !
* Modified and disabled tests for MySQL version < 4.1 for unsupported features

2008-5-11 Patrick Galbraith <patg%patg.net@localhost> (4.007)

* Took out mysql_server_init call where not needed
* Complete re-write of test suit to use Test::More - tons of cleanups!
* Makefile.PL changes to use current user in 'make test' if not defined

diffstat:

 databases/p5-DBD-mysql/Makefile |  5 ++---
 databases/p5-DBD-mysql/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r fc9b5ffaa7b5 -r f4af535da4a5 databases/p5-DBD-mysql/Makefile
--- a/databases/p5-DBD-mysql/Makefile   Wed Nov 05 14:58:34 2008 +0000
+++ b/databases/p5-DBD-mysql/Makefile   Wed Nov 05 15:07:10 2008 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2008/10/19 19:17:44 he Exp $
+# $NetBSD: Makefile,v 1.39 2008/11/05 15:07:10 wiz Exp $
 #
 
-DISTNAME=              DBD-mysql-4.006
+DISTNAME=              DBD-mysql-4.010
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 SVR4_PKGNAME=          p5dmy
 CATEGORIES=            databases perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=DBD/}
diff -r fc9b5ffaa7b5 -r f4af535da4a5 databases/p5-DBD-mysql/distinfo
--- a/databases/p5-DBD-mysql/distinfo   Wed Nov 05 14:58:34 2008 +0000
+++ b/databases/p5-DBD-mysql/distinfo   Wed Nov 05 15:07:10 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2008/04/23 21:05:19 wiz Exp $
+$NetBSD: distinfo,v 1.10 2008/11/05 15:07:10 wiz Exp $
 
-SHA1 (DBD-mysql-4.006.tar.gz) = ac39cc1fca0dad0dd4a21e945e29f014edb77436
-RMD160 (DBD-mysql-4.006.tar.gz) = 526fcfed66a1910825d7c6798f31808fd2ee9ec0
-Size (DBD-mysql-4.006.tar.gz) = 129510 bytes
+SHA1 (DBD-mysql-4.010.tar.gz) = fc17e7a117d4cc6efcaa265653265d7e832ea7fb
+RMD160 (DBD-mysql-4.010.tar.gz) = f1c584590bec4b459aab052860cbbffcf5ae6627
+Size (DBD-mysql-4.010.tar.gz) = 125211 bytes



Home | Main Index | Thread Index | Old Index