summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2013-06-27Reset PKGREVISION by update of both ruby18 and ruby193.taca1-2/+1
2013-06-27Add missing includes.joerg3-1/+26
2013-06-26Add one missing #if for C++03 vs C++11 differences.joerg2-7/+16
2013-06-26Fix RCS ID.joerg2-2/+2
2013-06-22Updating package for CPAN distribution SQL-Statement, providing pure Perlsno2-14/+7
implementation of an SQL engine. pkgsrc changes: - killing DBI build dependency - was an error introduced by the author for better test coverage, leads easily to circular dependency, bad stuff ==> kicking - since 5.10.1 a suitable test framework is distributed with Perl5 core ==> no reason to mention it explicitely - Bumping conflict DBI version to 1.622 (with 1.623 DBI::DBD::SqlEngine received great improve - and forces a lot of fixes in SQL::Statement and vice versa) Upstream changes since 1.402: Version 1.405, released June 17, 2013 ------------------------------------------------- [Bug fixes] * INSERT now expands incomplete rows (Thanks to H.Merijn Brand) Version 1.404, released May 23, 2013 ------------------------------------------------- [Bug fixes] * re-enable cleanup test_output* after test done * recommend Text::Soundex and do soundex-test only when have it, because it's going to be removed from core for Perl 5.19 (thank Merijn) Version 1.403, released May 22, 2013 ------------------------------------------------- [Bug fixes] * fix documentation (rt#84889 - thanks Xavier Guimard and Florian, rt#85257 - thanks Andreas Koenig)
2013-06-18Server needs the same changes as client to not build the integratedjoerg2-12/+12
editline, so move them to Makefile.common.
2013-06-17Fix dependency.jperkin1-2/+2
2013-06-17Make mono packages depend on lang/mono2 instead of lang/mono.wiz1-2/+2
The latter contains the unstable version 3 of mono, which breaks many mono packages. Bump dependencies and PKGREVISIONs. Ok during freeze: gdt@
2013-06-16Really use the system readline/editline.joerg2-7/+11
2013-06-16Update ruby-pg to 0.15.0.taca3-7/+10
== v0.15.0 [2013-03-03] Michael Granger <ged@FaerieMUD.org> Bugfixes: - Fix segfault in PG::Result#field_values when called with non String value. - Fix encoding of messages delivered by notice callbacks. - Fix text encoding for Connection#wait_for_notify and Connection#notifies. - Fix 'Bad file descriptor' problems under Windows: wrong behaviour of #wait_for_notify() and timeout handling of #block on Ruby 1.9. Documentation fixes: - conn#socket() can not be used with IO.for_fd() on Windows. Enhancements: - Tested under Ruby 2.0.0p0. - Add single row mode of PostgreSQL 9.2. - Set fallback_application_name to programm name $0. Thanks to Will Leinweber for the patch. - Release Ruby's GVL while calls to blocking libpq functions to allow better concurrency in threaded applications. - Refactor different variants of waiting for the connection socket. - Make use of rb_thread_fd_select() on Ruby 1.9 and avoid deprecated rb_thread_select(). - Add an example of how to insert array data using a prepared statement (#145). - Add continous integration tests on travis-ci.org. - Add PG::Result#each_row for iterative over result sets by row. Thanks to Aaron Patterson for the patch. - Add a PG::Connection#socket_io method for fetching a (non-autoclosing) IO object for the connection's socket. Specs: - Fix various specs to run on older PostgreSQL and Ruby versions. - Avoid fork() in specs to allow usage on Windows and JRuby.
2013-06-16Update ruby-dm-core to 1.2.1.taca3-12/+12
o Relax dep on addressable. o Fix Property#typecast to pass-through values that cannot be handled.
2013-06-16Update Ruby DataObjects to 0.10.13.taca8-29/+27
## 0.10.13 2013-05-27 * Create binaries for Ruby 2.0 on Windows * Fix segfault in do_postgres * Fix compilation of do_oracle for Ruby 2.0
2013-06-16Changes 0.7.10:adam3-64/+77
This is a bugfix release, sending out a series of fixes that have accumulated as version 0.8.0's release is imminent. Fixes in this version include issues related to the Oracle, SQL Server, MySQL, and Google App Engine dialects, as well as a few schema related and ORM related fixes.
2013-06-15- Updated package to latest version, 2.0.4. Changes include:jaapb2-7/+6
2012-12-02: Added new functions * sleep * clear_bindings Really old operating system distributions may have had problems linking these functions, but it seems that reasonably recent ones support them. 2012-11-19: Added missing .mldylib file for shared library support.
2013-06-14Update to 1.2.12. No changelog found.wiz2-7/+6
2013-06-14Fix patch that's been rejecting since the package was updated. I don'tdholland2-4/+4
know if the patch is still needed, but I'm assuming it is.
2013-06-14Patch the input file, not the generated output.dholland2-5/+5
2013-06-14Update ruby-sequel to 3.48.0.taca3-7/+46
Changes are too many to write here, please refer CHANGELOG or release notes.
2013-06-14remove TODO, I fixed the redis startup file and the CVE were fixed a few ↵mspo1-5/+0
versions ago
2013-06-13unless a config file is given in rc.conf, default to bind localhost and run ↵mspo2-3/+4
daemonized
2013-06-13add redis to databases/ Makefilemspo1-1/+2
2013-06-13Import redis from wip!mspo8-0/+234
Redis is a persistent key-value database with built-in net interface
2013-06-13Update ruby-ldap to 0.9.13.obache3-35/+7
0.9.13 ----- * Prevent SyntaxError raised under Ruby 2.0.0 by line 107 regex (invalid multibyte escape)
2013-06-12Fix bug in man page noted by perl-5.18's pod2man.wiz2-1/+17
2013-06-12Remove GNU_CONFIGURE_LIBDIR.wiz1-2/+2
Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir=" and only used by 10 packages.
2013-06-11Update ruby-odbc to 0.99995.taca3-26/+6
pkgsrc change: no need to patch gemspec any more. Wed Mar 13 2013 version 0.99995 released * added ODBC::Database.use_sql_column_name= flag to switch usage of SQLColAttributes(SQL_COLUMN_LABEL) to SQLColAttributes(SQL_COLUMN_NAME) on per connection basis
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz19-38/+38
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron22-44/+44
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-04Changes 5.6.12:adam5-11/+44
* mysql_upgrade now verifies that the server version matches the version against which it was compiled, and exits if there is a mismatch. In addiion, a --version-check option permits specifying whether to enable version checking (the default), or disable checking if given as --skip-version-checking. * Bugs Fixed
2013-06-04Changes 5.5.32:adam5-11/+15
* mysql_upgrade now verifies that the server version matches the version against which it was compiled, and exits if there is a mismatch. In addiion, a --version-check option permits specifying whether to enable version checking (the default), or disable checking if given as --skip-version-checking. * Bugs Fixed
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz22-42/+44
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz140-247/+280
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-30Use C++11 headers directly if in C++11 mode or when using libc++.joerg8-13/+262
2013-05-30Roll distinfo back to previous version. Patch removed as this issue hasrodent2-24/+1
been fixed upstream.
2013-05-30Regenerating patchsum.rodent1-1/+2
2013-05-26Updated to latest release, 2.0beta1. Now based on Qt4.6. No ChangeLog inrodent3-14/+47
distfile. pkgsrc changes: Added LICENSE. Fixed typo in COMMENT. Added patch to make this work with Qt>4.6. Use qt4-{libs,tools} instead of Qt3.
2013-05-23Ignore the missing return values from the multiple layers of macros.joerg1-1/+6
2013-05-23Use wider type to make sure that find() errors can be detected.joerg4-6/+65
Don't use iterator(0). Bump revision.
2013-05-22Update p5-DBD-SQLite2 to 0.36.hiramatsu2-7/+7
Changes from previous: ---------------------- 0.36 2013-04-08 rurban - Fix mingw32 off_t redefinition. [cpan #84492] Use a private sql_off_t typedef for the sqlite internal off_t type. - cygwin is now a OS_UNIX, not OS_WIN. 0.35 2013-04-01 rurban - Fix SEGV when fetchrow() is called again after it has returned an empty list ie. the query has completed. [cpan #16451] - Add testcases for [cpan #26775] and [cpan #28448] - Fixed [cpan #26775]: Remove () in names with DISTINCT(t.name) - Honor -g in $Config{optimize} - Add META and POD tests, and META info for EUMM 0.34 2013-04-01 rurban - Fix SEGV in t/ak-dbd.t with asan, concurrent _sqlite2_fetch_row [cpan #55636] - Add return value for dbd_bind_ph() - bind_param with handle - Add declaration for sqlite2_busy_timeout() - Fix clang -Wparentheses and -Wint-conversion warnings
2013-05-20Do not poison build flags with mysql-client bl3 dirs.fhajny2-2/+4
2013-05-20Changes 3.7.17:adam7-25/+29
Add support for memory-mapped I/O. Add the sqlite3_strglob() convenience interface. Assigned the integer at offset 68 in the database header as the Application ID for when SQLite is used as an application file-format. Added the PRAGMA application_id command to query and set the Application ID. Report rollback recovery in the error log as SQLITE_NOTICE_RECOVER_ROLLBACK. Change the error log code for WAL recover from SQLITE_OK to SQLITE_NOTICE_RECOVER_WAL. Report the risky uses of unlinked database files and database filename aliasing as SQLITE_WARNING messages in the error log. Added the SQLITE_TRACE_SIZE_LIMIT compile-time option. Increase the default value of SQLITE_MAX_SCHEMA_RETRY to 50 and make sure that it is honored in every place that a schema change might force a statement retry. Add a new test harness called "mptester" used to verify correct operation when multiple processes are using the same database file at the same time. Enhance the extension loading mechanism to be more flexible (while still maintaining backwards compatibility) in two ways: If the default entry point "sqlite3_extension_init" is not present in the loadable extension, also try an entry point "sqlite3_X_init" where "X" is based on the shared library filename. This allows every extension to have a different entry point, which allows them to be statically linked with no code changes. The shared library filename passed to sqlite3_load_extension() may omit the filename suffix, and an appropriate architecture-dependent suffix (".so", ".dylib", or ".dll") will be added automatically. Added many new loadable extensions to the source tree, including amatch, closure, fuzzer, ieee754, nextchar, regexp, spellfix, and wholenumber. See header comments on each extension source file for further information about what that extension does. Enhance FTS3 to avoid using excess stack space when there are a huge number of terms on the right-hand side of the MATCH operator. A side-effect of this change is that the MATCH operator can only accommodate 12 NEAR operators at a time. Enhance the fts4aux virtual table so that it can be a TEMP table. Added the fts3tokenize virtual table to the full-text search logic. Query planner enhancement: Use the transitive property of constraints to move constraints into the outer loops of a join whenever possible, thereby reducing the amount of work that needs to occur in inner loops. Discontinue the use of posix_fallocate() on unix, as it does not work on all filesystems. Improved tracing and debugging facilities in the Windows VFS. Bug fix: Fix a potential database corruption bug in shared cache mode when one database connection is closed while another is in the middle of a write transaction. Bug fix: Only consider AS names from the result set as candidates for resolving identifiers in the WHERE clause if there are no other matches. In the ORDER BY clause, AS names take priority over any column names. Bug fix: Do not allow a virtual table to cancel the ORDER BY clause unless all outer loops are guaranteed to return no more than one row result. Bug fix: Do not suppress the ORDER BY clause on a virtual table query if an IN constraint is used. Bug fix: The command-line shell gives an exit code of 0 when terminated using the ".quit" command. Bug fix: Make sure PRAGMA statements appear in sqlite3_trace() output. Bug fix: When a compound query that uses an ORDER BY clause with a COLLATE operator, make sure that the sorting occurs according to the specified collation and that the comparisons associate with the compound query use the native collation. Bug fix: Makes sure the authorizer callback gets a valid pointer to the string "ROWID" for the column-name parameter when doing an UPDATE that changes the rowid. Bug fix: Do not move WHERE clause terms inside OR expressions that are contained within an ON clause of a LEFT JOIN. Bug fix: Make sure an error is always reported when attempting to preform an operation that requires a collating sequence that is missing.
2013-05-20Update to 1.627wen2-6/+6
Upstream changes: Changes in DBI 1.627 - 16th May 2013 Fixed VERSION regression in DBI::SQL::Nano [Tim Bunce] Changes in DBI 1.626 - 15th May 2013 Fixed pod text/link was reversed in a few cases RT#85168 [H.Merijn Brand] Handle aliasing of STORE'd attributes in DBI::DBD::SqlEngine [Jens Rehsack] Updated repository URI to git [Jens Rehsack] Fixed skip() count arg in t/48dbi_dbd_sqlengine.t [Tim Bunce]
2013-05-20Explicitly set WITH_EMBEDDED_SERVER=OFF, because the default OFF doesn'tfhajny1-1/+2
seem to be respected.
2013-05-20Rely on mysql{55,56}-client's bl3 to restrict the dependency of serverfhajny2-10/+6
on client. Fixes situations where a binary mysql55-server package picks up mysql56-client as the best dependency because of the missing upper limit. Bump PKGREVISION.
2013-05-10Remove 83 from PGSQL_VERSIONS_ACCEPTED, as it's no longer available.fhajny3-6/+6
2013-05-10Fix interpretter skip pathfhajny1-4/+4
2013-05-10Pre-answer openldap autoconf run-tests for NetBSD cross-builds.riastradh1-1/+7
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam21-35/+42
2013-05-06Update p5-DBD-CSV to 0.38.hiramatsu2-7/+6
Changes from previous: ---------------------- * Fixed RT#80078, resulting in getline calls on undef (Benjamin Booth) * Require latest DBI and SQL::Statement * Updated copyright to 2013 * Fixes for DBI-1.623 (Jens Rehsack)
2013-05-06Update to 0.53wen2-7/+6
Upstream changes: 0.53 2013-03-20T06:04:34Z - Fixed some documentation typos, thanks to Mike O'Regan (Issue #22). - Fixed issue where an connection failure caused an unhelpful error (Issue #26).