pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/46534: [Update]databases/pear-DB:update to 1.7.14
>Number: 46534
>Category: pkg
>Synopsis: [Update]databases/pear-DB:update to 1.7.14
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Jun 03 12:20:01 +0000 2012
>Originator: wen heping
>Release: NetBSD-5.1.2
>Organization:
netbsd
>Environment:
>Description:
- Update to 1.7.14
Changelog:
Changes since 1.7.13:
All drivers:
* Made the definition of DB_common::raiseError() compatible with
PEAR::raiseError() by adding dummy parameters. Request 11581.
* Fixed SKIP block in the 20locale.phpt test.
* Fixed non-persistent connections to really be non-persistent when
unserialising. Bug 15115.
ibase:
* Changed the order of regular expressions applied when mapping errors so that
constraint violations in PHP 4.4 are actually reported as constraint violations
and not table not found errors.
* Fixed a test that should have been skipped in PHP 4.4.
ifx:
* Use PCRE rather than ereg. Bug 17722, patch by Olle Jonsson.
mssql:
* Fix escaping of string values with lines ending in a backslash character. Bug
16117.
oci8:
* Fix for last_query reconstruction with lots of placeholders. Bug 12418, patch
by Nicholas Evans.
* Fix replacement of values in last_query for :bind's numbered over 10. Bug
14603.
* Unset $_prepared_queries in freePrepared(). Bug 14271.
pgsql:
* Added special-case to handle SAVEPOINT queries as manip queries. Bug 12260.
* Implement rudimentary support for WITH...SELECT queries. Bug 17136.
sqlite:
* Added support for another error message in the SQLite driver. Bug 12105,
patch by Adam Ashley.
* Implement auto_increment support in tableInfo(). Request 13193.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/databases/pear-DB/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile 6 Feb 2010 15:48:16 -0000 1.8
+++ Makefile 3 Jun 2012 12:04:47 -0000
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.8 2010/02/06 15:48:16 taca Exp $
-DISTNAME= DB-1.7.13
+DISTNAME= DB-1.7.14
CATEGORIES= databases
CONFLICTS= php-pear-DB-[0-9]*
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/databases/pear-DB/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 6 Feb 2010 15:48:17 -0000 1.2
+++ distinfo 3 Jun 2012 12:04:47 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2010/02/06 15:48:17 taca Exp $
-SHA1 (pear/DB-1.7.13.tgz) = 86f2735e97e113d315c1912e76120c1825b8c63f
-RMD160 (pear/DB-1.7.13.tgz) = d3fea93dadaefc84043e7f0546996a7933dc4f86
-Size (pear/DB-1.7.13.tgz) = 132246 bytes
+SHA1 (pear/DB-1.7.14.tgz) = b82a49cafcf1b87fd3075be5e1f2855c54447d1e
+RMD160 (pear/DB-1.7.14.tgz) = 4d6cdc4703c9b6cb9b4a536613373ba59322c69e
+Size (pear/DB-1.7.14.tgz) = 133103 bytes
Home |
Main Index |
Thread Index |
Old Index