summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2008-04-01Fixes DESTDIR installation.obache1-2/+2
2008-04-01Update "phpmyadmin" package to version 2.11.5.1.tron2-6/+6
The new version fixes a credentials disclosure on shared hosts via session data reported in security announcement PMASA-2008-2.
2008-04-01Update nss_ldap package to 260 based on PR pkg/38346 from Taku YASUI.taca5-51/+68
This update includes security fix for CVE-2007-5794. Changes from 240 is too much to list here. See ChangeLog, please.
2008-03-26pkglint cleanup.wiz3-10/+14
2008-03-26Only accept mysql-4.1 again.wiz1-2/+2
2008-03-26Re-add mysql4 packages.wiz46-1/+2506
Andreas Hallmann graciously agreed to maintain them.
2008-03-26Update HOMEPAGE. Update MASTER_SITES, but comment it out, since it doeswiz1-4/+4
not provide the old distfile. Accept mysql-5.0 (untested, but 4.1 is removed).
2008-03-25Remove mysql4 (4.1 branch) packages.wiz46-2506/+1
They have security problems and are not maintained. Removal was announced on pkgsrc-users on March 13.
2008-03-24Configure PostgreSQL client with --enable-thread-safety on NetBSD 4.0 andrmind1-2/+3
newer versions, as done in other versions of PostgreSQL packages. This gives a performance improvement on client-side, especially on NetBSD -current.
2008-03-17Add dependency on p5-version, which appears to be a new requirement.dsainty1-2/+4
Bump PKGREVISION, because the package will gladly build and install without p5-version, it just won't actually work unless p5-version is available both at build time and at run time.
2008-03-13Support user-destdir installationjlam1-1/+3
2008-03-13Remove PostgreSQL 8.0.joerg48-3464/+1
2008-03-13Make PostgreSQL 8.2 the default version. Bump all packages using it.joerg16-26/+32
Remove PostgreSQL 8.0 as choice.
2008-03-13Kill pgadmin3, it has been marked broken for ages.joerg6-1298/+0
2008-03-13Mark the main postgresql8[0-3] packages as meta packages.joerg4-36/+8
This avoids the problems in PR 34914.
2008-03-13Updated databases/p5-DBD-postgresql 1.49 -> 2.2.2tonnerre2-6/+6
2.2.2 - Add parse_trace_flag as statement handle method. 2.2.1 - Fixed memory leaks in dbdimp.c - Fixed strlen problems in dbdimp.c - Change local trace_flags to lowercase. 2.1.0 - Add PERL_NO_GET_CONTEXT #define to improve performance on threaded Perls - Raise the minimum DBI version to 1.52. - Allow arrayrefs into bind_col 2.0.0 - Make minimum supported server 7.4. - Overhaul COPY functions: deprecate pg_getline, pg_putline, and pg_endcopy. The new functions are pg_getcopydata, pg_getcopydata_async, pg_putcopydata, and pg_putcopyend. - Add support for arrays: can pass in arrayrefs to execute, and they are automatically returned as arrays when fetching. - Add support for asynchronous queries. - Allow raw transaction statements through - in other words, do not croak if $dbh->prepare("COMMIT") is attempted. - Check transaction status after each command, to allow things such as 'PREPARE TRANSACTION' to work properly. - Add $dbh->{pg_placeholder_dollaronly} to allow '?' and other symbols to be used in prepared statements without getting interpreted as placeholders, i.e. the geometric operator '?#' - Fix memory leak in bytea quoting. - Fix memory leak in pg_notifies. - Fix memory leak when using savepoints. - Use adbin, not adsrc, when figuring out the sequence name for the last_insert_id() method. This allows the function to work properly if the sequence name is changed. Note that {pg_cache=>0} should be passed to the function if you expect this might happen. - Use unsigned chars when parsing passed-in queries, preventing UTF-8 strings from ruining the prepare. UTF-16 may still cause problems. - Fix crash when executing query with two placeholders side by side. - Skip item if no matching key in foreign_key_info. - Fix bug in last_insert_id. - Fix pg_description join in table_info(). - Make sure arrays handle UTF-8 smoothly. - Force column names to respect utf8-ness. - Make sure array items are marked as UTF as needed. - Force SQL_REAL and SQL_NUMERIC to be float8 not float4. - Allow objects with stringification overloading to work with quote(). - Switch from pow to powf to support AIX compiler issue. - Add three new columns to column_info, to return unquoted version: pg_schema, pg_table, and pg_columns. Add all three to primary_key_info, and the first two to table_info. - Change $dbh->{User} to $dbh->{Username} - Change $dbh->{Name} to return the entire DSN string, minus the 'dbi:Pg:' part. - Allow data_sources to accept optional arguments. - Add private_attribute_info() method. - Add SQL_INTERVAL and others to types.c - Added statistics_info function - Be much more flexible in test connection options. - Overhaul test suite, allow tests to be run individually. - Quick support for named trace level 'SQL' - Very experimental support for bind_param_inout, use with caution.
2008-03-11Put back a couple of IRIX conditionals the way they used to behave,tnn2-4/+4
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x too, but let's be conservative. PR pkg/38224.
2008-03-06Support user-destdir installation.jlam1-1/+2
2008-03-06+ Remove explicit naming of "-lncurses -ltermcap" as the way to getjlam3-20/+39
the termcap libraries. Including termcap.buildlink3.mk (indirectly through including readline/buildlink3.mk) will do the right thing. + Remove readline dependency from Makefile.common and add it into mysql5-client/Makefile. Only the -client package needs and uses readline. The -server package only "needs" it to placate the configure script, but none of its installed binaries are linked against it. + Add full DESTDIR support to the -client and -server packages. Bump the PKGREVISION of mysql5-client to 3. The PKGREVISION of mysql5-server remains unchanged since there are no user-visible changes to the binary package.
2008-03-06+ Honor PKGINFODIR in mysql4-client.jlam3-24/+41
+ Remove explicit naming of "-lncurses -ltermcap" as the way to get the termcap libraries. Including termcap.buildlink3.mk (indirectly through including readline/buildlink3.mk) will do the right thing. + Remove readline dependency from Makefile.common and add it into mysql4-client/Makefile. Only the -client package needs and uses readline. The -server package only "needs" it to placate the configure script, but none of its installed binaries are linked against it. + Add full DESTDIR support to the -client and -server packages. Bump the PKGREVISION of mysql4-client to 3. The PKGREVISION of mysql4-server remains unchanged since there are no user-visible changes to the binary package.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz3-5/+6
2008-03-04Rendezvous has been renamed to Bonjouradam1-3/+3
2008-03-04Added postgresql83adam1-1/+8
2008-03-04Errare humanum estadam1-1477/+0
2008-03-04PostgreSQL 8.3adam48-0/+5416
With significant new functionality and performance enhancements, this release represents a major leap forward for PostgreSQL. This was made possible by a growing community that has dramatically accelerated the pace of development. This release adds the following major features: * Full text search is integrated into the core database system * Support for the SQL/XML standard, including new operators and an XML data type * Enumerated data types (ENUM) * Arrays of composite types * Universally Unique Identifier (UUID) data type * Add control over whether NULLs sort first or last * Updatable cursors * Server configuration parameters can now be set on a per-function basis * User-defined types can now have type modifiers * Automatically re-plan cached queries when table definitions change or statistics are updated * Numerous improvements in logging and statistics collection * Support Security Service Provider Interface (SSPI) for authentication on Windows * Support multiple concurrent autovacuum processes, and other autovacuum improvements * Allow the whole PostgreSQL distribution to be compiled with Microsoft Visual C++
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig1-2/+2
them at will.
2008-03-04Update to 3.5.6:wiz3-8/+10
2008 Feb 6 (3.5.6) * Fix a bug ( ticket #2913) that prevented virtual tables from working in a LEFT JOIN. The problem was introduced into shortly before the 3.5.5 release. * Bring the OS/2 porting layer up-to-date. * Add the new sqlite3_result_error_code() API and use it in the implementation of ATTACH so that proper error codes are returned when an ATTACH fails. 2008 Jan 31 (3.5.5) * Convert the underlying virtual machine to be a register-based machine rather than a stack-based machine. The only user-visible change is in the output of EXPLAIN. * Add the build-in RTRIM collating sequence. 2007 Dec 14 (3.5.4) * Fix a critical bug in UPDATE or DELETE that occurs when an OR REPLACE clause or a trigger causes rows in the same table to be deleted as side effects. (See ticket #2832.) The most likely result of this bug is a segmentation fault, though database corruption is a possibility. * Bring the processing of ORDER BY into compliance with the SQL standard for case where a result alias and a table column name are in conflict. Correct behavior is to prefer the result alias. Older versions of SQLite incorrectly picked the table column. (See ticket #2822.) * The VACUUM command preserves the setting of the legacy_file_format pragma. ( Ticket #2804.) * Productize and officially support the group_concat() SQL function. * Better optimization of some IN operator expressions. * Add the ability to change the auto_vacuum status of a database by setting the auto_vaccum pragma and VACUUMing the database. * Prefix search in FTS3 is much more efficient. * Relax the SQL statement length restriction in the CLI so that the ".dump" output of databases with very large BLOBs and strings can be played back to recreate the database. * Other small bug fixes and optimizations. 2007 Nov 27 (3.5.3) * Move website and documentation files out of the source tree into a separate CM system. * Fix a long-standing bug in INSERT INTO ... SELECT ... statements where the SELECT is compound. * Fix a long-standing bug in RAISE(IGNORE) as used in BEFORE triggers. * Fixed the operator precedence for the ~ operator. * On win32, do not return an error when attempting to delete a file that does not exist. * Allow collating sequence names to be quoted. * Modify the TCL interface to use sqlite3_prepare_v2(). * Fix multiple bugs that can occur following a malloc() failure. * sqlite3_step() returns SQLITE_MISUSE instead of crashing when called with a NULL parameter. * FTS3 now uses the SQLite memory allocator exclusively. The FTS3 amalgamation can now be appended to the SQLite amalgamation to generate a super-amalgamation containing both. * The DISTINCT keyword now will sometimes use an INDEX if an appropriate index is available and the optimizer thinks its use might be advantageous.
2008-03-03Update to 0.36. Changes: be more careful in test code not to usegdt2-6/+6
features that are not always available.
2008-03-03Update "phpmyadmin" package to version 2.11.5.tron2-7/+6
The new version fixes several bugs including the cross site scripting vulnerability reported in PMASA-2007-8 and the SQL inject vulnerability report in PMASA-2008-1.
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam19-156/+227
their files via a custom do-install target.
2008-03-03Need special care for mimedb.obache1-2/+5
Fixed installation problem in PR 38138. Bump PKGREVISION. Now DESTDIR ready.
2008-03-01Fix PLIST. The package also installs an older version of the PostgreSQLtnn1-1/+3
driver, but without .la file.
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig2-4/+4
to shut up the pkglint warnings.
2008-02-24Update OpenLDAP packages to 2.4.8 (bugfixes).ghen9-30/+29
OpenLDAP 2.4.8 Release (2008/02/19) Fixed ldapmodify verbose logging (ITS#5247) Fixed ldapdelete with sizelimit (ITS#5294) Fixed ldapdelete with subentries control (ITS#5293) Fixed ldapsearch exit code init (ITS#5317) Fixed libldap extended decoding (ITS#5304) Fixed libldap filter abort (ITS#5300) Fixed libldap ldap_parse_sasl_bind_result (ITS#5263) Fixed libldap result codes for open (ITS#5338) Fixed libldap search timeout crash (ITS#5291) Fixed libldap paged results crash (ITS#5315) Fixed libldap cipher suite with GnuTLS (ITS#5341) Fixed slapd support for 2.1 CSN (ITS#5348) Fixed slapd include handling (ITS#5276) Fixed slapd modrdn check for valid new DN (ITS#5344) Fixed slapd multi-step SASL binds (ITS#5298) Fixed slapd non-atomic signal variables (ITS#5248) Fixed slapd overlay ordering when moving to slapd.d (ITS#5284) Fixed slapd NULL printf (ITS#5264) Fixed slapd NULL set values (ITS#5286) Fixed slapd segv with SASL/OTP (ITS#5259) Fixed slapd timestamp race condition (ITS#5370) Fixed slapd cn=config crash on delete (ITS#5343) Fixed slapd cn=config global acls (ITS#5352) Fixed slapd truncated cookie (ITS#5362) Fixed slapd sasl with CLEARTEXT (ITS#5368) Fixed slapd str2entry with no attrs (ITS#5308) Fixed slapd TLSVerifyClient default (ITS#5360) Fixed slapd HAVE_TLS dependency (ITS#5379) Fixed slapd delta-syncrepl refresh mode (ITS#5376) Fixed slapd ACL sets URI attrs (ITS#5384) Fixed slapd invalid entryUUID filter (ITS#5386) Fixed slapd-bdb idlcache on adds (ITS#5086) Fixed slapd-bdb crash with modrdn (ITS#5358) Fixed slapd-bdb segv with bdb4.6 (ITS#5322) Fixed slapd-bdb modrdn to same dn (ITS#5319) Fixed slapd-bdb MMR (ITS#5332) Added slapd-bdb/slapd-hdb DB encryption (ITS#5359) Fixed slapd-ldif delete (ITS#5265) Fixed slapd-meta link to slapd-ldap (ITS#5355) Fixed slapd-meta setting of sm_nvalues (ITS#5375) Fixed slapd-monitor crash (ITS#5311) Fixed slapd-relay compare (ITS#4937) Added slapd-sock (ITS#4094) Fixed slapo-accesslog cleanup on successful response (ITS#5374) Added slapo-autogroup contrib module (ITS#5145) Added slapo-constraint cross-attribute constraints (ITS#4987) Fixed slapo-memberof objectClass inheritance (ITS#5299) Added slapo-memberof global overlay support (ITS#5301) Fixed slapo-memberof leak (ITS#5302) Fixed slapo-ppolicy only password check with policy (ITS#5285) Fixed slapo-ppolicy del/replace password without new one (ITS#5373) Fixed slapo-syncprov hang on checkpoint (ITS#5261) Added slapo-translucent local searching (ITS#5283) Removed lint Build Environment Fixed libldap_r threaded library linking (ITS#4982) Fixed libldap use of %n (ITS#5324) Fixed test047 to skip if rwm is not available (ITS#5292) Documentation DB_CONFIG.example URL wrong in comments (ITS#5288) Add cn=config example for auditlog (ITS#5245) ldapmodify(1) clarification for RFC2849 (ITS#5312)
2008-02-21+ Name the programs installed by the db(2) package db2_*.jlam8-1496/+1521
+ Put documentation under ${PREFIX}/share/doc instead of ${PREFIX}/share/doc/html. Packages that install documentation under the "html" directory are supposed to move them to the "doc" directory when they're updated, but these packages are basically EOL'ed so just move them now. + Add full DESTDIR support. Bump the PKGREVISION of databases/db to 3 and databases/db3 to 4.
2008-02-18Update p5-BerkeleyDB to 0.33.obache2-6/+7
Patch provided by Mark E. Perkins in PR 38050. While here, marked as DESTDIR ready. 0.33 17th January 2008 * Added failchk, set_isalive, lock_stat_print & mutex_stat_print. Patch provided by Thomas Busch. 0.32 10th July 2007 * Updates to support Berkeley DB 4.6 * Remove all global static data from BerkeleyDB.xs.
2008-02-16DB-1.85 compatability was enabled long long ago.obache1-1/+7
At least, all db4>=4.6.21 have it. Add same trick as db2/db3. Fixed link problem that expect db-1.85 compat library is -ldb, like a PR 37647.
2008-02-16Switch MASTER_SITES to official site on oracle.com.obache1-2/+2
2008-02-16Update to 0.35.gdt2-6/+6
- 0.35 | 2008-02-13 - Bugfix: composition INTERSECT in `parse+make-SELECT-tree' This proc, in module (database postgres-qcons), used to erroneously accept #:intersection and emit "INTERSECTION". Now, it accepts #:intersect and emits "INTERSECT". - New (database postgres) procs - pg-escape-string-conn - pg-escape-bytea-conn - pg-unescape-bytea - Tested against PostgreSQL 7.4.19
2008-02-14Changes 0.7.2:adam8-134/+10
- When administrate users on mysql servers >= 4.0 the max_updates/queries/ connections settings will reflected. - fixes for building with gcc 4 - fixes for mysql lib > 4.1 - Integrated a compact layout where the non-modal windows are part of main window - Setting up a new more compact table browser widget
2008-02-09Changes 3.52.6:adam4-22/+20
* Added support for GTK+ 2.x * Fixed long mutex lock on connect * Fixed problems with SQLBrowseConnect * Fixed missing functions in export list * Fixed core dump when checking for driver odbc version * Fixed allocation error in SQLDescribeCol * Fixed rpm specification for RedHat * Fixed porting problems on FreeBSD, OpenBSD and OSF * Use SQLFetchScroll in iodbctest
2008-02-09Changes 2.2.12:adam5-31/+29
* Add missing SQLSetStmtOptionA and SQLSetStmtOptionW * The config string being passed into ConfigDsn was wrong, removed semicolon, and added terminating double null * Add help help to isql * Couple of changes to make the build on OSX work better * Alter odbctest FullConnect to use SQLDriverConnect * Replace a missed flag for true 64 bit operation * Add ODBC3<->ODBC2 type mapping in SQLSetParam * Add missing SQLSetStmtOptionW.c * Tidy up the search for GUI lib code in SQLManageDatasource * Backport a couple of changes from the Debian build into the cursor lib * Add extra config settings to the MaxDB/SapDB setup lib * Fix possible exit from SQLConnect without having closed in the driver * Fix configure problem on Tru64 * Fix a build issue on Sinix * Allow calling metadata functions via the cursor lib * Alter args to SQLParamOptions * Fix bug preventing attribute length from being returned from SQLDrivers * Fix broken iusql * more...
2008-02-09Update ruby-activerecord to 2.0.2.minskim5-32/+59
There have been too many changes. Please see CHANGELOG for the complete list: http://dev.rubyonrails.org/browser/tags/rel_2-0-2/activerecord/CHANGELOG
2008-02-08Add DESTDIR support.obache1-5/+7
2008-02-08This package is DESTDIR ready.obache4-4/+12
2008-02-07This package is DESTDIR ready.obache1-1/+3
2008-02-07No need to replace ruby with ${RUBY}.obache2-62/+3
lang/ruby/buildlink3.mk take care it.
2008-02-04Add an option for LDAP authentication as explained onghen2-3/+11
http://www.postgresql.org/docs/8.3/static/auth-methods.html#AUTH-LDAP
2008-02-01update to 2.2.10drochner3-9/+11
changes: -fixes for several database corruption issues and crashes -fixes for Gedcom, ANSEL and XML import/export issues -translation updates -various small fixes to several reports
2008-01-30Update to phppgadmin-4.1.3. Patch provided by Aleksej Saushev.tnn3-103/+190
This adds, among other things, improved support for PostgreSQL 8.x and php 5.x. Also SSL support, many small bugfixes and updated translations.