pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/pear-MDB2 Updated databases/pear-MDB2 to 2.5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf715d942810
branches:  trunk
changeset: 553350:cf715d942810
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Jan 19 20:13:17 2009 +0000

description:
Updated databases/pear-MDB2 to 2.5.0b2

2.5.0b2

- fixed bug #12117: disconnect() does not work as documented
- fixed bug #12912: replace() documentation
- fixed bug #13811: _skipDelimitedStrings() fails on empty strings
- fixed bug #13898: more tolerant check for 'new_link' DSN option
- request #13929: added 'default_fk_action_ondelete' and 'default_fk_action_onupdate'
options for default FOREIGN KEY constraints actions
- fixed bug #14124: _skipDelimitedStrings() and prepare() fail with sql comments
inside quoted strings
- fixed bug #14179: declaration of MDB2_Driver_Common::raiseError() must be
compatible with that of PEAR::raiseError()
- fixed doc bug #14290: connect should mention the type of object returned
- fixed bug #14831: $ignores in _skipDelimitedStrings() [patch by Aleksander Machniak]

2.5.0b1

- request #12731: added truncateTable() in the Manager module
- request #12732: added vacuum() in the Manager module for OPTIMIZE/VACUUM TABLE abstraction
- request #12800: added alterDatabase() in the Manager module [afz]
- fixed bug #12924: correctly handle internal expected errors even with custom error handling
- fixed bug #12991: new error code in errorInfo() [afz]
- added databaseExists() method [afz]
- request #13106: added unixtimestamp() in the Function module
- added max_identifiers_length option

2.5.0a2

- fixed bug #12358: E_STRICT changes in latest alpha broke PHP4 compatibility
- fixed bug #12351: wrong case for function PEAR::isError() in the Reverse module
[was: IsError()]
- fixed bug #12530: MDB2_Extended::autoPrepare() gives error if $types is null
- request #12012: added charset/collation support in createDatabase() for the
drivers that support this feature
- added bindname_format option (this is the regexp used to recognize named
placeholders in prepared statements)

2.5.0a1

- fixed bug #10024: Security fix for LOBs. Added an option to turn lob_allow_url_include off by default
- fixed bug #11179: prepared statements with named placeholders fail if extra values are provided
- request #11297: added support for "schema.table" (or "owner.table") notation in the Reverse module
- initial support for FOREIGN KEY and CHECK constraints in the Reverse and Manager modules
- fixed bug #11428: propagate quote() errors with invalid data types
- added new test cases in the test suite
- added LENGTH() function in the Function module
- fixed bug #11612: raiseError() must be compatible with PEAR::raiseError() [PHP6]
- fixed bug #11790: avoid array_diff() because it has a memory leak in PHP 5.1.x
- fixed bug #11906: quoteIdentifier fails for names with dots
- fixed bug #11975: Extended::autoExecute() does not work with Oracle when using LOBs
(patch by Pieter Meulen, van der)
- fixed some E_STRICT errors with PHP5
- fixed bug #12083: createTable() in the Manager module now returns MDB2_OK on success,
as documented
- fixed bug #12246: wrong check in MDB2::isStatement() (thanks to zaa%zaa.pp.ru@localhost)

diffstat:

 databases/pear-MDB2/Makefile         |   5 ++---
 databases/pear-MDB2/distinfo         |  10 ++++------
 databases/pear-MDB2/patches/patch-aa |  19 -------------------
 databases/pear-MDB2/patches/patch-ab |  13 -------------
 4 files changed, 6 insertions(+), 41 deletions(-)

diffs (68 lines):

diff -r c549afd01ad7 -r cf715d942810 databases/pear-MDB2/Makefile
--- a/databases/pear-MDB2/Makefile      Mon Jan 19 19:55:02 2009 +0000
+++ b/databases/pear-MDB2/Makefile      Mon Jan 19 20:13:17 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2008/07/13 17:55:38 tonnerre Exp $
+# $NetBSD: Makefile,v 1.3 2009/01/19 20:13:17 abs Exp $
 
-DISTNAME=      MDB2-2.4.1
-PKGREVISION=   1
+DISTNAME=      MDB2-2.5.0b2
 CATEGORIES=    databases
 
 MAINTAINER=    adrianp%NetBSD.org@localhost
diff -r c549afd01ad7 -r cf715d942810 databases/pear-MDB2/distinfo
--- a/databases/pear-MDB2/distinfo      Mon Jan 19 19:55:02 2009 +0000
+++ b/databases/pear-MDB2/distinfo      Mon Jan 19 20:13:17 2009 +0000
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/09/17 22:49:24 adrianp Exp $
+$NetBSD: distinfo,v 1.4 2009/01/19 20:13:17 abs Exp $
 
-SHA1 (pear/MDB2-2.4.1.tgz) = 91e12cc3ae6203db6cf5b6bb42c7befa11777800
-RMD160 (pear/MDB2-2.4.1.tgz) = 2298a0c5963779f7d42f268d79ed607835413e4b
-Size (pear/MDB2-2.4.1.tgz) = 119790 bytes
-SHA1 (patch-aa) = 2b8f0f9140ed42e9e7118ba9273be83a401e823f
-SHA1 (patch-ab) = 99b150c34cce6566dbbe9e1e2c4c6a241c1145de
+SHA1 (pear/MDB2-2.5.0b2.tgz) = 67e408572d301c6ea28235c4be8bd0a6b6037252
+RMD160 (pear/MDB2-2.5.0b2.tgz) = b5152a65c3c5f836b2ede0f975b2d50f55252cb2
+Size (pear/MDB2-2.5.0b2.tgz) = 128775 bytes
diff -r c549afd01ad7 -r cf715d942810 databases/pear-MDB2/patches/patch-aa
--- a/databases/pear-MDB2/patches/patch-aa      Mon Jan 19 19:55:02 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2008/09/17 22:49:24 adrianp Exp $
-
---- MDB2.php.orig      2007-05-03 19:58:15.000000000 +0100
-+++ MDB2.php
-@@ -1156,6 +1156,7 @@ class MDB2_Driver_Common extends PEAR
-         'datatype_map' => array(),
-         'datatype_map_callback' => array(),
-         'nativetype_map_callback' => array(),
-+        'lob_allow_url_include' => false,
-     );
- 
-     /**
-@@ -4268,4 +4269,4 @@ function MDB2_defaultDebugOutput(&$db, $
- }
- 
- // }}}
--?>
-\ No newline at end of file
-+?>
diff -r c549afd01ad7 -r cf715d942810 databases/pear-MDB2/patches/patch-ab
--- a/databases/pear-MDB2/patches/patch-ab      Mon Jan 19 19:55:02 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2008/07/13 17:55:38 tonnerre Exp $
-
---- ../package.xml.orig        2007-05-03 20:58:15.000000000 +0200
-+++ ../package.xml
-@@ -241,7 +241,7 @@ open todo items:
-     <tasks:replace from="@package_version@" to="version" type="package-info" />
-    </file>
-    <file baseinstalldir="/" md5sum="a5019765abfd14334f25231c61c568ef" name="LICENSE" role="data" />
--   <file baseinstalldir="/" md5sum="0d4093f6d7db5ec64434116b700e9a82" name="MDB2.php" role="php">
-+   <file baseinstalldir="/" md5sum="2d80a7368ca4bd157740d3472cdeab9b" name="MDB2.php" role="php">
-     <tasks:replace from="@package_version@" to="version" type="package-info" />
-    </file>
-   </dir>



Home | Main Index | Thread Index | Old Index