summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
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
2006-08-29Update "phpmyadmin" package to version 2.8.2.4.tron2-6/+6
This release fixes some bugs found since version 2.8.2 hasn been released. This update was provided by Martin Wilke in PR pkg/34314.
2006-08-25Update OpenLDAP packages to 2.3.27, the new "stable" release.ghen5-12/+11
Changes since 2.3.24: OpenLDAP 2.3.27 Release - Fixed libldap dangling pointer issue (previous fix was broken) (ITS#4405) OpenLDAP 2.3.26 Release - Fixed libldap dnssrv bug with "not present" positive statement (ITS#4610) - Fixed libldap dangling pointer issue (ITS#4405) - Fixed slapd incorrect rebuilding of replica URI (ITS#4633) - Fixed slapd DN X.509 normalization crash (ITS#4644) - Fixed slapd-monitor operations order via callbacks (ITS#4631) - Fixed slapd-sql undefined filter handling (ITS#4604) - Fixed slapo-accesslog purge task during shutdown - Fixed slapo-ppolicy handling of default policy (ITS#4634) - Fixed slapo-ppolicy logging verbosity when using default policy - Fixed slapo-syncprov incomplete sync on restart issues (ITS#4622) OpenLDAP 2.3.25 Release - Fixed liblber ber_bvreplace_x argument checks - Add libldap_r TLS concurrency workaround (ITS#4583) - Fixed liblutil password length bug - Add slapd glue/subordinate conflict check (ITS#4614) - Fixed slapd acl selfwrite bug (ITS#4587) - Fixed slapd bconfig "require" and "none" handling (ITS#4574) - Fixed slapd bconfig segfault when ldapadding new schema entries - Fixed slapd syncrepl no rootdn bug (ITS#4582) - Fixed slapd syncrepl contextCSN issue (ITS#4622) - Fixed slapd-bdb/hdb lock bug with virtual root (ITS#4572) - Fixed slapd-bdb/hdb modrdn new entry disappearing bug (ITS#4616) - Fixed slapd-bdb/hdb cache job issue - Fixed slapo-syncprov need new CSN with delete syncID sets (ITS#4534) - Fixed slapo-syncprov startup when lastmod is off (ITS#4613) - Fixed slapo-accesslog cn=config purge bug (ITS#4595) - Fixes slapo-auditlog DB initialization - Fixed slapo-ppolicy password hashing bug (ITS#4575) - Fixed slapo-ppolicy password modify pwdMustChange reset bug (ITS#4576) - Fixed slapo-ppolicy control can be critical (ITS#4596) - Fixed slapo-retcode logical and bug - Fixed slapo-syncprov DEL propagation bug (ITS#4589) - Fixed slurpd ldaps:// default port bug (ITS#4580) - Build environment - Fix configure winsock.h detection for Cygwin (ITS#4621) - Fix configure GMP detection (ITS#4608) - Updated test006-acls to test selfwrite access (ITS#4587) - Documentation - Fixed ldapsearch(1) formatting (ITS#4619) - Updated slapd.conf(5) RFC references - Updated slapd.conf(5) lastmod discussion (ITS#4613) - Updated slapd.conf(5) "require" and "none" handling (ITS#4574) - Added slapd.conf(5) access control note to authz-regexp discussion - Updated slapo-syncprov(5) to clarify SyncProv and syncrepl diffs
2006-08-23Update libpqxx to 2.5.5. Changes:ghen4-10/+10
- Diagnoses connection failure during result transfer - Fixes invalid -R link option in pqxx-config
2006-08-21Don't duplicate dependency information.hubertf1-1/+0
2006-08-14Adapt for lua-5.1.1, bump PKGREVISION.wiz1-3/+3
2006-08-13Update databases/lbdb to 0.32tonio2-7/+6
From changelog: lbdb (0.32) unstable; urgency=low * Change sort(1) syntax to cope with new versions of coreutils (Closes: #368917). * New version of mutt_ldap_query by Marc de Courville <marc@courville.org> and other contributors. * Extend lbdb_hostname() to get the domain name from resolv.conf. Thanks to Gary Johnson <garyjohn@spk.agilent.com> for prividing this patch. * m_muttalias: Allow \"...\" around real names of aliases. Thanks to Erik Shirokoff <shiro@berkeley.edu> for providing this patch.
2006-08-10Add NetBSD-4.0 and later to ONLY_FOR_PLATFORM.hira1-2/+2
2006-08-08we can't have PYTHON_VERSIONS_ACCEPTED in buildlink3 files becausedrochner1-4/+1
this might conflict with definitions in Makefiles noticed by Jeremy C. Reed
2006-08-08Resize the (private) buffer for group entries dynamically if needed.drochner2-7/+40
This fixes the problem reported by Petr Janda per PR port-i386/33974, where getgr{ent,nam,gid} failed if there were many (> ~50) users in a group. bump PKGREVISION
2006-08-07Update ruby-mysql to 2.7.1.taca2-8/+7
o change free() to xfree(). To avoid crash on Windows. (Thanks Tobias Grimm)
2006-08-06Update "mysql5-client" and "mysql5-server" packages to version 5.0.24.tron11-53/+156
Changes since version 5.0.22: - 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) - In the INFORMATION_SCHEMA.ROUTINES table the ROUTINE_DEFINITION column now is defined as NULL rather than NOT NULL. Also, NULL rather than the empty string is returned as the column value if the user does not have sufficient privileges to see the routine definition. (Bug#20230) - Several other bug fixes
2006-08-06Improve patches/patch-ah to remove C99'ism in any case.taca2-5/+8
2006-07-27Added ocaml-mysql.rillig1-1/+2
2006-07-27Imported ocaml-mysql.rillig4-0/+53
ocaml-mysql is a package for ocaml that provides access to mysql databases. It consists of low level functions implemented in C and a module Mysql intended for application development.
2006-07-22Changes 1.2.15:adam5-17/+18
The pwd command for server mode was added. Logarithmic graphs were revisited. GPRINT can now access the time component of VDEF values. DNAN and DINF are much faster through caching. Many bugs were killed.
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig6-12/+12
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-21regen, with correct library dependencies. Broke at least hobbitmon.wiz1-6/+5
2006-07-20Update to 1.0.5, changes unknown.wiz3-11/+11
Add dependency on ncurses, because edb uses putwin(). Remove BROKEN_IN.
2006-07-19Update to 1.43:wiz2-6/+6
1.43 Wed Apr 12 13:59:58 EDT 2006 * Fix to the sequence compatibility fixes. For backwards compatibility. 1.42 Mon Apr 10 11:27:39 EDT 2006 * Signatures fixed 1.41 Mon Apr 10 11:26:19 EDT 2006 * PG 8.1 sequence compatibility fixes from Daniel Tabuenca 1.40 not released yet * 'NOT STARTSWITH' and 'NOT ENDSWITH'
2006-07-19Update to 1.01:wiz2-6/+7
1.01 06/04/2006 - Re-release as non developer release. No changes from 1.00_01. 1.00_01 05/29/2006 - As DBI has supported only perl 5.6.0 since 2003 v1.38 Apache::DBI now requires perl 5.6.0 as well. - Fix a plethora of uninitialized variable warnings, general code cleanup, don't import unneeded symbols from Carp, Digest::SHA1, and Digest::MD5 - http://rt.cpan.org/Ticket/Display.html?id=17073 $sth->rows is inconsistent across DBD::* drivers and sometimes always returns 0. We were using this to distinguish between a blank password and no passwd. Now we don't call this function. - http://rt.cpan.org/Ticket/Display.html?id=17422 a fatal error involving mp1, mp2 constants co-existance was fixed in AuthDBI. - http://rt.cpan.org/Ticket/Display.html?id=17446 under mod_perl 2, the check to skip caching connections at server startup was broken; thus, causing children to incorrectly share dbh handles with the parent. - http://rt.cpan.org/Ticket/Display.html?id=19491 a critical return was missing connect() under mod_perl2 - Moved module's repository to its new home in SVN from CVS http://svn.perl.org/modules/Apache-DBI
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam1-2/+1
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
2006-07-17Update to 1.8.60. Provided by OBATA Akio in PR 33485.wiz2-6/+6
2006-06-03 Mikio Hirabayashi - The basic API was enhanced. - The extended API was enhanced. - The advanced API was enhanced. - Multiple cursor class is now supported on the java API. - Release: 1.8.60 2006-05-30 Mikio Hirabayashi - The basic API was enhanced. - The extended API was enhanced. - The advanced API was enhanced. - A bug of Makefile for Mac OS X support was fixed. - Release: 1.8.59 2006-05-28 Mikio Hirabayashi - The basic API was enhanced. - The advanced API was enhanced. - Release: 1.8.58 2006-05-20 Mikio Hirabayashi - The basic API was enhanced. - The utility API was enhanced. - Release: 1.8.57 2006-05-17 Mikio Hirabayashi - A bug of URL decoder was fixed. - Release: 1.8.56 2006-05-15 Mikio Hirabayashi - The extended API was enhanced. - The utility API was enhanced. - Release: 1.8.55 2006-05-15 Mikio Hirabayashi - The basic API was enhanced. - Release: 1.8.54 2006-05-10 Mikio Hirabayashi - AIX is now supported. - The utility API was enhanced. - Release: 1.8.53 2006-05-04 Mikio Hirabayashi - A bug about evaluating RFC822 date format was fixed. - Release: 1.8.52
2006-07-17Fix issue with PKGMANDIR.joerg1-2/+2
2006-07-17Makes this compile with NetBSD current's gcc (4.1.2) by reorderingseb18-1/+273
header inclusions. XXX There are tons of type warnings in this package.
2006-07-14Mark as BROKEN:wiz1-2/+2
Does not work with current libgda version, but its author (which is the same author as of libgda) did not release a new version yet.
2006-07-12Disable debugging by default.joerg2-1/+13