summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2013-04-24Update databases/couchdb to 1.3.0. Changes since 1.2.1:jperkin5-62/+190
Version 1.3.0 ------------- HTTP Interface: * No longer rewrites the X-CouchDB-Requested-Path during recursive calls to the rewriter. * Limit recursion depth in the URL rewriter. Defaults to a maximum of 100 invocations but is configurable. * Fix _session for IE7. * Added Server-Sent Events protocol to db changes API. See http://www.w3.org/TR/eventsource/ for details. * Make password hashing synchronous when using the /_config/admins API. * Include user name in show/list ETags. * Experimental support for Cross-Origin Resource Sharing (CORS). See http://www.w3.org/TR/cors/ for details. Replicator: * The replicator will use a new server-wide UUID in checkpoint IDs to improve the chances of an efficient resume. Storage System: * Fixed unnecessary conflict when deleting and creating a document in the same batch. View Server: * Additional response headers may be varied prior to send(). * GetRow() is now side-effect free. Futon: * Disabled the link to the Futon test suite. These tests were causing problems when run from a browser, and are now available via the CLI instead. * Added view request duration to Futon. * Disable buttons for actions that the user doesn't have permissions to. Security: * Passwords are now hashed using the PBKDF2 algorithm with a configurable work factor. Test Suite: * Moved the JS test suite to the CLI. * Improved tracebacks printed by the JS CLI tests. * Improved the reliability of a number of tests. UUID Algorithms: * Added the utc_id algorithm. URL Rewriter & Vhosts: * Database name is encoded during rewriting (allowing embedded /'s, etc). * Reset rewrite counter on new request, avoiding unnecessary request failures due to bogus rewrite limit reports. Build System: * C/C++ compiler detection has been improved. * Autoconf v2.63 is now required if building from Git checkout directly. See DEVELOPERS file for more details. * Fixed issue in couchdb script where stopped status returns before process exits. Version 1.2.2 ------------- HTTP Interface: * Reset rewrite counter on new request, avoiding unnecessary request failures due to bogus rewrite limit reports. Build System: * Fixed issue in couchdb script where stopped status returns before process exits.
2013-04-24Revbump for all packages that have USE_TOOLS+=gssbd1-1/+2
2013-04-21Update to 4.023ryoon2-7/+6
Changelog: 2013-04-12 Patrick Galbraith et open source community <patg at patg dot net> (4.023) * Fix primary_key_info result ordering - https://github.com/CaptTofu/DBD-mysql/pull/39 - Dagfinn Ilmari Mannsåker * allow compilation with msvc - https://github.com/CaptTofu/DBD-mysql/pull/37 - Walde Christian * just to set MYSQL_OPT_WRITE_TIMEOUT and MYSQL_OPT_READ_TIMEOUT by dsn - https://github.com/CaptTofu/DBD-mysql/pull/36 - Naosuke Yokoe * just remove unnecessary "my" - https://github.com/CaptTofu/DBD-mysql/pull/34 - Shoichi Kaji * eval $ExtUtils::MakeMaker::VERSION requires for old ExtUtils::MakeMaker - https://github.com/CaptTofu/DBD-mysql/pull/32 - Daisuke Murase * Updated documentation to reflect that bugs will be reported at rt.cpan.org * Updated version * Chased tail finding issue with -1 being converted to max unsigned int in PS mode
2013-04-20Change version number of python buitin module packagesobache1-3/+2
form fixed `0' to main Python distribution version (PY_DISTVERSION) so that packages will be updated with main Python distribution update. no objection in tech-pkg@ for a week.
2013-04-20Changes 5.5.31:adam6-18/+36
MySQL no longer uses the default OpenSSL compression. Bug fixes.
2013-04-20Changes 5.6.11:adam9-77/+136
Replication: The functions GTID_SUBTRACT() and GTID_SUBSET() were formerly available in libmysqld only when it was built with replication support. Now these functions are always available when using this library, regardless of how it was built. MySQL no longer uses the default OpenSSL compression. There is now a distinct error code (ER_MUST_CHANGE_PASSWORD_LOGIN) for the error sent by the server to a client authenticating with an expired password. mysql_config_editor now supports --port and --socket options for specifying TCP/IP port number and Unix socket file name. mysqlcheck has a new --skip-database option. The option value is the name of a database (case sensitive) for which checks should be skipped. mysql_upgrade uses this option to upgrade the system tables in the mysql database before tables in other databases: It upgrade the mysql database, then all databases except the mysql database. This avoids problems that can occur if user tables are upgraded before the system tables. The only supported value for the innodb_mirrored_log_groups system variable is 1, so this variable is now deprecated. Setting it to 1 at startup results in a warning. Setting it to a value other than 1 at startup results in an error and the server exits. This variable will be removed in a future release.
2013-04-17Not all linux systems will have netstat(8), but if they don't then they'llsbd1-0/+18
have ss(8) which does the same thing. (With out netstat the build stalls in an endless for loop.) So add a hack that creates a tool named netstat from ss.
2013-04-15Update databases/pgbuildfarm to 4.10gls4-13/+18
From maintainer Nicolas Thauvin via mail to pkgsrc-users. There are two notable upstream changes : - the tarball is now hosted on pgbuildfarm.org instead of pgfoundry - the client has now support for modules allowing to control the build
2013-04-15Changes 3.7.16.2:adam7-22/+23
Fix a bug (present since version 3.7.13) that could result in database corruption on windows if two or more processes try to access the same database file at the same time and immediately after third process crashed in the middle of committing to that same file.
2013-04-14Don't provide own getopt on Solaris. May fix the Solaris build.dholland2-6/+6
2013-04-13Added virtuoso package to SUBDIRSjaapb1-1/+2
2013-04-13Added the virtuoso server, version 6.1.6.jaapb22-0/+917
Virtuoso is a multi-model data server that delivers a platform-agnostic solution for data management, access and integration. Services offered include: * relational data management * RDF data management * XML data management * free text content management & full text indexing * document web server * linked data server * web application server * web services deployment (SOAP or REST)
2013-04-13Changes 2.4.35:adam4-12/+11
Fixed liblmdb mdb_cursor_put with MDB_MULTIPLE Fixed liblmdb page rebalance Fixed liblmdb missing parens Fixed liblmdb mdb_cursor_del crash Fixed slapd syncrepl updateCookie status Fixed slapd connection logging Fixed slapd segfault on modify Fixed slapd-mdb to reject undefined attrs Fixed slapo-pcache with +/- attrsets Build Environment don't install DB_CONFIG if no BDB backends Documentation slapschema(8) fix tool name admin24 fixed pcache example admin24 fixed config examples
2013-04-13Hand in maintainership.ghen1-2/+2
2013-04-12Add and enable p5-App-Sqitch.schmonz1-1/+2
2013-04-12Add p5-App-Sqitch.schmonz3-0/+78
Sqitch is a VCS-aware SQL change management application. What makes it different from your typical migration-style approaches? A few things: * No opinions * Native scripting * VCS integration * Dependency resolution * No numbering * Bundling * Reduced duplication
2013-04-11All other postgresql83 packages were removed, and this one wasjnemeth3-24/+0
removed from the databases/Makefile, making it obvious that the postgresql maintainer intended to remove this one as well, so make it so.
2013-04-10Update the hiera Ruby database module to version 1.1.2 to prepare for thetonnerre3-10/+10
Puppet update. Changes are mostly bugfixes and simplifications, backwards compatibility and caching improvements.
2013-04-09Update "phpmyadmin" package to version 3.5.8. Changes since 3.5.7:tron2-7/+6
- bug #3828 MariaDB reported as MySQL - bug #3854 Incorrect header for Safari 6.0 - bug #3705 Attempt to open trigger for edit gives NULL - Use HTML5 DOCTYPE - [security] Self-XSS on GIS visualisation page, reported by Janek Vind - bug #3800 Incorrect keyhandler behaviour #2
2013-04-08Revert pkglint-induced nonsense.asau4-47/+106
2013-04-08update to 3.4.3drochner2-7/+6
changes: -bugfixes -translation updates
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent8-17/+14
2013-04-07Edited DESCR in the case of:rodent5-107/+47
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
2013-04-06'The "+=" operator should only be used with lists.'rodent1-2/+2
2013-04-06'You can use "foo" instead of "${WRKSRC}/foo".'rodent4-8/+8
2013-04-06"Please write NetBSD.org instead of netbsd.org"rodent1-2/+2
2013-04-06'For consistency, please add a trailing slash to "http://example.com".'rodent1-2/+2
2013-04-06Fixes:rodent5-10/+10
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2013-04-04The PostgreSQL Global Development Group has released a security update to ↵adam67-3611/+61
all current versions of the PostgreSQL database system, including versions 9.2.4, 9.1.9, 9.0.13, and 8.4.17. This update fixes a high-exposure security vulnerability in versions 9.0 and later. All users of the affected versions are strongly urged to apply the update immediately. A major security issue fixed in this release, CVE-2013-1899, makes it possible for a connection request containing a database name that begins with "-" to be crafted that can damage or destroy files within a server's data directory. Anyone with access to the port the PostgreSQL server listens on can initiate this request. Two lesser security fixes are also included in this release: CVE-2013-1900, wherein random numbers generated by contrib/pgcrypto functions may be easy for another database user to guess, and CVE-2013-1901, which mistakenly allows an unprivileged user to run commands that could interfere with in-progress backups. Finally, this release fixes two security issues with the graphical installers for Linux and Mac OS X: insecure passing of superuser passwords to a script, CVE-2013-1903 and the use of predictable filenames in /tmp CVE-2013-1902.
2013-04-03Changes 5.16.3:adam1-2/+1
This release contains one major and a number of minor security fixes. It fixes a possible vulnerability to a denial-of-service attack by use of a carefully-crafted set of hash keys, a segmentation fault when reading or writing strings greater than 2^31 bytes in size, and a memory leak in Encode.xs's UTF-8 encoding implementation.
2013-04-02Remove REPLACE_PERL for non-existent file.wiz1-2/+1
2013-04-02Update phpldapadmin to 1.2.3.taca9-260/+11
* There was a mistake in patches/patch-lib_functions.php, droping "ssha" password type. 2012-10-01 Release 1.2.3 master RELEASE-1.2.3 2012-10-01 Update template to show multiselect values 2012-09-06 Language update from launchpad for 1.2.3 (also see #30) 2012-09-05 SF Bug #3531956 - Search / Show Attributes must be lowercase 2012-09-05 SF Bug #3518548 - Missing attributes on some custom forms 2012-09-05 SF Bug #3513210 - Export to VCARD only exports the last entry in the list 2012-09-05 SF Bug #3510648 - Cannot copy between servers 2012-09-05 SF Bug #3510114 - Unable to check passwords when samba hashes are in lowercase 2012-09-05 SF Bug #3452416 - templates <order> non-functional 2012-09-05 SF Bug #3427748 - value id is ignored in select attribute 2012-09-04 SF Bug #3448530 - Treat krbExtraData and krbPrincipalKe as binary 2012-09-02 SF Bug #3497660 - XSS flaws via 'export', 'add_value_form' and 'dn' variables 2012-09-02 SF Bug #3426575 - clicking 'logout' does not unset _SESSION['ACTIVITY'] 2012-09-01 SF Feature #3555472 - User-friendly items in entry chooser window. 2012-09-01 SF Feature #3509651 - Add support for SHA512 with OpenLDAP 2012-08-29 SF Patch #3469148 - Display mass edit actions as buttons 2012-01-24 SF Bug #3477910 - XSS vulnerability in query
2013-04-02Update DBIx-Class-Candy to 0.002103.hiramatsu2-6/+6
Changes from previous: ---------------------- 0.002103 2012-12-23 17:42:36 CST6CDT - Lazily load deps for autotable - Remove HERE BE DRAGONS warning, this module is totally stable \o/ 0.002102 2012-11-17 15:43:18 CST6CDT - Put MetaYAML back in dist
2013-04-01Changes 3.7.16.1:adam7-30/+31
* Fix for a bug in the ORDER BY optimizer that was introduced in version 3.7.15 which would sometimes optimize out the sorting step when in fact the sort was required. Ticket a179fe7465 * Fix a long-standing bug in the CAST expression that would recognize UTF16 characters as digits even if their most-significant-byte was not zero. Ticket 689137afb6da41. * Fix a bug in the NEAR operator of FTS3 when applied to subfields. Ticket 38b1ae018f. * Fix a long-standing bug in the storage engine that would (very rarely) cause a spurious report of an SQLITE_CORRUPT error but which was otherwise harmless. Ticket 6bfb98dfc0c. * The SQLITE_OMIT_MERGE_SORT option has been removed. The merge sorter is now a required component of SQLite. * Fixed lots of spelling errors in the source-code comments
2013-04-01revbump for libzip shlib major change.wiz1-2/+2
2013-04-01Define INSTALL_INFODIR for cmake.sbd2-2/+4
2013-03-28Newer MySQL isn't installed in lib/mysql, adjust.joerg4-25/+7
2013-03-24Fix const test to not depend on nested functions.joerg2-1/+21
2013-03-24Fix prototype.joerg2-1/+15
2013-03-24Add xmlto to BUILD_DEPENDS; seen in Joerg's build.dholland1-1/+2
2013-03-23Don't pick up MySQL 5.6+joerg2-6/+6
2013-03-21sortjnemeth1-2/+2
2013-03-19Update ruby-activerecord32 to 3.2.13.taca1-4/+4
This is part of security update of Ruby on Rails 3.2.13 and changes are too many to write here. Please refer CHANGELOG.md.
2013-03-17+ nss-pgsqlasau1-1/+2
2013-03-17Import libnss-pgsql version 1.5.0-beta as databases/nss-pgsqlasau12-0/+794
Packaged by Matthew Bauer <matthew.justin.bauer@gmail.com> during Google Code-In. Name Service Switch module for PostgreSQL.
2013-03-16OpenLDAP 2.4.34 Release (2013/03/03)adam11-44/+80
Fixed libldap connections with EINTR (ITS7476) Fixed libldap lineno overflow in ldif_read_record (ITS7497) Fixed liblmdb mdb_env_open flag handling (ITS7453) Fixed liblmdb mdb_midl_sort array optimization (ITS7432) Fixed liblmdb freelist with large entries (ITS7455) Fixed liblmdb to check for filled dirty page list (ITS7491) Fixed liblmdb to validate data limits (ITS7485) Fixed liblmdb mdb_update_key for large keys (ITS7505) Fixed ldapmodify to not core dump with invalid LDIF (ITS7477) Fixed slapd syncrepl for old entries in MMR setup (ITS7427) Fixed slapd signedness for index_substr_any_* (ITS7449) Fixed slapd enforce SLAPD_MAX_DAEMON_THREADS (ITS7450) Fixed slapd mutex in send_ldap_ber (ITS6164) Added slapd-ldap onerr option (ITS7492) Added slapd-ldap keepalive support (ITS7501) Fixed slapd-ldif with empty dir (ITS7451) Fixed slapd-mdb to reopen attr DBs after env reopen (ITS7416) Fixed slapd-mdb handling of missing entries (ITS7483,7496) Fixed slapd-mdb environment flag setting (ITS7452) Fixed slapd-mdb with sub db slapcat (ITS7469) Fixed slapd-mdb to correctly work with toolthreads > 2 (ITS7488,ITS7527) Fixed slapd-mdb subtree search speed (ITS7473) Fixed slapd-meta conversion to cn=config (ITS7525) Fixed slapd-meta segfault when modifying olcDbUri (ITS7526) Fixed slapd-sql back-config support (ITS7499) Fixed slapo-constraint handle uri and restrict correctly (ITS7418) Fixed slapo-constraint with multi-master replication (ITS7426) Fixed slapo-constraint segfault (ITS7431) Fixed slapo-deref control initialization (ITS7436) Fixed slapo-deref control exposure (ITS7445) Fixed slapo-memberof with internal ops (ITS7487) Fixed slapo-pcache matching rules for config db (ITS7459) Fixed slapo-rwm modrdn cleanup (ITS7414) Fixed slapo-sssvlv maxperconn parameter (ITS7484) Build Environment Fixed slapo-constraint test suite (ITS7423) Contrib Added nssov nssov_config support (ITS7518) Added nssov password_prohibit_message (ITS7518) Fixed ldapc++ with gcc-4.7 (ITS7281,ITS7304) Fixed nssov olcNssPamSession handling (ITS7481) Fixed nssov connection DN (ITS7518) Add missing Makefile for various modules (ITS7308) Unify Makefile structure for modules (ITS7309) Fixed slapo-allowed attribute replication (ITS7493) Fixed slapo-passwd SHA2 to correctly zero buffer (ITS7490) Documentation ldapurl(1) fix example usage (ITS7454) ldap_get_option(3) fixed trailing whitespace (ITS7411) slapd-config(5) olcExtraAttrs is per db (ITS7421) slapd-overlays(5) update manpage index (ITS7489) slapo-dynlist(5) Search behavior notes (ITS7486) slapo-valsort(5) Document valsort control syntax (ITS7523)
2013-03-16Bump PKGREVISION from default PHP version change to 5.4.obache4-6/+8
2013-03-16Update pear-MDB2_Driver_sqlite to 1.5.0b4 and add LICENSE.taca2-6/+7
- PEAR::isError() -> MDB2::isError(), Bug #19491. - PEAR::loadExtension() -> extension_loaded(), Bug #19583. - Fix Bug #19262. Updates conditional stagements to use logical operators to include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197. - Fixed createIndex not using quoteIdentifier in SQLite driver - Have dropTable() return MDB2_OK on success, as documented (bug 19199) - Have dropIndex() return MDB2_OK on success, as documented (bug 19198) - Have vacuum() return MDB2_OK on success, as documented (bug 19196) - Have createIndex() return MDB2_OK on success, as documented (bug 19195) - Have dropConstraint() return MDB2_OK on success, as documented (bug 19194) - Have createConstraint() return MDB2_OK on success, as documented (bug 19193) - Have dropSequence() return MDB2_OK on success, as documented (bug 19191). - FETCHMODE constants are NOT bitwise. - fixed bug #18203: Type introspection breaks with associative arrays if names are identical (patch by Peter Bex) - request #18316: Add TINYINT to list of coltypes in MDB2_Driver_Reverse_sqlite [brotherli] - fixed bug #16275: split() is deprecated in PHP 5.3 - request #18316: Add TINYINT to list of coltypes in MDB2_Driver_Reverse_sqlite [brotherli]
2013-03-16Update pear-MDB2_Driver_pgsql to 1.5.0b4 and add LICENSE.taca3-12/+13
Changelog: - Remove assignment by reference, Bug #19585. - PEAR::isError() -> MDB2::isError(), Bug #19491. - PEAR::loadExtension() -> extension_loaded(), Bug #19583. - Fixed boolean type conversion for non-boolean types - Fix Bug #19262. Updates conditional stagements to use logical operators to include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197. - Request #12931 Add cascading to dropTable? - Have truncateTable() return MDB2_OK on success, as documented (bug 19201) - Have vacuum() return MDB2_OK on success, as documented (bug 19196) - Have dropConstraint() return MDB2_OK on success, as documented (bug 19194) - Have createSequence() return MDB2_OK on success, as documented (bug 19192) - Have dropSequence() return MDB2_OK on success, as documented (bug 19191). - Make setOption('result_wrap_class') actually useful by changing the default value of $result_wrap_class parameters from false to true. - Have pgsql only read LOB from file if lob_allow_url_include (bringing it in line with other drivers). - FETCHMODE constants are NOT bitwise. - fixed bug #18203: Type introspection breaks with associative arrays if names are identical (patch by Peter Bex) - fixed bug #17890: Improper use of array_search in prepare function [fletcherj] - fixed bug #17890: Improper use of array_search in prepare function [fletcherj] open todo items: - enable pg_execute() once issues with bytea column are resolved - use pg_result_error_field() to handle localized error messages (Request #7059) - add option to use unnamed prepared statements (see http://www.postgresql.org/docs/current/static/protocol-flow.html "Extended Query")
2013-03-16Update pear-MDB2_Driver_mysqli to 1.5.0b4 and add LICENSE.taca3-12/+13
Changelog: - Make varchar_max_length property public, Bug #19582. - Revert 327099 by afz, caused "Notice: Undefined index: charset on line 1003" - PEAR::isError() -> MDB2::isError(), Bug #19491. - PEAR::loadExtension() -> extension_loaded(), Bug #19583. - max value for VARCHAR is 65535 but if used multi-bytes (UTF8) so it is 21844, because UTF8 string takes 3bytes - Fix Bug #19262. Updates conditional stagements to use logical operators to include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197. - Have truncateTable() return MDB2_OK on success, as documented (bug 19201) - Have alterTable() return MDB2_OK on success, as documented (bug 19200) - Have dropIndex() return MDB2_OK on success, as documented (bug 19198) - Have vacuum() return MDB2_OK on success, as documented (bug 19196) - Have createIndex() return MDB2_OK on success, as documented (bug 19195) - Have dropConstraint() return MDB2_OK on success, as documented (bug 19194) - Have dropSequence() return MDB2_OK on success, as documented (bug 19191). - Make setOption('result_wrap_class') actually useful by changing the default value of $result_wrap_class parameters from false to true. - Obtain error information in _doQuery() because standaloneQuery() throws off $this->connection. - FETCHMODE constants are NOT bitwise. - Make $sql_comments public (was before, used in tests, no real harm). - Property visibility - boolean data type - fixed bug #17984: Error is not reported when mysqli_stmt_bind_param() fails [dennylin93] - fixed bug #18057: Result of getDeclaration() can have invalid syntax [hschletz] - request #18068: mapNativeDatatype() returns decimal places also for 'float' mdb2type - fixed bug #18203: Type introspection breaks with associative arrays if names are identical (patch by Peter Bex) - fixed bug #17892: removed debug message [pdt256] - fixed bug #17892: removed debug message [pdt256] - fixed bug #17984: Error is not reported when mysqli_stmt_bind_param() fails [dennylin93] - fixed bug #18057: Result of getDeclaration() can have invalid syntax [hschletz] - request #18068: mapNativeDatatype() returns decimal places also for 'float' mdb2type open todo items: - use a trigger to emulate setting default now()