summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
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
2006-10-15Fixed "test ==".seb2-1/+15
2006-10-15regen.salo1-2/+2
2006-10-15missing rcsid. (hi xtraeme!)salo1-0/+2
2006-10-14regen with right checksums.xtraeme1-3/+3
2006-10-14Update to the long awaited 5.0.26 release, codenamed "houston we havextraeme18-266/+209
a problem with vulnerabilities". Please see the following URLs for changes: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-26.html http://dev.mysql.com/doc/refman/5.0/en/news-5-0-25.html Two patches were sent upstream, I hope to get them in the next version.
2006-10-14Update "phpmyadmin" package to version 2.9.0.2.tron3-13/+18
Changes since version 2.8.2.4: - Fixed for security vulnerability reported in PMASA-2006-5 - New export options - A lot of bug fixes
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-10-14Fixed "test ==".rillig3-1/+29
2006-10-11Fixed "test ==".rillig2-1/+15
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg1-1/+3
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-10-09Update ruby-activerecord to 1.14.4, which is used by Ruby on Rails 1.1.6.minskim3-17/+23
Too many changes since 1.12.1. See ${RUBY_DOCDIR}/activerecord/CHANGELOG for the complete list.
2006-10-08Fixed "test ==".rillig4-2/+30
2006-10-05Fixed a "test ==" in the configure script. Fixed some pkglint warnings.rillig3-10/+18
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz20-47/+46
2006-10-01Update qdbm and sub packages to 1.8.71.obache10-66/+89
Changes: 2006-08-24 Mikio Hirabayashi - Makefile was modified to assure portability. - Silent flag was added to the C++ API, the Java API, and the Ruby API. - Release: 1.8.71
2006-09-22Pull in security/openssl/buildlink3.mk.dsainty2-2/+4
libgnomedb_entry_builtin_plugins.so.4.0.0 links with libssl, and if PREFER.openssl=pkgsrc then it should link with Pkgsrc libssl. Without including security/openssl, it links with /usr/lib/libssl.so instead.
2006-09-21add INSTALL/DEINSTALL scripts to create a symlink /usr/lib/nss_XXX.so.0drochner3-2/+16
so that the nss plugin is found by programs, addresses PR pkg/34285 by Frank Kruchio, bump PKGREVISIONs
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv5-7/+10
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-16Add missing files to PLIST. Bump PKGREVISION.wiz2-2/+11
2006-09-13- Use "--with-mysql-config" option to CONFIGURE_ARGS.taca3-4/+22
- Include my_global.h header to make sure to define "ulong" on FreeBSD and DragonFly BSD. Bump PKGREVISION.
2006-09-11Update to 0.63:wiz4-64/+15
For Release 0.63 ---------------- - Better GUI (Vivien) - Added support for table creation, destruction and renaming, and for column addition and removal (Vivien) - Fixed #316627 (Joseph) - Fixed #329939 (Thomas) - Fixed #327161 (Vivien) - Translations: - new Finnish translation (Ilkka Tuohela) - new Basque translation (Iñaki Larrañaga) - new Galician translation (Ignacio Casal Quinteiro) - new Chinese (Hong Kong, Taiwan) translation (Chao-Hsiung) - removed the obsolete no translation (Kjartan Maraas) - vi (Clytie) - ca (Josep) - nb (Kjartan) - fr (Marc-André) - ja (Satoru) - ru (Valek) - es (Francisco Javier) - de (Hendrik) - pt_BR (Raphael, Marco) - en_CA (Adam) - nl (Vincent) - cs (Miloslav)
2006-09-11Update to 1.9.103:wiz6-55/+28
libgnomedb 1.9.103, 2006-09-03 ------------------------------ - Re-implement the plugin feature for custom GnomeDbDataEntry widgets and GtkCellRenderer objects (Vivien) - Better integration with Glade-3 (Daniel Espinosa) - Enable table contents modifications in the browser (Carlos) - Improved testing program (Vivien) - New widget to represent DDL queries in a generic way (from each provider's specifications) (Vivien) - Fixed #336982 (Thomas) - Bug fixes - Translations: - new Lithuanian (lt) translation (Gintautas Miliauskas) - removed the obsolete no translation (Kjartan Maraas) - vi (Clytie) - fi (Ilkka) - zh_HK, zh_TW (Chao-Hsiung Liao) - eu (Iñaki) - nb (Kjartan Maraas) - es (Francisco Javier) - fr (Marc-André Lureau) - ru (Nickolay) - de (Hendrik)
2006-09-11Update to 1.9.103:wiz8-53/+86
libgda 1.9.103, 2006-09-03 -------------------------- - Added Data Definition queries to be handled by the providers as no SQL standard exists in this area (for the PostgreSQL, MySQL and SQLite providers which now implement database creation and destruction, table creation and destruction, table renaming, and column addition and removal) (Vivien, Bas) - Reworked the database creation and destruction in a simpler way, and updated the API (Vivien) - Improved the MDB (MS Access) provider (Vivien) - GdaDict now uses a generic and extensible way of storing lists of objects it manages (Vivien) - Specifications required to declare a new data source are now translatable (Vivien) - Connections can now easily be opened without requiring to create a data source first (Vivien) - Lots of documentation update - Better usage of DTDs (Vivien) - More consistant API (Murray, Vivien) - Removed usage of GdaValue in favor of GValue - Fixed bugs #329930, #337986, #338081, #328418, #319948, #332556, #337497 (Chris, Thierry) - Many bug fixes and small improvements (Murray, Rodrigo) - Translations: - new Lithuanian (lt) translation (Gintautas Miliauskas) - vi (Clytie) - fi (Ilkka) - zh_HK, zh_TW (Chao-Hsiung Liao) - eu (Iñaki) - nb (Kjartan Maraas) - es (Francisco Javier) - fr (Marc-André Lureau) - ru (Valek Filippov) - de (Hendrik Richter) - nl (Vincent van Adrighem) - it (Marco Ciampa)
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache8-16/+16
2006-09-07Sort PLIST.taca2-22/+22
2006-09-05Update to 3.5.6, which was a very minor bugfix prior to the major 4.0tv2-7/+6
release (perhaps not yet ready for pkgsrc primetime). Changes: Version 3.5.6 ------------- Bugs * Actually fix PHP 4.4.0's new strict references
2006-09-03Update to 0.19:wiz2-7/+7
shared-mime-info 0.19 (2006-08-25) * Mime-type Changes: - Add application/powerpoint and application/mspowerpoint as aliases for Powerpoint - Add VHDL mime-type - Add application/mbox for the MBOX mailboxes - Add text/x-txt2tags - Remove *.dat as a glob for MPEG videos - Add Monkey's Audio, AC3, and Musepack mime-types - Fix matching Type1 fonts - Remove useless application/octet-stream mime-type - Add *.mo to application/x-gettext-translation - Add loads of tracker audio files, console ROMs, raw images mime-types - Fix QuickTime Media Links mime-types and detection - Add audio/AMR and audio/AMR-WB mime-types and detection - Add better TeX magic, and more globs - Add better magic for patch files - Fix .jar files' mime-types, and add better magic - Fix magic for MPEG4 audio files - Add an alias for .deb packages - Add application/sieve mime-type - Fix application/javascript's mime-type - Fix text/csv's mime-type * Other: - Add paths to the .pc file
2006-09-03Update to 1.8.70.obache6-26/+23
2006-08-18 Mikio Hirabayashi - A bug of segmentation fault on BSD was fixed. - A test command for checking multi thread safety was added. - Release: 1.8.70 2006-08-15 Mikio Hirabayashi - Mutex controll in C++ API became refined. - Release: 1.8.69 2006-08-08 Mikio Hirabayashi - A bug about memory alignment was fixed. - A bug of handling meta data on big endian platforms was fixed. - Release: 1.8.68 2006-08-05 Mikio Hirabayashi - A bug about memory alignment was fixed. - A bug about parsing MIME was fixed. - Release: 1.8.67 2006-08-05 Mikio Hirabayashi - The utility API was enhanced. - Release: 1.8.66 2006-08-03 Mikio Hirabayashi - The extended API was enhanced. - The extended advanced API was enhanced. - Release: 1.8.65 2006-07-28 Mikio Hirabayashi - A bug of Makefile ralated to optimization was fixed. - Release: 1.8.64 2006-07-24 Mikio Hirabayashi - A lot of functions were replaced by macros. - The utility API was enhanced. - Release: 1.8.63 2006-07-20 Mikio Hirabayashi - A lot of functions were replaced by macros. - The URL resolver was to allow unescaped meta characters. - The advanced API was enhanced. - Release: 1.8.62 2006-07-14 Mikio Hirabayashi - A bug of the size checking function of the extended API was fixed. - The advanced API was enhanced. - Release: 1.8.61
2006-09-02Added ocaml-findlib to BUILD_DEPENDS.rillig1-1/+3
2006-09-02Update psycopg2 to 2.0.5.1, the new stable version.joerg3-18/+19
Changes since 2.0.2 are mostly bugfixes.
2006-09-02Also include trailing / in homepage.joerg1-2/+2
2006-09-02Home page moved.joerg1-2/+2
2006-09-02Bump BUILDLINK_ABI_DEPENDS to 5.0.24a to make sure all dependentxtraeme1-2/+2
packages are linked to this version.
2006-09-02Update mysql5-* to 5.0.24a.xtraeme3-10/+10
This is a bugfix release for the current production release family. It replaces MySQL 5.0.24. Changes from 5.0.24 to 5.0.24a: MySQL 5.0.24 introduced an ABI incompatibility, which this release reverts. Programs compiled against 5.0.24 are not compatible with any other version and must be recompiled. Closing of temporary tables failed if binary logging was not enabled. For statements that have a DEFINER clause such as CREATE TRIGGER or CREATE VIEW, long usernames or hostnames could cause a buffer overflow. Pathname separator and device characters were not correctly parameterized for NetWare, causing mysqld startup errors. mysqld could crash when closing temporary tables.
2006-08-31Update mysql4-client and mysql4-server to version 4.1.21.seb9-42/+53
Most notably this version includes fixes for: http://secunia.com/advisories/21259/ http://secunia.com/advisories/21506/ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3469 * Packages changes: the script mysqldumpslow had been moved from the mysql4-client to the mysql4-server. * Changes since last packaged version (4.1.20) (see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-21.html for more details): This is a bugfix release for the recent production release family. Functionality added or changed: - For spatial data types, the server formerly returned these as VARSTRING values with a binary collation. Now the server returns spatial values as BLOB values. (Bug#10166) - Added the --set-charset option to mysqlbinlog to allow the character set to be specified for processing binary log files. (Bug#18351) - For a table with an AUTO_INCREMENT column, SHOW CREATE TABLE now shows the next AUTO_INCREMENT value to be generated. (Bug#19025) - A warning now is issued if the client attempts to set the SQL_LOG_OFF variable without the SUPER privilege. (Bug#16180) - The mysqldumpslow script has been moved from client RPM packages to server RPM packages. This corrects a problem where mysqldumpslow could not be used with a client-only RPM install, because it depends on my_print_defaults which is in the server RPM. (Bug#20216) Bugs fixed: - Security fix: On Linux, and possibly other platforms using case-sensitive filesystems, it was possible for a user granted rights on a database to create or access a database whose name differed only from that of the first by the case of one or more letters. (Bug#17647) - Security fix: If a user has access to MyISAM table t, that user can create a MERGE table m that accesses t. However, if the user's privileges on t are subsequently revoked, the user can continue to access t by doing so through m. If this behavior is undesirable, you can start the server with the new --skip-merge option to disable the MERGE storage engine. (Bug#15195) - Security fix: Invalid arguments to DATE_FORMAT() caused a server crash. (CVE-2006-3469, Bug#20729) Thanks to Jean-David Maillefer for discovering and reporting this problem to the Debian project and to Christian Hammers from the Debian Team for notifying us of it. ... (see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-21.html for the complete bug fix list)
2006-08-29require Python-2.4; this is what py-gnome supportsdrochner1-3/+2
should fix error seen in bulk build
2006-08-29Fixed path to the install manual page.rillig1-2/+2