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 3.0002:
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c94ff51ecfb
branches: trunk
changeset: 506909:5c94ff51ecfb
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 23 20:18:05 2006 +0000
description:
Update to 3.0002:
2005-07-07 Patrick Galbraith (3.0002)
* Fix to ensure MYSQL_BIND is only defined when mysql
client version is >= 4.1.3. Thanks to Tom Parkison,
Anup Singh, Sergey Skvortsov, and other users who informed
me about this issue.
2005-07-06 Patrick Galbraith (3.0001)
* Special Thanks to Steve Hay for his patch to fix windows
compiles!
* Changed uint argument in safe_sv_fetch to int due to
uint not being available on windows unless you include
my_globals.h in dbdimp.h, which also breaks on unixen!
* Fixed Makefile.PM for windows compiles (thanks to Steve Hay!)
* Removed long long type from dbdimp.h
* Changed strncasecmp to strncmp (still need a better long-term solution)
in dbdimp.c
* Modified Makefile.PM to make prepared statements default
* Removed // comments from mysql.xs, dbdimp.c (Thanks Bodo Bergmann!)
* Fixed runtime bug (when inserting or updating quotes or double quotes)
(Thanks to Brad Choate)
2005-06-30 Patrick Galbraith (3.0000)
* Release of prepared statement code
2005-04-26 Patrick Galbraith (2.9015_3)
* Added patch from Stas Beckman for new DBI feature take_imp_data, needed
for DBI::Pool
* Fix to Statement.pm for old API call for numfields that caused
warnings on 40numrows and akmisc tests
* Fix to bind_ph to throw an error if trying to bind a non-numeric
value as numeric
* Better fix for dealing with error condition in $sth->rows()
* Fix to bind_param to throw error when trying to bind a non-numeric as
numeric
2005-04-04 Patrick Galbraith (2.9015_2)
* Merged all code changes from 2.900x tree from the last 9
months
- unsafe bind type guessing patch from Dragonchild
- Removed mysql.mtest
- Fixed sth->rows to return my_ulongloong and also handle
error from client API
- Fix to make autocommit work was already part of this version
- Auto-reconnect bug fixed in 2.9006 included
* Added simple test to 35limit test to check if using malicious code in
LIMIT ?, ? placeholders works, which it doesn't.
* Fix that sets mysql_server_prepare to 0 if SQL statement is 'SHOW ...'
which is not supported by prepared statement API currently
2004-10-28 Rudolf Lippan (2.9015_1)
* Merged Makefile.PL from 2.9005_3
* Bumped version number to 2.9015 for release of Dev Branch. Which
will become 2.9020 when tested and merged into HEAD.
* fixed typo/compiler warning in bind_param_guessing
'*testchar' should have been 'testchar'.
2004-10-20 Patrick Galbraith (Dev-2_9 - 2.9005)
* merged changes from 2.9005_1
* fix to blob in dbd_st_fetch (Alexey Stroganov ranger%mysql.com@localhost)
In case of BLOB/TEXT fields we allocate only 8192 bytes in dbd_describe()
for data. Here we know real size of field so we should increase buffer
size and refetch column value
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 9d630ba2f063 -r 5c94ff51ecfb databases/p5-DBD-mysql/Makefile
--- a/databases/p5-DBD-mysql/Makefile Mon Jan 23 18:54:59 2006 +0000
+++ b/databases/p5-DBD-mysql/Makefile Mon Jan 23 20:18:05 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2006/01/08 18:35:08 xtraeme Exp $
+# $NetBSD: Makefile,v 1.33 2006/01/23 20:18:05 wiz Exp $
#
-DISTNAME= DBD-mysql-2.9004
+DISTNAME= DBD-mysql-3.0002
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
SVR4_PKGNAME= p5dmy
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
diff -r 9d630ba2f063 -r 5c94ff51ecfb databases/p5-DBD-mysql/distinfo
--- a/databases/p5-DBD-mysql/distinfo Mon Jan 23 18:54:59 2006 +0000
+++ b/databases/p5-DBD-mysql/distinfo Mon Jan 23 20:18:05 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 16:33:07 agc Exp $
+$NetBSD: distinfo,v 1.8 2006/01/23 20:18:05 wiz Exp $
-SHA1 (DBD-mysql-2.9004.tar.gz) = 1f1d974210a1c429d3679a4fe1816a1d7e17dc24
-RMD160 (DBD-mysql-2.9004.tar.gz) = d31f12b25228adfd7551fe5de185e50be3990460
-Size (DBD-mysql-2.9004.tar.gz) = 114043 bytes
+SHA1 (DBD-mysql-3.0002.tar.gz) = 2be3348a20ad95b1761dd8fe399b5d0b8d82cb7c
+RMD160 (DBD-mysql-3.0002.tar.gz) = f566f1a968b9f4f1fd0210080456de5f31601b35
+Size (DBD-mysql-3.0002.tar.gz) = 130077 bytes
Home |
Main Index |
Thread Index |
Old Index