diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 20:17:11 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 20:17:11 +0000 |
commit | e67d367ebf12aa9669877e395b5a11a2ca48d984 (patch) | |
tree | c2ccd3b741f24776774da289e590d2aa28cb84e8 /databases | |
parent | 9556fb2bbb81ab840cfd256b8388ac2887a55d0e (diff) | |
download | pkgsrc-e67d367ebf12aa9669877e395b5a11a2ca48d984.tar.gz |
pkgsrc changes:
- Updating package for p5 module DBD::mysql from 4.010 to 4.012
- Setting LICENSE=${PERL5_LICENSE}
Upstream changes:
2009-06-18 Patrick Galbraith <patg@patg.net> (4.012)
* Patch to bind_type_guessing from Craigslist,
Thanks to Chris! Happiness is no quoted numbers.
Fixed ChopBlanks to work with bind_type_guessing
* Patch for win32 strawberry build
Thanks to Curtis Jewell! Windows needs love
* Patch for auto-reconnect to set active flag
Thanks to Doug Fischer!
* Fixed bug 32464 http://bugs.mysql.com/bug.php?id=32464.
See https://rt.cpan.org/Ticket/Display.html?id=46308
Add connection flag mysql_no_autocommit_cmd which users of
MySQL Proxy can use to prevent 'set autocommit=#' from being
issued by the driver. 'perldoc DBD::mysql' to see how to use
this new flag
* Added bind-type-guessing options to Makefile.PL so the entire
test suite can be run with bind_type_guessing set.
2009-04-13 Patrick Galbraith <patg@patg.net> (4.011)
* Renamed unsafe_bind_type_guessing, fixed some of the logic. This
can be used to deal with bug 43822
(https://rt.cpan.org/Ticket/Display.html?id=43822)
* Patch from Daniel Frett (daniel Dot frett At ccci Dot org) to fix
issue of binding sever side integer parameters (server-side prepare
statements) resulting in corrupt data, bug 42723
(https://rt.cpan.org/Ticket/Display.html?id=42723)
* Updated documentation, cruft cleanup (as always)
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, 7 insertions, 6 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index f9a4054ca40..87013fc417e 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2008/11/05 15:07:10 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2009/07/07 20:17:11 sno Exp $ # -DISTNAME= DBD-mysql-4.010 +DISTNAME= DBD-mysql-4.012 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dmy CATEGORIES= databases perl5 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} MAINTAINER= bad@NetBSD.org HOMEPAGE= http://dev.mysql.com/downloads/dbi.html COMMENT= Perl DBI/DBD driver for MySQL databases +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/databases/p5-DBD-mysql/distinfo b/databases/p5-DBD-mysql/distinfo index 69db6b9b6ff..e5672d766f7 100644 --- a/databases/p5-DBD-mysql/distinfo +++ b/databases/p5-DBD-mysql/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2008/11/05 15:07:10 wiz Exp $ +$NetBSD: distinfo,v 1.11 2009/07/07 20:17:11 sno Exp $ -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 +SHA1 (DBD-mysql-4.012.tar.gz) = e9569a3b81fce965add3deb09a426a27a27c72d5 +RMD160 (DBD-mysql-4.012.tar.gz) = 77bf5a30866f2a781ee0492d61385dcb8c9a713b +Size (DBD-mysql-4.012.tar.gz) = 129160 bytes |