summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2005-10-15Update database/abook to 0.5.4tonio2-6/+6
This release contains mainly an update of autoconf/automake, code cleanups and minor fixes
2005-10-13Added the php-pdo packages.rillig1-1/+7
2005-10-13Removed the RCS Id from patch-ad. While at it, fixed the other pkglintrillig3-8/+5
warning, too.
2005-10-12rrdtool explicitly forbids any use of -ffast-mathabs1-1/+4
2005-10-12Update "phpmyadmin" package to version 2.6.4-pl2. This version fixestron3-8/+7
the security vulnerability reported in PMASA-2005-4. Addresses PR pkg/31561 by Zafer Aydogan.
2005-10-10Add some missing pieces from the last change. -client needs the copiedjoerg2-3/+18
files too and the copying itself has to be done before configure, not before build.
2005-10-10s/netbsd.org/NetBSD.org/hira1-2/+2
2005-10-10Allow PostgreSQL to build on DragonFly.joerg5-7/+32
Bump revision of client to annotate PLIST change. Based on patch from reed@.
2005-10-10${ECHO} and ${TR}.tv1-2/+2
2005-10-10There's no such thing as :t* in the bootstrap bmake. Use a tr expression.tv1-2/+3
2005-10-09do not set PKGREVISION herejdolecek1-2/+1
2005-10-09Add PDO (PHP Data Objects) extensions. These implement unified,jdolecek21-0/+174
object-oriented interface to various databases. PDO comes bundled with upcoming PHP 5.1, but can also be used with PHP 5.0 via PECL.
2005-10-09Update freetds to version 0.63.jdolecek6-30/+208
Main changes since 0.61 besides general bug fixes: * BCP support for db-lib and ct-lib * many ODBC fixes * added support for TDS 8.0 * iconv changes (better collation, improve error reporting)
2005-10-09Switch to PECL version - this extension has been debundled in PHP 5.1.jdolecek2-1/+7
2005-10-07Add a fix to LDAP extension build to properly detect LDAP capabilities,jdolecek1-2/+3
such as TLS support. Patch provided by Stoned Elipot in private e-mail.
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz2-4/+3
thus were before 2005Q3.
2005-10-04Remove php5-sqlite, now that php-sqlite is used for both PHP4 and PHP5.tv3-19/+1
2005-10-04PECL modules have a real homepage. Set the default for PECL modules totv1-2/+2
the PECL distro site rather than PHP's default. Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
2005-10-03Erm, fix previous correctly.xtraeme2-6/+6
2005-10-03Apply patch from David A. Holland in PR pkg/31435 to honor rc.confxtraeme4-11/+12
values for mysql_user, mysql_group and mysql_datadir options. Bump PKGREVISION.
2005-10-02Changed MASTER_SITES and HOMEPAGE to current URLwulf1-3/+3
2005-10-01g/c - it's not used and even incorrectjdolecek1-2/+0
2005-09-30Update to 3.2.7:wiz3-8/+9
2005 September 24 (3.2.7) * GROUP BY now considers NULLs to be equal again, as it should * Now compiles on Solaris and OpenBSD and other Unix variants that lack the fdatasync() function * Now compiles on MSVC++6 again * Fix uninitialized variables causing malfunctions for various obscure queries * Correctly compute a LEFT OUTER JOINs that is constrained on the left table only 2005 September 17 (3.2.6) * Fix a bug that can cause database corruption if a VACUUM (or autovacuum) fails and is rolled back on a database that is larger than 1GiB * LIKE optiization now works for columns with COLLATE NOCASE * ORDER BY and GROUP BY now use bounded memory * Added support for COUNT(DISTINCT expr) * Change the way SUM() handles NULL values in order to comply with the SQL standard * Use fdatasync() instead of fsync() where possible in order to speed up commits slightly * Use of the CROSS keyword in a join turns off the table reordering optimization * Added the experimental and undocumented EXPLAIN QUERY PLAN capability * Use the unicode API in windows 2005 August 27 (3.2.5) * Fix a bug effecting DELETE and UPDATE statements that changed more than 40960 rows. * Change the makefile so that it no longer requires GNUmake extensions * Fix the --enable-threadsafe option on the configure script * Fix a code generator bug that occurs when the left-hand side of an IN operator is constant and the right-hand side is a SELECT statement * The PRAGMA synchronous=off statement now disables syncing of the master journal file in addition to the normal rollback journals 2005 August 24 (3.2.4) * Fix a bug introduced in the previous release that can cause a segfault while generating code for complex WHERE clauses. * Allow floating point literals to begin or end with a decimal point. 2005 August 21 (3.2.3) * Added support for the CAST operator * Tcl interface allows BLOB values to be transferred to user-defined functions * Added the "transaction" method to the Tcl interface * Allow the DEFAULT value of a column to call functions that have constant operands * Added the ANALYZE command for gathering statistics on indices and using those statistics when picking an index in the optimizer * Remove the limit (formerly 100) on the number of terms in the WHERE clause * The right-hand side of the IN operator can now be a list of expressions instead of just a list of constants * Rework the optimizer so that it is able to make better use of indices * The order of tables in a join is adjusted automatically to make better use of indices * The IN operator is now a candidate for optimization even if the left-hand side is not the left-most term of the index. Multiple IN operators can be used with the same index. * WHERE clause expressions using BETWEEN and OR are now candidates for optimization * Added the "case_sensitive_like" pragma and the SQLITE_CASE_SENSITIVE_LIKE compile-time option to set its default value to "on". * Use indices to help with GLOB expressions and LIKE expressions too when the case_sensitive_like pragma is enabled * Added support for grave-accent quoting for compatibility with MySQL * Improved test coverage
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig6-13/+13
NO_BUILD, USE_LIBTOOL.
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-09-28Removed trailing white-space.rillig3-11/+11
2005-09-27Update mysql-* to 4.0.26:xtraeme7-54/+27
Functionality added or changed: * Added the mysql_get_client_version C API function to the embedded server library. (It was present in the regular client library but inadvertently omitted from the embedded library.) Please see http://dev.mysql.com/doc/mysql/en/news-4-0-26.html for more information.
2005-09-26Update mysql4* to 4.1.14:xtraeme7-43/+37
Lots of changes, please see http://dev.mysql.com/doc/mysql/en/news-4-1-14.html for more information.
2005-09-26fix entry for a directory.bad2-4/+4
2005-09-26Include bsd.prefs.mk before defining CPPFLAGS, as mk.conf may do ajmmv1-1/+3
'CPPFLAGS=...' overriding its value. Fixes PR pkg/30030 by Idar Tollefsen. Allowed by agc@ during freeze.
2005-09-23Reset maintainer, posix dot org dot uk has no DNS entry.wiz2-4/+4
2005-09-19update to rev. 240, fixes a potential information disclosure when TLSdrochner4-31/+16
and referrals are used together (http://secunia.com/advisories/15906/) mostly from Adrian Portelli, tested by me (The most recent version 242 kills the system completely if the LDAP server is not running -- endless connection retries.)
2005-09-19on LDAP errors, restore the state of the group arraydrochner1-2/+4
2005-09-19Don't bother stripping out the contents of "ccdlflags" from the contentsjlam4-2/+34
of "ldopts" used to link in the embedded perl interpreter. This fixes PR pkg/31293. The PostgreSQL configure code tries to be extra-clever with only using its own logic for determining which directories to add to the rpath. However, we don't really need PostgreSQL's configure to do this since the Perl config already provides the full set of flags for linking, including the appropriate rpath flags, and the rpaths flags determined by Perl (at least in pkgsrc) are guaranteed to match the ones needed PostgreSQL to link the plperl.so module. Bump the PKGREVISION of databases/postgresql80-plperl to 1.
2005-09-18replace local arg3_force_ref[] with standard Zend API's third_arg_force_refjdolecek3-5/+28
(definition is identical on PHP4), so that this compiles with PHP5 allow the package to build with PHP5 too, bump package revision
2005-09-17Buildlink mysql-client and iodbc, instead of using DEPENDS.minskim1-8/+8
2005-09-15Fix typo.wiz1-1/+1
2005-09-14mark this ONLY_FOR NetBSD-3 (depends on nsswitch)drochner1-1/+4
(XXX could be made on Linux and Solaris too)
2005-09-12Fix COMMENT per Geert Hendrickx <geert.hendrickx@ua.ac.be> on tech-pkg.tv1-2/+3
2005-09-12- Add check for the existence of directory before using it.hira1-5/+7
- Use ${ECHO} instead of echo.
2005-09-10Force lbdb to use TOOLS_SH and TOOLS_AWK when building scriptstonio3-10/+33
so prevent interactions with bash and gawk packages or tools wrappers Update maintainer address, and bump PKGREVISION, binary packages may contain references to bash or gawk
2005-09-10remove pasto in php-mbstring dependencyjdolecek1-2/+2
2005-09-09oops - forgot to "cvs add"drochner2-1/+15
2005-09-09Removed the entry for patch-ad, which does not exist.rillig1-2/+1
2005-09-08update to 2.2.1drochner3-18/+21
changes: -Added support for client/server-side certificates. -Improved visual feedback when bad filenames are entered. -Bugfixes -Updated translations
2005-09-08update to 0.8.1drochner2-8/+6
changes: 1) it fixes crashes with empty/near-empty databases 2) it fixes a few performance bottlenecks, most notably for larger databases
2005-09-08update to 0.8.5.12drochner3-11/+62
changes: -import improvements (eg from webpages) -bugfixes -keyboard shortcuts added -UI improvements
2005-09-08update to 2.0.8drochner3-7/+14
changes: * Addition of a spelling checker if python-gnome-extras is installed * Thumbnails are generated for objects other than images if an appropriate thumbnailer is found the the GCONF database. * Enhanced Descendant Chart report that allows better control over the formatting of the report * Added support for new %n format in addition to $n, which will cause the line to be removed if a text match is not made. * Bug fixes, bug fixes, bug fixes, and bug fixes.
2005-09-07Upgrade to PyGreSQL 3.7darcy2-7/+7
Important changes from PyGreSQL 3.6.2 to PyGreSQL 3.7 - Fixes to quoting function. - Use Python datetime if mxDatetime is not available. - Add checks for valid database connection to methods. - Improved namespace support, handle search_path correctly. - Removed old dust and unnessesary imports, added docstrings. - Internal sql statements as one-liners, smoothed out ugly code. - Major improvements in classic pg module.
2005-09-06Fix path for phpldapadmin.conf fileadrianp1-2/+2