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 pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1377534807f7
branches:  trunk
changeset: 395297:1377534807f7
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jul 07 20:17:11 2009 +0000

description:
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@localhost> (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@localhost> (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:

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

diffs (34 lines):

diff -r ab7367865622 -r 1377534807f7 databases/p5-DBD-mysql/Makefile
--- a/databases/p5-DBD-mysql/Makefile   Tue Jul 07 20:14:45 2009 +0000
+++ b/databases/p5-DBD-mysql/Makefile   Tue Jul 07 20:17:11 2009 +0000
@@ -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 @@
 MAINTAINER=            bad%NetBSD.org@localhost
 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 -r ab7367865622 -r 1377534807f7 databases/p5-DBD-mysql/distinfo
--- a/databases/p5-DBD-mysql/distinfo   Tue Jul 07 20:14:45 2009 +0000
+++ b/databases/p5-DBD-mysql/distinfo   Tue Jul 07 20:17:11 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index