summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2007-06-04Added documentation. PKGREVISION++rillig2-4/+8
2007-06-03Remove dead mirror sites. From Zafer Aydogan.wiz1-5/+2
2007-05-30Removed some code duplication from the buildlink3 files by using the newrillig1-8/+3
pkg-build-options.mk procedure.
2007-05-30NetBSD 1.x is no longer supported so remove NOT_FOR_PLATFORM.martti1-5/+1
2007-05-30Regenerated.martti1-4/+2
2007-05-30cgilib is not needed to build this (Tobi Oetiker told this in a private mail).martti3-20/+2
2007-05-29Remove Zope 2.2 and related pieces:joerg6-199/+1
databases/zope-mysql lang/py-extclass textproc/py-dtml www/py-pcgi www/py-zpublisher www/zope No objection from pkgsrc-users. cVS: ----------------------------------------------------------------------
2007-05-23+p5-DBD-SQLite2kristerw1-1/+2
2007-05-23Revert previous HOMEPAGE change.obache1-2/+2
2007-05-23Updated MySQL to 4.1.22martti26-144/+151
Lots of bug fixes, see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-22.html
2007-05-22Update HOMEPAGE url.obache1-2/+2
2007-05-22I'm not maintaining anymore this package.xtraeme1-2/+2
salo feel free to update it and fix the security vulnerabilities.
2007-05-21Update to 5.0.41. Amongst many fixes these vulnerabilities werextraeme16-201/+506
fixed: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2583 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2692 And another patch adapted from a mailing list to fix: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2691 See http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-41.html To see all changes.
2007-05-20Initial import of p5-DBD-SQLite2 0.33.heinz4-0/+39
SQLite is a small fast embedded SQL database engine. DBD::SQLite2 embeds that database engine into a DBD driver, so if you want a relational database for your project, but don't want to install a large RDBMS system like MySQL or PostgreSQL, then DBD::SQLite2 may be just what you need. Note: DBD::SQLite2 is the old version of DBD::SQLite, and embeds version 2.x.x of the sqlite library. The current version of DBD::SQLite embeds version 3 or possibly later. This release is designed to allow to have both versions installed on the same system.
2007-05-20Adapted MASTER_SITES to the usual CPAN scheme.heinz1-2/+4
The Package supports installation to DESTDIR and needs a C compiler.
2007-05-20Added support for installation to DESTDIR.heinz1-2/+6
2007-05-17Explicitly disable detecting Ruby like Python.taca1-1/+2
Fix build problem when Ruby is installed.
2007-05-16Updated databases/rrdtool to 1.2.23martti4-18/+18
* bug fixes
2007-05-09Update to 1.13.dillo2-6/+8
Changes file was not updated, so changes are unknown. pkgsrc changes: depend on sqlite3 package instead of using included sources.
2007-05-08Fix PLIST after last update.joerg2-2/+9
2007-05-08Reset the PKGREVISION in packages that use the version string from php4 or php5adrianp2-4/+2
Pointed out by Geert Hendrickx on tech-pkg@
2007-05-06Added and enabled java-qdbm.obache1-1/+2
2007-05-06Import java-qdbm version 1.0.0.1.8.75 from pkgsrc-wip.obache3-0/+71
QDBM is an embeded database library compatible with GDBM and NDBM. It features hash database and B+ tree database and is developed referring to GDBM for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API. This package provides the Java interface of QDBM.
2007-05-04CONFLICTS fixadam1-1/+2
2007-05-04CONFLICTS and PLIST fixadam2-6/+9
2007-05-04CONFLICTS fixadam2-9/+9
2007-04-30Changes 8.0.13:adam2-7/+11
* Support explicit placement of the temporary-table schema within search_path, and disable searching it for functions and operators * "/contrib/tsearch2" crash fixes * Fix potential-data-corruption bug in how "VACUUM FULL" handles "UPDATE" chains * Fix PANIC during enlargement of a hash index (bug introduced in 8.0.10) * Fix POSIX-style timezone specs to follow new USA DST rules
2007-04-30Changes 8.1.9:adam4-9/+22
* Support explicit placement of the temporary-table schema within search_path, and disable searching it for functions and operators * "/contrib/tsearch2" crash fixes * Require "COMMIT PREPARED" to be executed in the same database as the transaction was prepared in * Fix potential-data-corruption bug in how "VACUUM FULL" handles "UPDATE" chains * Planner fixes, including improving outer join and bitmap scan selection logic * Fix PANIC during enlargement of a hash index (bug introduced in 8.1.6) * Fix POSIX-style timezone specs to follow new USA DST rules
2007-04-30Changes 8.2.4:adam4-11/+23
* Support explicit placement of the temporary-table schema within search_path, and disable searching it for functions and operators * Fix shared_preload_libraries for Windows by forcing reload in each backend * Fix to_char() so it properly upper/lower cases localized day or month names * "/contrib/tsearch2" crash fixes * Require "COMMIT PREPARED" to be executed in the same database as the transaction was prepared in * Allow "pg_dump" to do binary backups larger than two gigabytes on Windows * New traditional (Taiwan) Chinese FAQ * Prevent the statistics collector from writing to disk too frequently * Fix potential-data-corruption bug in how "VACUUM FULL" handles "UPDATE" chains * Fix bug in domains that use array types * Fix "pg_dump" so it can dump a serial column's sequence using "-t" when not also dumping the owning table * Planner fixes, including improving outer join and bitmap scan selection logic * Fix possible wrong answers or crash when a PL/pgSQL function tries to RETURN from within an EXCEPTION block * Fix PANIC during enlargement of a hash index * Fix POSIX-style timezone specs to follow new USA DST rules
2007-04-15Update to 2.18.0, for GNOME-2.18.wiz4-16/+16
Changes not detailed in the NEWS file.
2007-04-10Update Slony-1 to 1.2.9 version.rmind3-13/+12
It has a support for newer PostgreSQL versions, also various improvements and bugfixes. Details could be found in the RELEASE-1.2.{0-9} files of the source package. Reviewed by joerg@
2007-04-10Update the patch for new Slony-1 release.rmind1-3/+3
2007-04-04Force not to detect PostgreSQL, fixes PR 36123.obache1-1/+5
2007-04-04Fix missing run-time search path in qdbm-plus.obache2-4/+4
2007-04-02Upstream MASTER_SITES, HOMEPAGE have changed.gdt1-3/+3
s;www.glug.org/people/ttn;www.gnuvola.org/g
2007-04-01Update ruby-sqlite3 to 1.2.1.obache3-11/+8
Release Name: 1.2.1 Notes: Only a single change in this release: sqlite3 3.3.8 and higher have changed the format of the 'dflt_value' column for the table_info pragma. This caused breakage in apps that depend on that pragma, like Ruby on Rails. This release makes the Database#table_info helper check the libversion, and adjust the dflt_value column accordingly. If you want the new format and not the old, you can invoke the table_info pragma directly, instead of using the helper. Release Name: 1.2.0 Notes: * Fixed bug that caused crashes when type translation was asked to translate the type of a typeless column (like count(*), etc.) * Added pre-built sqlite3_api_wrap.c to remove the dependency on SWIG. * db.transaction should now catch all exceptions (bug #3981) * Removed lots of warnings when running in -w mode * Fixed problems with callbacks (thanks Sylvan Joyeux!) * Named bind parameters may now be specified as symbols, or as strings. You can also leave off the leading colon when specifying them as a string. * DL (pure-ruby) driver is now deprecated. * Bignum values may be bound in a prepared statement. * Get a more detailed error message when the connection cannot be established. * Reset the statement when binding new variables to a prepared statement.
2007-04-01Change my mail address to @NetBSD.org.obache6-12/+12
2007-03-24Prepare for switching to NO_MTREE=yes.joerg3-5/+10
2007-03-21Per Juan RP, use pkgsrc-users@ as MAINTAINER of unmaintained pkgs.jwise1-2/+2
2007-03-21I'm not using any of these packages any more, and have not been keeping upjwise1-2/+2
on maintaining them. Switch MAINTAINER to tech-pkg, so I can focus on those which I am still using.
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz3-3/+6
2007-03-20Don't remove directory not created (missing) in PostgreSQL installation.jlam1-2/+1
2007-03-20Update "phpmyadmin" package to version 2.10.0.2:tron3-54/+122
- Fix for PMASA-2007-3 (PHP Executor Deep Recursion Stack Overflow) - New graphical relation manager, called Designer, available in database view
2007-03-17Update ruby-activerecord to 1.15.3.minskim3-11/+10
Changes: * Allow a polymorphic :source for has_many :through associations. * Consistently quote primary key column names. * Fixtures: fix YAML ordered map support. * Fix has_many :through << with custom foreign keys.
2007-03-15Updating Ruby to 1.8.6; ruby18-gdbmtaca2-13/+2
- discontinue use of RUBY_PATCH_DATE. - Introduce RUBY_PATCH_LEVEL. pkgsrc's ruby tracks Ruby's patch release and avoid to maintain its own patch files (with RUBY_PATCH_DATE). Changes are too much, please see ChangeLog file.
2007-03-15Fiw a configure option name: it's --enable-spasswd ans not --with-spasswwdmanu1-2/+2
details here: http://www.openldap.org/lists/openldap-software/200702/msg00126.html
2007-03-12Fix build problem under NetBSD (-i386 3.1).tron2-7/+19
2007-03-11Changes 5.0.37:adam42-262/+316
* Added the SHOW PROFILES and SHOW PROFILE statements to display statement profile data, and the accompanying INFORMATION_SCHEMA.PROFILING table. * Added the Uptime_since_flush_status status variable, which indicates the number of seconds since the most recent FLUSH STATUS statement. * Incompatible change in DATE_FORMAT(). * NDB Cluster: The LockPagesInMainMemory configuration parameter has changed its type and possible values. * The bundled yaSSL library was upgraded to version 1.5.8. * The --skip-thread-priority option now is enabled by default for binary Mac OS X distributions. Use of thread priorities degrades performance on Mac OS X. * Added the --disable-grant-options option to configure. * Bug fixes.
2007-03-11update to 1.54.grant2-6/+6
changes since 1.50: Changes in DBI 1.54 (svn rev 9157), 23rd February 2007 Fixed type_info when called for multiple dbh thanks to Cosimo Streppone. Fixed compile warnings in bleadperl on freebsd-6.1-release and solaris 10g thanks to Philip M. Gollucci. Fixed to compile for perl built with -DNO_MATHOMS thanks to Jerry D. Hedden. Fixed to work for bleadperl (r29544) thanks to Nicholas Clark. Users of Perl >= 5.9.5 will require DBI >= 1.54. Fixed rare error when profiling access to $DBI::err etc tied variables. Fixed DBI::ProfileDumper to not be affected by changes to $/ and $, thanks to Michael Schwern. Changed t/40profile.t to skip tests for perl < 5.8.0. Changed setting trace file to no longer write "Trace file set" to new file. Changed 'handle cleared whilst still active' warning for dbh to only be given for dbh that have active sth or are not AutoCommit. Changed take_imp_data to call finish on all Active child sth. Changed DBI::PurePerl trace() method to be more consistent. Changed set_err method to effectively not append to errstr if the new errstr is the same as the current one. Changed handle factory methods, like connect, prepare, and table_info, to copy any error/warn/info state of the handle being returned up into the handle the method was called on. Changed row buffer handling to not alter NUM_OF_FIELDS if it's inconsistent with number of elements in row buffer array. Updated DBI::DBD docs re handling multiple result sets. Updated DBI::DBD docs for driver authors thanks to Ammon Riley and Dean Arnold. Updated column_info docs to note that if a table doesn't exist you get an sth for an empty result set and not an error. Added new DBD::Gofer 'stateless proxy' driver and framework, and the DBI test suite is now also executed via DBD::Gofer, and DBD::Gofer+DBI::PurePerl, in addition to DBI::PurePerl. Added ability for trace() to support filehandle argument, including tracing into a string, thanks to Dean Arnold. Added ability for drivers to implement func() method so proxy drivers can proxy the func method itself. Added SQL_BIGINT type code (resolved to the ODBC/JDBC value (-5)) Added $h->private_attribute_info method. Changes in DBI 1.53 (svn rev 7995), 31st October 2006 Fixed checks for weaken to work with early 5.8.x versions Fixed DBD::Proxy handling of some methods, including commit and rollback. Fixed t/40profile.t to be more insensitive to long double precision. Fixed t/40profile.t to be insensitive to small negative shifts in time thanks to Jamie McCarthy. Fixed t/40profile.t to skip tests for perl < 5.8.0. Fixed to work with current 'bleadperl' (~5.9.5) thanks to Steve Peters. Users of Perl >= 5.9.5 will require DBI >= 1.53. Fixed to be more robust against drivers not handling multiple result sets properly, thanks to Gisle Aas. Added array context support to execute_array and execute_for_fetch methods which returns executed tuples and rows affected. Added Tie::Cache::LRU example to docs thanks to Brandon Black. Changes in DBI 1.52 (svn rev 6840), 30th July 2006 Fixed memory leak (per handle) thanks to Nicholas Clark and Ephraim Dan. Fixed memory leak (16 bytes per sth) thanks to Doru Theodor Petrescu. Fixed execute_for_fetch/execute_array to RaiseError thanks to Martin J. Evans. Fixed for perl 5.9.4. Users of Perl >= 5.9.4 will require DBI >= 1.52. Updated DBD::File to 0.35 to match the latest release on CPAN. Added $dbh->statistics_info specification thanks to Brandon Black. Many changes and additions to profiling: Profile Path can now uses sane strings instead of obscure numbers, can refer to attributes, assorted magical values, and even code refs! Parsing of non-numeric DBI_PROFILE env var values has changed. Changed DBI::Profile docs extensively - many new features. See DBI::Profile docs for more information. Changes in DBI 1.51 (svn rev 6475), 6th June 2006 Fixed $dbh->clone method 'signature' thanks to Jeffrey Klein. Fixed default ping() method to return false if !$dbh->{Active}. Fixed t/40profile.t to be insensitive to long double precision. Fixed for perl 5.8.0's more limited weaken() function. Fixed DBD::Proxy to not alter $@ in disconnect or AUTOLOADd methods. Fixed bind_columns() to use return set_err(...) instead of die() to report incorrect number of parameters, thanks to Ben Thul. Fixed bind_col() to ignore undef as bind location, thanks to David Wheeler. Fixed for perl 5.9.x for non-threaded builds thanks to Nicholas Clark. Users of Perl >= 5.9.x will require DBI >= 1.51. Fixed fetching of rows as hash refs to preserve utf8 on field names from $sth->{NAME} thanks to Alexey Gaidukov. Fixed build on Win32 (dbd_postamble) thanks to David Golden. Improved performance for thread-enabled perls thanks to Gisle Aas. Drivers can now use PERL_NO_GET_CONTEXT thanks to Gisle Aas. Driver authors please read the notes in the DBI::DBD docs. Changed DBI::Profile format to always include a percentage, if not exiting then uses time between the first and last DBI call. Changed DBI::ProfileData to be more forgiving of systems with unstable clocks (where time may go backwards occasionally). Clarified the 'Subclassing the DBI' docs. Assorted minor changes to docs from comments on annocpan.org. Changed Makefile.PL to avoid incompatible options for old gcc. Added 'fetch array of hash refs' example to selectall_arrayref docs thanks to Tom Schindl. Added docs for $sth->{ParamArrays} thanks to Martin J. Evans. Added reference to $DBI::neat_maxlen in TRACING section of docs. Added ability for DBI::Profile Path to include attributes and a summary of where the code was called from.
2007-03-11+php-oraclegrant1-1/+2