diff options
author | sno <sno@pkgsrc.org> | 2010-08-31 20:52:30 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-31 20:52:30 +0000 |
commit | bf119590481c94d79a45b09eff5afa5889cdbf6f (patch) | |
tree | 8b749b3057338bea2aa329d9f403d80e4de8bfbc | |
parent | 1d14ef9a336f35af1bac50d0f781d240112dfbc5 (diff) | |
download | pkgsrc-bf119590481c94d79a45b09eff5afa5889cdbf6f.tar.gz |
Updating databases/p5-DBD-mysql from 4.013nb1 to 4.017
Upstream changes:
2010-08-11 Patrick Galbraith <patg@patg.net> (4.017)
* BUG #60085, Andreas Koenig's patch for DBI changes
* Updated documents
2010-07-10 Patrick Galbraith <patg@patg.net> (4.016)
* Disabled mysql_bind_type_guessing due to one performance issue
querying on a indexed character column unquoted will mean the index
is not used
* Fixed int types that should be bools
2010-07-09 Patrick Galbraith <patg@patg.net> (4.015)
* BUG #56664 fixed t/40blobs.t skip_all logic (W. Phillip Moore)
* BUG #57253 Fixed iteration past end of string (crash). (Chris Butler)
* Added a new parameter for old behavior- mysql_bind_comment_placeholders which
will make it possible to have placeholders bound for those who really
want that behavior.
* Fixed bind_type_guessing - always on now
2010-04-14 Patrick Galbraith <patg@patg.net> (4.014)
* BUG #30033 Fixed handling of comments to allow comments that contain characters
that might otherwise cause placeholder detection to not work properly
* BUG #53844, Fix for memory leak in stats. (Gregory Burmistrov)
* BUG #49719, Fix for handling of NULLs in prepared statements (Gert Pache)
* BUG #55627, Fix for testing failure due to strict mode (Yves)
* BUG #51784, Fix for mysqladmin on Windows in Makefile (Zeeshan Muhammad)
* BUG #41630, Typo in Makefile
* Had to define true and false in dbdimp.h. Didn't work out of the box on Linux
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index f9c0f2cddb7..5fbf27615c8 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.42 2010/08/21 16:32:56 seb Exp $ +# $NetBSD: Makefile,v 1.43 2010/08/31 20:52:30 sno Exp $ # -DISTNAME= DBD-mysql-4.013 +DISTNAME= DBD-mysql-4.017 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#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 3d2ed4a5334..801c39590af 100644 --- a/databases/p5-DBD-mysql/distinfo +++ b/databases/p5-DBD-mysql/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2009/09/20 13:00:15 sno Exp $ +$NetBSD: distinfo,v 1.13 2010/08/31 20:52:30 sno Exp $ -SHA1 (DBD-mysql-4.013.tar.gz) = c0486d6860ec73e9ffd1c51d7c460c8ddf716981 -RMD160 (DBD-mysql-4.013.tar.gz) = cf712e63f994925d45f30dc60d7164761df1df6d -Size (DBD-mysql-4.013.tar.gz) = 129065 bytes +SHA1 (DBD-mysql-4.017.tar.gz) = e150b530806fb6a6c5dc75ac82cdd252adfb8055 +RMD160 (DBD-mysql-4.017.tar.gz) = b89ef3b49a267e0cb53c9e9a46d5ec2666eefad4 +Size (DBD-mysql-4.017.tar.gz) = 132878 bytes |