summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2007-12-22perl is also needed as tool now.joerg3-3/+6
2007-12-17Remove directory "share/doc/mysql" during deinstallation. Problem notedtron2-2/+4
by Geert Hendrickx in private e-mail. Bump package revision.
2007-12-16Changes 2.3.0:adam4-23/+29
* Support for setuptools (building .egg, thanks to Torsten) * Support for matched values control * Fixed ldif * ldap.schema.models: SUP now separated by $ * Added constant MOD_INCREMENT to support modify+increment extension Changes 2.2.1: * OpenLDAP 2.3+ required now to build. * Added support for Cancel operation ext. op. if supported in OpenLDAP API of the libs used for the build. * Removed deprecated code for setting options by name * Added l_ldap_cancel()
2007-12-16Changes 2.3:adam3-24/+28
* Bug fixes
2007-12-14Update "mysql5-client" and "mysql5-server" packages to version 5.0.51.tron9-136/+119
This version fixes a lot of bugs including the security vulnerability reported in CVE-2007-5969. A complete list of the changes can be found here: http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51.html
2007-12-10Need perl to build.obache1-1/+2
2007-12-08AUTO_MKDIRS from Rumko on pkgsrc-users@jnemeth1-2/+2
2007-12-06If the fake update-mime-database is invoked with just "-v" let it reportmarkd1-1/+2
the correct version information.
2007-12-04+php-oci8grant1-1/+2
2007-12-04Initial import of php-oci8.grant2-0/+22
This PHP module provides access to Oracle 8 (and above) databases.
2007-12-02Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.wiz5-10/+10
2007-12-02Remove Ex-MASTER_SITE. From Zafer Aydogan.wiz1-3/+2
2007-11-30Bump PKGREVISION because openexr now depends on ilmbase.wiz2-4/+4
2007-11-29Configure PostgreSQL client with --enable-thread-safety on NetBSD 4.0 andrmind3-9/+12
newer versions. This gives a performance improvement on client-side, especially on NetBSD -current. Reviewed by <agc>.
2007-11-27Improve handling of configuration files and don't create obsolete "css"tron1-0/+10
directory. Problems noted by Stoned Elipot and Martti Kuparinen in private e-mail. Bump package revision because of these changes.
2007-11-27Improve handling of configuration files and don't create obsolete "css"tron4-17/+24
directory. Problems noted by Stoned Elipot and Martti Kuparinen in private e-mail. Bump package revision because of these changes.
2007-11-25Update to 4.96aadrianp3-25/+46
Works with both php4 and php5. Postgresql driver's ServerInfo() function now works properly. Added a new session handler, in adodb-session2.php. ADODB_ACTIVE_RECORD, added find() method, and new constructor method ODBC_DB2 driver now works properly New BindDate() and BindTimeStamp() functions in connection object New SetTransactionMode()
2007-11-23Enable or optionify some handlers, should fixes PR 37255.obache2-7/+37
Enable cdb, inifile. Enable ndbm if exists. Optionify gdbm, enable default if ndbm doesn't exists. Optionify bdb. Bump PKGREVISION.
2007-11-23The official site HTTP download URL has changed, catch up to it.dsainty1-2/+2
2007-11-21Replace my patch-aa with patch-aa and patch-ab received from the author.martti3-20/+57
2007-11-20rrdtool-1.2.26martti1-2/+2
2007-11-20Updated databases/rrdtool to 1.2.26martti5-19/+41
* Bug fixes
2007-11-19The self-test requires the package to be installed, and this is not therillig1-2/+2
case with the standard do-test target.
2007-11-18Remove patch-aq which is included in openldap-2.3.39.ghen2-17/+1
2007-11-18Update openldap packages to 2.3.38, the latest stable release.ghen4-10/+10
The next stable release will be 2.4.x. OpenLDAP 2.3.39 Release (2007/10/26) Fixed slapd database/overlay config conflict (ITS#4848) Fixed slapd password_hash config order (ITS#5082) Fixed slapd slap_mods_check bug (ITS#5119) Fixed slapd ACL sets memory handling (ITS#4860,ITS#4873) Fixed slapd ordered values add normalization issue (ITS#5136) Fixed slapd-bdb DB_CONFIG conversion bug (ITS#5118) Fixed slapd-ldap search control parsing (ITS#5138) Fixed slapd-ldap SASL idassert w/o authcId Fixed slapd-ldif directory separators in DN (ITS#5172) Fixed slapd-meta conn caching on bind failure (ITS#5154) Fixed slapd-meta bind timeout assertion (ITS#5185) Fixed slapd-sql concurrency issue (ITS#5095) Fixed slapo-chain double-free (ITS#5137) Fixed slapo-pcache and -rwm interaction fix (ITS#4991) Fixed slapo-pcache non-null terminated array crasher (ITS#5163) Fixed slapo-rwm modlist handling (ITS#5124) Fixed slapo-rwm UUID in filter (ITS#5168) Fixed sasl SASL_SSF_EXTERNAL type (ITS#3864) Fixed liblber Windows x64 portability (ITS#5105) Fixed libldap ppolicy control creation (ITS#5103) Build Environment Fixed termios macro check (ITS#4880) Updated Makefiles Documentation Fixed slapd-bdb(5) note about dbconfig directives (ITS#5134) Added slapd-sql(5) empty oc mapping workaround (ITS#4785) Added max-depth/return-error to slapo-chain(5) slapadd/slapindex note about file ownership (ITS#5166) slapcat note about using against running slapd (ITS#5028) Fixed Admin Guide URL in README (ITS#5107)
2007-11-17Some packages need lex and yacc. Patch by Aleksey Cheusov viarillig1-2/+2
pkgsrc-users.
2007-11-16Update qdbm to 1.8.77.obache2-6/+6
Changes: 2007-10-18 Mikio Hirabayashi <mikio@users.sourceforge.net> - A potential defect related to leaf division of B+ tree was cleared. - Release: 1.8.77
2007-11-15The new thread-safe feature doesn't really work: The py-sqlite2rillig1-1/+8
self-test fails with a segmentation fault.
2007-11-15Updated sqlite to 3.5.2. The main reason to update was that on Solaris,rillig4-11/+11
the file lemon.c uses the same identifiers (B_TRUE, B_FALSE) as the <sys/types.h> header, and therefore fails to build. Changes since 3.4.2: 2007 Nov 05 (3.5.2) * Dropped support for the SQLITE_OMIT_MEMORY_ALLOCATION compile-time option. * Always open files using FILE_FLAG_RANDOM_ACCESS under windows. * The 3rd parameter of the built-in SUBSTR() function is now optional. * Bug fix: do not invoke the authorizer when reparsing the schema after a schema change. * Added the experimental malloc-free memory allocator in mem3.c. * Virtual machine stores 64-bit integer and floating point constants in binary instead of text for a performance boost. * Fix a race condition in test_async.c. * Added the ".timer" command to the CLI 2007 Oct 04 (3.5.1) * Nota Bene: We are not using terms "alpha" or "beta" on this release because the code is stable and because if we use those terms, nobody will upgrade. However, we still reserve the right to make incompatible changes to the new VFS interface in future releases. * Fix a bug in the handling of SQLITE_FULL errors that could lead to database corruption. [11]Ticket #2686. * The test_async.c drive now does full file locking and works correctly when used simultaneously by multiple processes on the same database. * The CLI ignores whitespace (including comments) at the end of lines * Make sure the query optimizer checks dependences on all terms of a compound SELECT statement. [12]Ticket #2640. * Add demonstration code showing how to build a VFS for a raw mass storage without a filesystem. * Added an output buffer size parameter to the xGetTempname() method of the VFS layer. * Sticky SQLITE_FULL or SQLITE_IOERR errors in the pager are reset when a new transaction is started. 2007 Sep 04 (3.5.0) alpha * Redesign the OS interface layer. See [13]34to35.html for details. *** Potentially incompatible change *** * The [14]sqlite3_release_memory(), [15]sqlite3_soft_heap_limit(), and [16]sqlite3_enable_shared_cache() interfaces now work cross all threads in the process, not just the single thread in which they are invoked. *** Potentially incompatible change *** * Added the [17]sqlite3_open_v2() interface. * Reimplemented the memory allocation subsystem and made it replacable at compile-time. * Created a new mutex subsystem and made it replacable at compile-time. * The same database connection may now be used simultaneously by separate threads.
2007-11-13Don't try to remove directory "share/phpmyadmin/css" because it isn'ttron1-2/+1
created anymore. Pointed out by Geert Hendrickx.
2007-11-13Revive patch-ap, sans -lcgi, so that RRDs.so build correctly again.cube3-3/+20
Ok martti@, PR#37374 by Petar Bogdanovic.
2007-11-12Update p5-Ima-DBI to 0.35.hiramatsu2-9/+8
Changes from 0.33: 0.35 Sun Jun 10 16:36:07 EST 2007 - Add checking of PID in database handles to prevent trouble in forked environments (Perrin Harkins and Sam Tregar) 0.34 Mon Sep 5 09:10:37 UTC 2005 - Remove Class::WhiteHole from PREREQs (Alexey Tourbin)
2007-11-12Update "phpmyadmin" package to version 2.11.2.1.tron3-15/+38
Change since version 2.10.2: - creating VIEWs from query results - managing triggers, procedures and functions - supports MySQL 5.0.37 query profiling - improved interface for servers hosting thousands of databases and tables. - security fixes for PMASA-2007-5, PMASA-2007-6 and PMASA-2007-7
2007-11-11Update to 1.601adrianp2-9/+7
Added support for !Time and !Time~N to DBI::Profile Path. See docs. Added extra trace info to connect_cached thanks to Walery Studennikov. Added non-random (deterministic) mode to DBI_GOFER_RANDOM mechanism. Added DBIXS_REVISION macro that drivers can use. Added more docs for private_attribute_info() method. Fixed DBI::ProfileData to not clobber $_, thanks to Alexey Tourbin. Fixed DBI::SQL::Nano to not clobber $_, thanks to Alexey Tourbin. Fixed DBI::PurePerl to return undef for ChildHandles if weaken not available. Fixed DBD::Proxy disconnect error thanks to Philip Dye. Fixed DBD::Gofer::Transport::Base bug (typo) in timeout code. Fixed DBD::Proxy rows method thanks to Philip Dye. Fixed dbiprof compile errors, thanks to Alexey Tourbin. Fixed t/03handle.t to skip some tests if ChildHandles not available.CV See http://search.cpan.org/~timb/DBI/Changes for all the details
2007-11-10Add, but do not enable, cstore, due to its storage requirements.agc1-1/+2
2007-11-10Initial import of cstore-0.2, a "column store" relational database,agc20-0/+450
into the Packages Collection. This package is meant to support data warehousing in a much more efficient manner than traditional RDBMSs. C-Store is a read-optimized relational DBMS that contrasts sharply with most current systems, which are write-optimized. Among the many differences in its design are: + storage of data by column rather than by row, + careful coding and packing of objects into storage including main memory during query processing, + storing an overlapping collection of column-oriented projections, rather than the current fare of tables and indexes, + a non-traditional implementation of transactions which includes high availability and snapshot isolation for read-only transactions, + and the extensive use of bitmap indexes to complement B-tree structures. Please note that the storage required for this package could be viewed as being quite extreme - the standard build and data occupies in excess of 20 GB, and that is all installed into ${PREFIX} at installation time.
2007-11-09Update p5-DBIx-ContextualFetch to 1.03.hiramatsu2-7/+6
Changes from 1.01: 1.03 Mon Dec 27 2004 - Revert to DBD::SQLite (rather than SQLite2) in tests - no warnings 'uninitialized' 1.02 Mon Dec 27 2004 - Fix double execute bug in tests
2007-11-07Needs pkg-config to build.ghen1-2/+2
2007-11-03Made an otherwise annoying error message helpful.rillig3-8/+29
PKGREVISION++ because there are user-visible changes.
2007-11-03Remove INCOMPAT_GETTEXT and the automatic rebuilding of the PO files.joerg4-4/+34
This fixes the build on older NetBSD systems in a clean way.
2007-11-02Changes 0.34:adam2-8/+7
* Bug fixes
2007-11-01update to 2.2.9, from Jeremy C. Reed per PMdrochner3-8/+21
2007-10-30Based on some feedback, comment out the newly added LICENSE=xxx for now.martti1-2/+2
I'll re-activate this later when the global license stuff is activated.
2007-10-30Added LICENSE=gnu-gpl-v2martti1-1/+2
2007-10-291.14adrianp2-6/+6
- Updated to SQLite 3.4.2 - Switch to sqlite3_prepare_v2 which fixes a number of bugs with re-using statements - Fix bug with overflowing integers in user defined functions - Fix bug when building under no-threads perl
2007-10-29This package requires recent gettext-lib and the one included in NetBSD-3minskim1-1/+3
is too old. Add NetBSD-[123].* to INCOMPAT_GETTEXT so that it avoids using built-in gettext-lib on those platforms. This fixes PR pkg/37157.
2007-10-28Supports DESTDIR.joerg2-2/+5
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam8-12/+8
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam4-0/+8
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam47-50/+0
can handle packages having no PLIST files.