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)
This commit is contained in:
parent
5f38de1af4
commit
7942ccfe15
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue