summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2008-12-16pullup ticket #2609 - requested by tronrtr2-6/+6
phpmyadmin: update package revisions pulled up: pkgsrc/databases/phpmyadmin/Makefile 1.78 pkgsrc/databases/phpmyadmin/distinfo 1.40 Module Name: pkgsrc Committed By: tron Date: Mon Dec 15 09:11:49 UTC 2008 Modified Files: pkgsrc/databases/phpmyadmin: Makefile distinfo Log Message: Update "phpmyadmin" package to version 2.11.9.4. Changes since 2.11.9.3: - [security] possible XSRF on several pages
2008-11-12pullup ticket #2583 - requested by bouyerrtr5-56/+17
myodbc: update package for bug fixes revisions pulled up: pkgsrc/databases/myodbc/Makefile 1.18 pkgsrc/databases/myodbc/PLIST 1.5 pkgsrc/databases/myodbc/distinfo 1.6 pkgsrc/databases/myodbc/patches/patch-aa r0 pkgsrc/databases/myodbc/patches/patch-ab r0 Module Name: pkgsrc Committed By: bouyer Date: Tue Nov 11 20:29:27 UTC 2008 Modified Files: pkgsrc/databases/myodbc: Makefile PLIST distinfo Removed Files: pkgsrc/databases/myodbc/patches: patch-aa patch-ab Log Message: Update to mysql-connector-odbc-3.51.26r1127 (from 3.51.12). Most important change: 3.51.12 doesn't work anymore with mysql-client-5.0.67nb1, a function has been removed from the mysql-client library. Other changes: * lots of bug fixes * Added FLAG_COLUMN_SIZE_S32 to limit the reported column size to a signed 32-bit integer. This option is automatically enabled for ADO applications, in order to work around a bug in ADO. (Bug #13776) * Added FLAG_MULTI_STATEMENTS to allow issuing queries that contain multiple statements. Also added to the setup GUI. (Bug #7445) * Removed support for the TRACE and TRACEFILE DSN options. The standard ODBC logging should be used. * Added support for SQL_ATTR_ROW_BIND_OFFSET_PTR in normal cursors. (Bug #6741) * Added SSL options to the GUI setup dialog. * Added an option (CHARSET) for specifying the default character set for a connection. This must be used instead of a "SET NAMES" statement. Also available from the GUI setup dialog. (Related to Bug #6667 and Bug #9498.) * Dis-allow NULL ptr for null indicator when calling SQLGetData() if value is null. Now returns SQL_ERROR w/state 22002. * Fixed calling convention ptr and wrong free in myodbc3i, and fixed the null terminating (was only one, not two) when writing DSN to string. * Added support for using SSL. This is not yet exposed in the setup GUI, but must be enabled through configuration files or the DSN. (Bug #12918) * Added auto-reconnect option because automatic reconnect is now disabled by default in libmysql * Added auto is null option (Bug #10910) * Added support for SQLMoreResults * Checking SQL_ATTR_CONNECTION_DEAD now always calls mysql_ping() to check for a dead connection. * Remove ODBC escape syntax { and } that begin and terminate statements, allowing {CALL (?)} for procedures that don't require OUT or INOUT parameters * Improved regression tests * Added --with-separate-debug-driver ./configure option
2008-11-02pullup ticket #2566 - requested by tronrtr2-6/+6
phpmyadmin: update package for security fixes revisions pulled up: pkgsrc/databases/phpmyadmin/Makefile 1.76 pkgsrc/databases/phpmyadmin/distinfo 1.39 Module Name: pkgsrc Committed By: tron Date: Sat Nov 1 19:50:41 UTC 2008 Modified Files: pkgsrc/databases/phpmyadmin: Makefile distinfo Log Message: Update "phpmyadmin" package to version 2.11.9.3. Changes since 2.11.9.1: - [security] XSS in MSIE using NUL byte - [security] XSS in a Designer component
2008-10-11Pullup ticket ticket #2552 - requested by joergtron1-4/+4
openldap-server: build fix for user destdir mode Revisions pulled up: - databases/openldap-server/Makefile 1.17 --- Module Name: pkgsrc Committed By: joerg Date: Thu Oct 9 17:48:45 UTC 2008 Modified Files: pkgsrc/databases/openldap-server: Makefile Log Message: Don't leak build user in install scripts.
2008-10-08Pullup ticket #2545 - requested by marttitron3-8/+9
rrdtool: fix crashes Revisions pulled up: - databases/rrdtool/Makefile 1.72 - databases/rrdtool/PLIST 1.11 - databases/rrdtool/distinfo 1.33 --- Module Name: pkgsrc Committed By: martti Date: Tue Oct 7 07:23:36 UTC 2008 Modified Files: pkgsrc/databases/rrdtool: Makefile PLIST distinfo Log Message: Updated databases/rrdtool to 1.3.4 * detect short/truncated files on open (rrdtool used to crash later on some platforms) * stop rrd_resize from altering the original file (mmap side effect) * fix VDEF and SHIFT use. Now it returns correct data and does not crash anymore. * fix rrd_xport when used on datasources with different resolutions. This has been broken from day 1 of this tools exsitance. * fixed default prefix for ruby install * added rpath for perl bindings on bsd * do not [fm]advise past the end of the file since this causes crashes on sparc.
2008-10-03Don't write to /etc, the init script is handled via the RC framework.joerg2-1/+14
2008-10-03Needs pkg-config.joerg1-2/+2
2008-10-03Install only the newer PostgreSQL 7.1+ driver. Add DESTDIR support.joerg3-4/+21
Bump revision.
2008-10-02Suppress detection of readline.h.obache1-1/+2
Configure failed to detect pkgsrc readline.h and disabled.
2008-09-29Require OpenSSL to build plugins.obache1-1/+2
2008-09-24This version of bdb-xml requires db<4.7. Depend on db46 instead of db4.minskim4-13/+13
This fixes the build error shown on Joerg's bulk builds on NetBSD-current. Bump PKGREVISION.
2008-09-22Alway use Berkeley DB 4.6.21 provided by the "db46" package.tron2-17/+6
Berkeley DB 4.7.x is not officially supported by OpenLDAP yet and there have been various reports of problems with this combination. Bump package revision.
2008-09-22py-sqlite2 does not require disable-threadsafe but expect to existobache2-9/+5
load-extension these days. OKed by wiz to commit. Bump PKGREVISION.
2008-09-21The self test put testdb on current directory, cd ${WRKDIR} first.obache1-2/+2
2008-09-20I'll take maintainership.sketch1-2/+2
2008-09-19Integrate non-shared Makefile.common into Makefile.wiz3-71/+56
Some pkglint cleanup.
2008-09-19Remove another leftover qt2 user.wiz6-92/+1
2008-09-18try to deal with incompatible changes in py-bsddb3-4.7.2drochner2-4/+40
(I'm not sure commenting out DB_TXN_NOSYNC is the best solution, but it seems to work for me at least.) approved by gdt
2008-09-18-deal with an incompatible change in py-bsddb3-4.7.2drochner3-8/+17
-remove py-xml bl3, this is not needed afaict -pull in desktop-file-utils/bl3 because we install a .desktop file bump PKGREVISION
2008-09-18bump BUILDLINK_API_DEPENDS to the new revisiondrochner1-3/+3
(The dependency is already there, due to the propagated db4 dependency. Just make it explicit.)
2008-09-18Update "phpmyadmin" package to version 2.11.9.1. Changes since 2.11.8.1:tron2-6/+6
- bug #2031221 [auth] Links to version number on login screen - bug #2032707 [core] PMA does not start if ini_set() is disabled - bug #2004915 [bookmarks] Saved queries greater than 1000 chars not displayed - bug #2037381 [export] Export type "replace" does not work - bug #2037375 [export] DROP PROCEDURE needs IF EXISTS - bug #2045512 [export] Numbers in Excel export + [lang] Norwegian UTF-8 original file remerged - bug #2074250 [parser] Undefined variable seen_from - [security] Code execution vulnerability This update fixes the security vulnerability reported in PMASA-2008-7.
2008-09-18Remove another qt2 application, noted by joerg@.wiz6-90/+1
2008-09-18Needs msgfmt, intltool and drop forcing pkgsrc gettext. Bump revision.joerg1-5/+3
2008-09-18Fix path to Perl interpreter in the installed scripts. Bump packagetron1-1/+8
revision because of this fix.
2008-09-18Update mysql5-server pacakge to 5.0.67.taca12-227/+546
This is security fix. For complete changes, please refer http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-67.html. Here is a part of it. Functionality added or changed: Security Enhancement: To enable stricter control over the location from which user-defined functions can be loaded, the plugin_dir system variable has been backported from MySQL 5.1. If the value is non-empty, user-defined function object files can be loaded only from the directory named by this variable. If the value is empty, the behavior that is used before 5.0.67 applies: The UDF object files must be located in a directory that is searched by your system's dynamic linker. (Bug#37428) Important Change: Incompatible Change: The FEDERATED storage engine is now disabled by default in the .cnf files shipped with MySQL distributions (my-huge.cnf, my-medium.cnf, and so forth). This affects server behavior only if you install one of these files. (Bug#37069) Cluster API: Important Change: Because NDB_LE_MemoryUsage.page_size_kb shows memory page sizes in bytes rather than kilobytes, it has been renamed to page_size_bytes. The name page_size_kb is now deprecated and thus subject to removal in a future release, although it currently remains supported for reasons of backward compatibility. See The Ndb_logevent_type Type, for more information about NDB_LE_MemoryUsage. (Bug#30271) Important Change: Some changes were made to CHECK TABLE ... FOR UPGRADE and REPAIR TABLE with respect to detection and handling of tables with incompatible .frm files (files created with a different version of the MySQL server). These changes also affect mysqlcheck because that program uses CHECK TABLE and REPAIR table, and thus also mysql_upgrade because that program invokes mysqlcheck.
2008-09-18Update mysql5-client pacakge to 5.0.67.taca10-49/+58
For complete changes, please refer http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-67.html. Here is a part of it. Functionality added or changed: Security Enhancement: To enable stricter control over the location from which user-defined functions can be loaded, the plugin_dir system variable has been backported from MySQL 5.1. If the value is non-empty, user-defined function object files can be loaded only from the directory named by this variable. If the value is empty, the behavior that is used before 5.0.67 applies: The UDF object files must be located in a directory that is searched by your system's dynamic linker. (Bug#37428) Important Change: Incompatible Change: The FEDERATED storage engine is now disabled by default in the .cnf files shipped with MySQL distributions (my-huge.cnf, my-medium.cnf, and so forth). This affects server behavior only if you install one of these files. (Bug#37069) Cluster API: Important Change: Because NDB_LE_MemoryUsage.page_size_kb shows memory page sizes in bytes rather than kilobytes, it has been renamed to page_size_bytes. The name page_size_kb is now deprecated and thus subject to removal in a future release, although it currently remains supported for reasons of backward compatibility. See The Ndb_logevent_type Type, for more information about NDB_LE_MemoryUsage. (Bug#30271) Important Change: Some changes were made to CHECK TABLE ... FOR UPGRADE and REPAIR TABLE with respect to detection and handling of tables with incompatible .frm files (files created with a different version of the MySQL server). These changes also affect mysqlcheck because that program uses CHECK TABLE and REPAIR table, and thus also mysql_upgrade because that program invokes mysqlcheck.
2008-09-17Fix a bug on some platforms which causes the installation to fail.adrianp4-12/+26
Thanks to Peter Avalos for debugging and joerg@ for pointing it out.
2008-09-16Add p5-MARC-Record.he1-1/+2
2008-09-16Import p5-MARC-Record version 2.0.0 from pkgsrc-wip.he3-0/+24
This is primarily so that p5-Net-Z3950-ZOOM can compile without having pkgsrc-wip checked out (oops!). MARC::Record provides yet another collection of routines to process MARC records.
2008-09-16Revert ruby-datamapper to 0.3.2 previous commit, it wasn't completed.taca2-6/+6
2008-09-15Updated databases/rrdtool to 1.3.3martti2-6/+6
While 1.3.2 did fix the data corruption bug, and was much faster with creating graphs, it did break badly when you tried to supply your own font names and sizes. 1.3.3 fixes this regression. * Do not crash when user tries to select a font in rrdgraph * Another attempt at makeing it compile out-of-the box on solaris 8
2008-09-15Update ruby-sqlite3 package to 1.2.4.taca3-8/+13
Release Name: 1.2.4 Notes: This release only updates the generated C file to reflect the compatibility changes that were made to the SWIG file. Binary builds (e.g., Windows) are not affected, and need no update. In general, you will not need this update unless you are using a version of Ruby prior to 1.8.6. Release Name: 1.2.3 Notes: Mostly, this release just fixes the permissions issue on *nix platforms on the database.rb and translator.rb files. It also has a few optimizations and compatibility fixes. Changes: === 1.2.3 / 26 Aug 2008 * Fix incorrect permissions on database.rb and translator.rb [Various] * Avoid using Object#extend for greater speedups [Erik Veenstra] * Ruby 1.9 compatibility tweaks for Array#zip [jimmy88@gmail.com] * Fix linking against Ruby 1.8.5 [Rob Holland <rob@inversepath.com>]
2008-09-15Update ruby-datamapper package to 0.9.5.taca2-6/+6
No changes are available, please see http://www.datamapper.org/.
2008-09-15Update ruby-activerecord to 2.1.1.minskim3-9/+14
Changes: * Set config.active_record.timestamped_migrations = false to have migrations with numeric prefix instead of UTC timestamp. #446. * Fixed that create database statements would always include "DEFAULT NULL" [#334] * change_column_default preserves the not-null constraint. #617 * Add :tokenizer option to validates_length_of to specify how to split up the attribute string. #507. Example : # Ensure essay contains at least 100 words. validates_length_of :essay, :minimum => 100, :too_short => "Your essay must be at least %d words."), :tokenizer => lambda {|str| str.scan(/\w+/) } * Always treat integer :limit as byte length. #420 * Partial updates don't update lock_version if nothing changed. #426 * Fix column collision with named_scope and :joins. #46 * db:migrate:down and :up update schema_migrations. #369 * PostgreSQL: support :conditions => [':foo::integer', { :foo => 1 }] without treating the ::integer typecast as a bind variable. * MySQL: rename_column preserves column defaults. #466 * Add :from option to calculations. #397 * Add :validate option to associations to enable/disable the automatic validation of associated models. Resolves #301. * PostgreSQL: use 'INSERT ... RETURNING id' for 8.2 and later. * Added SQL escaping for :limit and :offset in MySQL
2008-09-15Point HOMEPAGE to RubyForge's project page since previous one has gone.taca1-3/+2
2008-09-13Update to 4.7.2, because 4.6.4 does not support db4-4.7.x.dholland3-11/+10
Changes: (from http://www.jcea.es/programacion/pybsddb.htm, some things are hyperlinks) bsddb3-4.7.2: RELEASED. (20080807). Testsuite verified in Unix 32 bit Python 2.3-2.6b2 and Berkeley DB 4.0-4.7. If you are going to use replication (Replication Manager or Base Replication), you should use Berkeley DB 4.6 or up. Previous Berkeley DB versions are unsupported, when using these functionalities. Available in PYPI. Changes: * Solved a race condition in Replication Manager testcode. * Changing any python code, automatically regenerates the Python3 version. The master version is Python2. * Compatibility with Python 3.0. * Solved a crash when DB handle creation fails. STINNER Victor - http://bugs.python.org/issue3307 * Improve internal error checking, as suggested by Neal Norwitz when reviewing commit 63207 in Python SVN. * Routines without parameters should be defined so, as suggested by Neal Norwitz when reviewing commit 63207 in Python SVN. The resulting code is (marginally) faster, smaller and clearer. * Routines with a simple object parameter are defines so, as suggested by Neal Norwitz when reviewing commit 63207 in Python SVN. The resulting code is (marginally) faster, smaller and clearer. * Routines taking objects as arguments can parse them better, as suggested by Neal Norwitz when reviewing commit 63207 in Python SVN. The resulting code is (marginally) faster, smaller and clearer. * Improve testsuite behaviour under MS Windows. * Use ABC (Abstract Base Classes) under Python 2.6 and 3.0. * Support for "relative imports". * Replication testcode behaves better in heavily loaded machines. bsddb3-4.7.1: RELEASED. (20080702). Testsuite verified in Unix 32 bit Python 2.3-2.6b1 and Berkeley DB 4.0-4.7. If you are going to use replication (Replication Manager or Base Replication), you should use Berkeley DB 4.6 or up. Previous Berkeley DB versions are unsupported, when using these functionalities. Available in PYPI. Changes: * Workaround a problem with un-initialized threads with the replication callback. * Export "DBRepUnavailError" exception. * Get rid of Berkeley DB 3.3 support. Rationale: http://mailman.argo.es/pipermail/pybsddb/2008-March/000019.html * Better integration between Python test framework and bsddb3. * Improved Python 3.0 support in the C code. * Iteration over the database, using the legacy interface, now raises a RuntimeError if the database changes while iterating. http://bugs.python.org/issue2669 - gregory.p.smith * Create "set_private()" and "get_private()" methods for DB and DBEnv objects, to allow applications to link an arbitrary object to a DB/DBEnv. Useful for callbacks. * Support some more base replication calls: "DB_ENV->rep_start", "DB_ENV->rep_sync", "DB_ENV->rep_set_config", "DB_ENV->rep_get_config", "DB_ENV->rep_set_limit", "DB_ENV->rep_get_limit", "DB_ENV->rep_set_request", "DB_ENV->rep_get_request". * Support more base replication calls: "DB_ENV->rep_elect", "DB_ENV->rep_set_transport" and "DB_ENV->rep_process_message". Support also related flags. bsddb3-4.7.0: RELEASED. (20080522). Testsuite verified in Unix 32 bit Python 2.3-2.6a3 and Berkeley DB 4.0-4.7. bsddb3 4.7.0 compiles against Berkeley DB 4.0-4.7. If you are upgrading your Berkeley DB environment at the same time, be sure to read the BDB upgrade notes carefully. From this release, the only supported Berkeley DB versions are 4.x. Support for Berkeley DB 3.3 is deprecated and will be deleted. Mailing list thread discussing this. Available in PYPI. Changes: * Support for Berkeley DB 4.7. * Support "DB_ENV->log_set_config", and related flags. * Complete the Berkeley DB Replication Manager support: "DB_ENV->repmgr_site_list" and related flags. "DB_ENV->repmgr_stat", "DB_ENV->repmgr_stat_print" and related flags. * Solved an old crash when building with debug python. (Neal Norwitz) * Extend the testsuite driver to check also against Python 2.6 (a3). * Support for RPC client service. bsddb3-4.6.5: The work on this release is transfered to 4.7.0, since Oracle just published Berkeley DB 4.7.25. (20080521)
2008-09-12Update from version 0.01 to 0.03.he2-8/+8
Pkgsrc changes: o Adjust dependencies to track package requirements Upstream changes: 0.03 Thu, 11 Sep 2008 18:42:48 +0200 Florian Ragwitz (1): Require DBIx::Class >= 0.08009. 0.02 Wed, 10 Sep 2008 23:02:57 +0200 Florian Ragwitz (4): Another SYNOPSIS example. Test accessor handling. Test behaviour when columns with default values are set explicitly. Improve documentation. Tests for always_update. Document always_update. Implement always_update.
2008-09-12Set MAINTAINER to pkgsrc-users@NetBSD.org for these packages,he1-2/+2
as per private communication with previous maintainer. No associated version bump.
2008-09-12Add NetBSD-specific warning for stacksize ulimit on 64-bit platforms.ghen1-0/+14
2008-09-12Rename MESSAGE to MESSAGE.common (for addition of platform-specific ↵ghen1-1/+1
MESSAGE.NetBSD).
2008-09-11Update from version 11.93 to 11.95, discussed in general terms with maintainer.he2-7/+6
Upstream changes (somewhat unclear, no updated Changes file...): 11.93-11.95: o Document configuration options
2008-09-11+sqlsharpgtk subdirkefren1-1/+2
2008-09-11Initial import of sqlsharpgtk-0.4, GUI client for entering and running SQLkefren5-0/+140
commands and scripts. Database objects, such as, tables and table columns can be browsed.
2008-09-11Update from version 0.12 to 0.13.he2-8/+9
Pkgsrc changes: o Adjust dependencies, 0.29 of CatalystX::CRUD now required o Canonicalize HOMEPAGE Upstream changes: 0.13 23 Aug 2008 * support new *_related methods in core API
2008-09-11Update from version 0.28 to 0.29.he2-8/+9
Pkgsrc changes: o Sort dependencies according to list in upstream package o Add overlooked dependency on p5-Class-Accessor Upstream changes: 0.29 23 Aug 2008 * fix typos in the Tutorial * add relationship methods to Controller, ModelAdapter and Model core API. * added sugary alias methods for read(), update() and delete() to match CRUD. * refactored REST controller to support related methods and provide better HTTP status checks and responses.
2008-09-11Add p5-Rose-DBx-Object-MoreHelpers.he1-1/+2
2008-09-11Import p5-Rose-DBx-Object-MoreHelpers version 0.02.he3-0/+31
In the tradition of Rose::DB::Object::Helpers, more importable methods. This class inherits from Rose::Object::MixIn. See the Rose::Object::MixIn documentation for a full explanation of how to import methods from this class. The helper methods themselves are described below.
2008-09-11Update from version 0.20 to 0.21.he2-6/+6
Upstream changes: 0.21 Fri Aug 22 00:26:05 UTC 2008 - doc fix (RT #31848) - connection_info can be just the DSN instead of an arrayref
2008-09-10Add & enable p5-DBIx-Class-TimeStampseb1-1/+2
2008-09-10Initial import of p5-DBIx-Class-TimeStamp version 0.06 in the NetBSDseb3-0/+36
Packages Collection. The Perl 5 module DBIx::Class::TimeStamp is a DBIx::Class component providing automatic setting and updating of date and time based fields.