summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2006-12-06Include sys/types.h to use uint on Darwin.minskim2-1/+18
http://bugzilla.gnome.org/show_bug.cgi?id=382936
2006-12-06Redo patch-ab to actually get the intended results of dot-less versions.joerg2-15/+29
2006-12-06Update ruby-gdbm package to 1.8.5.20061205:taca2-9/+20
- rdoc addition and trivial change.
2006-12-06Portability fix again.obache2-1/+15
Instead of sys_errlist[], use strerror(3), ANSI C89 function. At least, Solaris in LP64 don't have sys_errlist.
2006-12-06Portability fix suggested in PR 34833.obache2-1/+33
Instead of sys_errlist[], use strerror(3), ANSI C89 function. At least, Solaris in LP64 don't have sys_errlist.
2006-12-05Update to 0.64:wiz2-8/+10
For Release 0.64 ---------------- - The SQL console is now accessible through the toolbar (Vivien) - Modifications following Libgda/Libgnomedb changes for version 1.99.0 (Vivien) - Translations: - en_GB (David Lodge) - fi (Ilkka Tuohela) - ne (Pawan Chitrakar) - vi (Clytie)
2006-12-05Update to 1.99.1:wiz4-106/+131
libgnomedb 1.99.1, 2006-10-26 ----------------------------- - Possibility to avoid compiling C# bindings (Vivien) - Bug fixes (Vivien) - Translations: - en_GB (David Lodge) - fi (Ilkka) libgnomedb 1.99.0, 2006-10-18 ----------------------------- - GnomeDb# fixes (Daniel) - New gnome-db-demo program to demo widgets and show code (Vivien) - Improved documentation about migration from previous versions (Vivien) - Many bug fixes and small improvements - Translations: - en_GB (David Lodge) - fi (Ilkka) - ca (Josep Puigdemont i Casamajó) - ne (Pawan Chitrakar) - vi (Clytie)
2006-12-05Update to 1.99.1:wiz2-5/+4
libgda 1.99.1, 2006-10-26 ------------------------- - Database providers compilation fixes (Marc-Andre) - General corrections (Murray) - Possibility to avoid compiling C# bindings (Vivien) - Gda# packaging corrections (Vivien) - Translations: - it (Marco Ciampa) - en_GB (David Lodge) - fi (Ilkka) libgda 1.99.0, 2006-10-18 ------------------------- - Database providers fixes (Bas, Vivien) - Gda# fixes (Daniel) - Oracle provider improvements (Bas) - API cleanups and made more coherent (Vivien) - New convenience functions for some common tasks (Daniel) - SQLite provider now relies on SQLite 3.3.8 (Vivien) - Improved documentation about migration from previous versions (Vivien) - Many bug fixes and small improvements - Translations: - en_GB (David Lodge) - fi (Ilkka) - ne (Pawan Chitrakar) - ja (Ryoichi INAGAKI) - vi (Clytie)
2006-12-05Update to 1.99.1:wiz4-138/+129
libgda 1.99.1, 2006-10-26 ------------------------- - Database providers compilation fixes (Marc-Andre) - General corrections (Murray) - Possibility to avoid compiling C# bindings (Vivien) - Gda# packaging corrections (Vivien) - Translations: - it (Marco Ciampa) - en_GB (David Lodge) - fi (Ilkka) libgda 1.99.0, 2006-10-18 ------------------------- - Database providers fixes (Bas, Vivien) - Gda# fixes (Daniel) - Oracle provider improvements (Bas) - API cleanups and made more coherent (Vivien) - New convenience functions for some common tasks (Daniel) - SQLite provider now relies on SQLite 3.3.8 (Vivien) - Improved documentation about migration from previous versions (Vivien) - Many bug fixes and small improvements - Translations: - en_GB (David Lodge) - fi (Ilkka) - ne (Pawan Chitrakar) - ja (Ryoichi INAGAKI) - vi (Clytie)
2006-12-02Instead of setting compiler flags in each package if it uses C99,jschauma1-7/+2
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing. May need to be reviewed/added for other compilers. ok rillig@
2006-12-01Fixed the target of the symlink in lib/. PKGREVISION++rillig1-11/+8
Fixed pkglint warnings.
2006-12-01+ postgresql81-tsearch2joerg1-1/+2
2006-12-01Don't forget to fill in a sensible COMMENT.joerg1-2/+2
2006-12-01By popular demand, add a package for the tsearch2 contrib module ofjoerg3-0/+33
PostgreSQL 8.1. It can be used to implement efficient fulltext search engines.
2006-12-01Make my life easier and push the tsearch2 patches out. The package itselfjoerg6-2/+138
needs some more work though.
2006-11-30Needs msgfmt.joerg1-2/+2
2006-11-27Fix various problems:tron1-3/+11
1.) Don't use hardcoded group "wheel". Use "APACHE_GROUP" instead which defaults to "www". 2.) Create user and group if necessary. This fixces PR pkg/35141 by Wouter Schoot. 3.) Fix path to Perl interpreter in helper script "convertcfg.pl" and add missing dependence on Perl package. Bump package revision because of these fixes.
2006-11-27Add more MASTER_SITES from http://www.openldap.org/software/download/ghen2-2/+28
2006-11-27Add a fix for CVE-2006-5779 as openldap/patches/patch-ap, from OpenLDAP CVS.ghen4-4/+41
Bump PKGREVISION for openldap-client and openldap-server.
2006-11-19Update "phpmyadmin" package to version 2.9.1.1.tron2-6/+6
Changes since version 2.9.0.3: - Security fixes - Wrong import when ;; is at buffer boundary - Duplicate id for checkbox on table Operations page - Better behavior on the Add new fields page - Export: csv/cvs typo - Renaming a db containing a view - Automated timestamp values - Import: correctly fail if file is too short - Default font family on original theme
2006-11-18Update to 3.3.8:wiz3-6/+20
Version 3.3.8 adds support for full-text search using the FTS1 module. There are also minor bug fixes. Upgrade only if you want to try out the new full-text search capabilities or if you are having problems with 3.3.7. Version 3.3.7 includes support for loadable extensions and virtual tables. But both features are still considered "beta" and their APIs are subject to change in a future release. This release is mostly to make available the minor bug fixes that have accumulated since 3.3.6. Upgrading is not necessary. Do so only if you encounter one of the obscure bugs that have been fixed or if you want to try out the new features. 2006-Jun-6 - Version 3.3.6 Changes include improved tolerance for windows virus scanners and faster :memory: databases. There are also fixes for several obscure bugs. Upgrade if you are having problems. 2006-Apr-5 - Version 3.3.5 This release fixes many minor bugs and documentation typos and provides some minor new features and performance enhancements. Upgrade only if you are having problems or need one of the new features.
2006-11-18Remove the dependency on php4-domxml/php5-dom, as it is not stricly necessaryghen1-7/+2
(phpldapadmin works fine without). This removes a number of second-order dependencies for this package. Bump PKGREVISION. Ok with adrianp (who originally added the dependency).
2006-11-14update to 2.4.3drochner3-10/+12
changes: tralslation updates, build system fixes
2006-11-14Follow py-setuptools move.joerg1-2/+2
2006-11-13migrate devhelp docs to share/gtk-doc/html, bump PKGREVISIONdrochner5-306/+303
2006-11-10Make the package pass the check-headers test. The ${HOME} that appearsrillig1-1/+3
in the macros will be expanded later.
2006-11-07Add pgtclng.kristerw1-1/+2
2006-11-06Update lang/php5 to 5.2.0.jdolecek1-1/+4
Changes since 5.1.6: The key features of PHP 5.2.0 include: * New memory manager for the Zend Engine with improved performance and a more accurate memory usage tracking. * Input filtering extension was added and enabled by default. * JSON extension was added and enabled by default. * ZIP extension for creating and editing zip files was introduced. * Hooks for tracking file upload progress were introduced. * Introduced E_RECOVERABLE_ERROR error mode. * Introduced DateTime and DateTimeZone objects with methods to manipulate date/time information. * Upgraded bundled SQLite, PCRE libraries. * Upgraded OpenSSL, MySQL and PostgreSQL client libraries for Windows installations. * Many performance improvements. * Over 200 bug fixes. Security Enhancements and Fixes in PHP 5.2.0: * Made PostgreSQL escaping functions in PostgreSQL and PDO extension keep track of character set encoding whenever possible. * Added allow_url_include, set to Off by default to disallow use of URLs for include and require. * Disable realpath cache when open_basedir and safe_mode are being used. * Improved safe_mode enforcement for error_log() function. * Fixed a possible buffer overflow in the underlying code responsible for htmlspecialchars() and htmlentities() functions. * Added missing safe_mode and open_basedir checks for the cURL extension. * Fixed overflow is str_repeat() & wordwrap() functions on 64bit machines. * Fixed handling of long paths inside the tempnam() function. * Fixed safe_mode/open_basedir checks for session.save_path, allowing them to account for extra parameters. * Fixed ini setting overload in the ini_restore() function. For a full list of changes in PHP 5.2.0, see the ChangeLog: http://www.php.net/ChangeLog-5.php#5.2.0 Also other notable extensions changes: * filePRO extension removed (not in PECL yet, php-filepro disabled for PHP5) * JSON added (not enabled by default, packaged in php-json) * filter added (enabled by default) * wddx rewritten to native libxml2, fixing several encoding bugs
2006-11-06mark as broken similarily to php-odbcjdolecek1-1/+3
2006-11-05DESTDIR support.joerg5-15/+39
2006-11-04Update "phpmyadmin" package to version 2.9.0.3. This version fixes thetron2-7/+7
XSS vulnerability reported in PMASA-2006-6.
2006-11-03Next Generation of TCL interface to PostgreSQL.is5-0/+87
2006-11-03Update qdbm and related packages to 1.8.74.obache2-6/+6
Changes: 2006-11-02 Mikio Hirabayashi <mikio@users.sourceforge.net> - A bug related to optimization on Intel Mac series was escaped. - Release: 1.8.74
2006-11-01Get rid of xmysql. It hasn't been maintained for years and it wasn'tbad6-99/+1
very useful back when I imported it.
2006-10-31Fix PLIST, bump PKGREVISION.ghen2-2/+4
2006-10-29Upate qdbm and sub packages to 1.8.73.obache2-6/+6
Changes: 2006-10-06 Mikio Hirabayashi <mikio@users.sourceforge.net> - A bug related to BZIP2 encoding was fixed. - Release: 1.8.73
2006-10-28added patches for IRIX 5schwarz11-1/+190
2006-10-22This package contains a Perl script, but it is not as important torillig1-1/+6
justify a dependency on Perl. To make the check-interpreter test pass, I've removed the x-bit from the file.
2006-10-22Fixed "test ==".rillig2-1/+24
2006-10-21This package actually also needs p5-version.he1-1/+2
2006-10-20Mark as broken - unixodbc is threaded and if the module is enabledjdolecek1-1/+3
in php.ini, this causes quick crash for Apache1 or CLI/CGI PHP
2006-10-20Add two official patches. Bump pkgrevision.obache2-3/+10
3. Fix a bug where cursor lookups on secondary databases with off-page duplicates could fail. [#14240] 4. Fix a bug where cache buffer retrieval could race with a checkpoint call, potentially causing database environment recovery to fail. [#14657]
2006-10-20Berkeley DB now on Oracle.obache1-6/+5
2006-10-19Update qdbm and sub packages to 1.8.72.obache3-7/+12
Changes: 2006-10-06 Mikio Hirabayashi - The utility API was enhanced. - Release: 1.8.72
2006-10-18Changes 7.4.14:adam9-69/+66
* Fix core dump when an untyped literal is taken as ANYARRAY * Fix string_to_array() to handle overlapping matches for the separator string For example, string_to_array('123xx456xxx789', 'xx'). * Fix corner cases in pattern matching for psql's \d commands * Fix index-corrupting bugs in /contrib/ltree (Teodor) * Fix backslash escaping in /contrib/dbmirror * Adjust regression tests for recent changes in US DST laws
2006-10-18Changes 1.2.0:adam3-15/+13
- A major revision of memory management to limit memory usage by slon daemons. - Log switching: periodically - pg_listener is now used dramatically less than it used to be, which diminishes the number of dead tuples you will find in this table. - DDL scripts are broken into individual statements - Slony-I tables are now marked "WITHOUT OIDS" so that they do not consume OIDS. - When possible (based on log switching functionality), partial indexes on sl_log_1 and sl_log_2 are created on a per-origin-node basis. - More...
2006-10-18Changes 8.0.9:adam6-35/+38
* Fix crash when referencing NEW row values in rule WHERE expressions (Tom) * Fix core dump when an untyped literal is taken as ANYARRAY * Fix mishandling of AFTER triggers when query contains a SQL function returning multiple rows (Tom) * Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause (Tom) * Fix string_to_array() to handle overlapping matches for the separator string For example, string_to_array('123xx456xxx789', 'xx'). * Fix corner cases in pattern matching for psql's \d commands * Fix index-corrupting bugs in /contrib/ltree (Teodor) * Numerous robustness fixes in ecpg (Joachim Wieland) * Fix backslash escaping in /contrib/dbmirror * Fix instability of statistics collection on Win32 (Tom, Andrew) * Fixes for AIX and Intel compilers (Tom)
2006-10-18Changes 8.1.5:adam6-35/+39
* Disallow aggregate functions in "UPDATE" commands, except within sub-SELECTs (Tom) The behavior of such an aggregate was unpredictable, and in 8.1.X could cause a crash, so it has been disabled. The SQL standard does not allow this either. * Fix core dump when an untyped literal is taken as ANYARRAY * Fix core dump in duration logging for extended query protocol when a "COMMIT" or "ROLLBACK" is executed * Fix mishandling of AFTER triggers when query contains a SQL function returning multiple rows (Tom) * Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause (Tom) * Fix string_to_array() to handle overlapping matches for the separator string For example, string_to_array('123xx456xxx789', 'xx'). * Fix to_timestamp() for AM/PM formats (Bruce) * Fix autovacuum's calculation that decides whether "ANALYZE" is needed (Alvaro) * Fix corner cases in pattern matching for psql's \d commands * Fix index-corrupting bugs in /contrib/ltree (Teodor) * Numerous robustness fixes in ecpg (Joachim Wieland) * Fix backslash escaping in /contrib/dbmirror * Minor fixes in /contrib/dblink and /contrib/tsearch2 * Efficiency improvements in hash tables and bitmap index scans (Tom) * Fix instability of statistics collection on Win32 (Tom, Andrew) * Fix statement_timeout to use the proper units on Win32 (Bruce) In previous Win32 8.1.X versions, the delay was off by a factor of 100. * Fixes for MSVC and Borland C++ compilers (Hiroshi Saito) * Fixes for AIX and Intel compilers (Tom)
2006-10-18Disable i386 assembly optimizations on Darwin to fix a build failure.ben1-2/+2
2006-10-16Updated databases/p5-Data-Table to 1.50martti2-6/+6
* bug fixes