Up to [cvs.NetBSD.org] / pkgsrc / databases / pear-DB
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
databases/pear-DB: update to 1.12.2 1.12.2 (2024-04-15) Changelog: * Task: Manage E_DEPRECATED #27 * Task: Remove CVS id that no longer makes sense #30 * Bug: Bug in DB/oci8.php ... oci_fetch_array called with wrong parameters #33 #34 * Bug: Errors raised in DB_storage::toString() if there are multi-column keys, on PHP >= 7 #35 * Bug: sqlite3 back-end incorrectly refers to 'resource' objects #38 #39
databases/pear-DB: update to 1.12.1 1.12.0 (2024-01-16) * feature: add sqlite3 driver #18 * feature: add lastId() method on mysql, mysqli and sqlite3 #19 #21 * task: fix prototypes for PHP 8 #12 * task: Try and fix test by removing each #16 * task: PHP8.1 Compatability restore error handling to previous state whilst ... #13 * task: DB::apiVersion() should be declared as static #17 * task: Fix PHP8.2 Deprecated use of ${var} instead of {$var} #14 * task: PHP8.2 ready #21 * task: Mark mssql-Driver, mysql-Driver and sybase-Driver as Deprecated #21 * bug: PHP 8.0 testcase failure #23 #24 1.12.1 (2024-01-17) * bug: Missing new file in package.xml #25 * bug: Minimal fix for sqlite3 #26
databases/pear-DB: update to 1.11.0 pear-DB (2021-08-10 20:25 UTC) Changelog: * PR #11: Define invalid view error and also include deadlock and lockwait errors
databases/pear-DB: update to 1.10.0 Update pear-DB to 1.10.0. pear-DB 1.10.0 (2020-04-19 15:46 UTC) Changelog: * PR # 7: Fixes an issue with oci8 driver * PR # 8: each() deprecated in PHP 7.2 * PR # 9: Add recognition for error codes for Deadlocks and lock timeouts * PR #10: Remove curly brace array/string offset access
Use https for pear.php.net.
databases/pear-DB: update to 1.9.3 pear-DB 1.9.3 Release date: 2018-12-05 15:42 UTC Release state: stable Release uploaded by: ashnazg Changelog: * PR #4: Change pg_exec to pg_query * PR #5: added php72
Update to 1.9.2 Upstream changes: 1.9.2 Changelog: * Fix mysqli freeResult() broken when fixing bug #5762 (f0b6b182a8f) 1.9.1 Changelog: * Eliminate "Redefining already defined constructor" 1.9.0 Changelog: * Support PHP 7
Update pear-DB to 1.8.2. 1.8.2: * Fix bug #20447 (Have quoteString() remove quotes like it used to) 1.8.1: * Fix bug #19785 (Ensure calling quote() is safe) 1.8.0: * E_STRICT compliance, require PHP 5. * Fix array to string conversion in connect() when class does not exist.
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Update pear-DB to 1.7.14. PR 46534 by Wen Heping. While here, set LICENSE=php. 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.
Pullup ticket 2991 - requested by taca security update Revisions pulled up: - pkgsrc/databases/pear-DB/Makefile 1.8 - pkgsrc/databases/pear-DB/distinfo 1.2 ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Sat Feb 6 15:48:17 UTC 2010 Modified Files: pkgsrc/databases/pear-DB: Makefile distinfo Log Message: Update pear-DB package from 1.7.6 to 1.7.13 Since changes are too huge to show here, please refer: http://pear.php.net/package/DB/download/All One note from 1.7.8's changes: This release of DB fixes numerous bugs compared to 1.7.7. Users of previous versions are encouraged to upgrade in due course. Users of the pgsql driver should note that this release fixes a security issue reported by Yasuo Ohgaki; the security issue is described in more detail by CVE-2006-2313 and CVE-2006-2314. PostgreSQL users should upgrade to both DB 1.7.8 AND at least PostgreSQL 7.3.15, 7.4.13, 8.0.8, 8.1.4 or 8.2.0 as soon as possible if they are using SJIS, BIG5, GBK, GB18030 or UHC as a client encoding. longlong To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/pear-DB/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/pear-DB/distinfo
Update pear-DB package from 1.7.6 to 1.7.13 Since changes are too huge to show here, please refer: http://pear.php.net/package/DB/download/All One note from 1.7.8's changes: This release of DB fixes numerous bugs compared to 1.7.7. Users of previous versions are encouraged to upgrade in due course. Users of the pgsql driver should note that this release fixes a security issue reported by Yasuo Ohgaki; the security issue is described in more detail by CVE-2006-2313 and CVE-2006-2314. PostgreSQL users should upgrade to both DB 1.7.8 AND at least PostgreSQL 7.3.15, 7.4.13, 8.0.8, 8.1.4 or 8.2.0 as soon as possible if they are using SJIS, BIG5, GBK, GB18030 or UHC as a client encoding. longlong
Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backend support.
Give up MAINTAINER
Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail.
Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
Recursive revision bump / recommended bump for gettext ABI change.
Pullup ticket 532 - requested by Manuel Bouyer add pear-DB package Revisions pulled up: - pkgsrc/databases/pear-DB/Makefile 1.1.1.1 - pkgsrc/databases/pear-DB/DESCR 1.1.1.1 - pkgsrc/databases/pear-DB/PLIST 1.1.1.1 - pkgsrc/databases/pear-DB/distinfo 1.1.1.1 - pkgsrc/databases/Makefile 1.171 Module Name: pkgsrc Committed By: adrianp Date: Wed May 18 19:56:06 UTC 2005 Update of /cvsroot/pkgsrc/databases/pear-DB In directory ivanova.netbsd.org:/tmp/cvs-serv18260 Log Message: - Import of pear-DB DB is a database abstraction layer providing: * an OO-style query API * portability features that make programs written for one DBMS work with other DBMS's * a DSN (data source name) format for specifying database servers * prepare/execute (bind) emulation for databases that don't support it natively * a result object for each query response * portable error codes * sequence emulation * sequential and non-sequential row fetching as well as bulk fetching * formats fetched rows as associative arrays, ordered arrays or objects * row limit support * transactions support * table information interface * DocBook and phpDocumentor API documentation --- Module Name: pkgsrc Committed By: adrianp Date: Wed May 18 19:58:45 UTC 2005 Modified Files: pkgsrc/databases: Makefile Log Message: - Note addition of pear-DB-1.7.6
file Makefile was added on branch pkgsrc-2005Q1 on 2005-05-18 19:56:06 +0000
- Import of pear-DB DB is a database abstraction layer providing: * an OO-style query API * portability features that make programs written for one DBMS work with i other DBMS's * a DSN (data source name) format for specifying database servers * prepare/execute (bind) emulation for databases that don't support it natively * a result object for each query response * portable error codes * sequence emulation * sequential and non-sequential row fetching as well as bulk fetching * formats fetched rows as associative arrays, ordered arrays or objects * row limit support * transactions support * table information interface * DocBook and phpDocumentor API documentation
Initial revision