summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2007-01-11Modular Xorg support.joerg1-2/+7
2007-01-10Update openldap packages to 2.3.32, the new stable release.ghen4-10/+10
OpenLDAP 2.3.32 Release (2007/01/04) Fixed slapd add redundant duplicate value check (ITS#4600) Fixed slapd ACL set memleak (ITS#4780) Fixed slapd syncrepl shutdown hang (ITS#4790) Fixed slapd connection_get race condition on Windows (ITS#4793) Fixed slapd values return filter control leak (ITS#4794) Fixed slapd-sql Debug typo (ITS#4784) Fixed slapo-rwm parameter handling (ITS#3971, 4458, 4638, 4689) Documentation Fixed reference to deprecated option in admin guide (ITS#4795)
2007-01-10Update "phpmyadmin" package to version 2.9.2rc1.tron2-7/+6
Changes since version 2.9.1.1 (literal quote from the home page): Version 2.9.2-rc1 contains some security fixes (an advisory will be published when releasing 2.9.2) and other fixes.
2007-01-10update to 2.3.2drochner5-20/+75
This is a major update (since 2.0.7), involving an API rework add a bl3 file
2007-01-08Changes 8.0.10:adam10-44/+44
* Improve handling of getaddrinfo() on AIX This fixes a problem with starting the statistics collector, among other things. * Fix "failed to re-find parent key" errors in "VACUUM" * Fix race condition for truncation of a large relation across a gigabyte boundary by "VACUUM" * Fix bugs affecting multi-gigabyte hash indexes * Fix possible deadlock in Windows signal handling * Fix error when constructing an ARRAY[] made up of multiple empty elements * Fix ecpg memory leak during connection * to_number() and to_char(numeric) are now STABLE, not IMMUTABLE, for new initdb installs This is because lc_numeric can potentially change the output of these functions. * Improve index usage of regular expressions that use parentheses This improves psql \d performance also. * Update timezone database This affects Australian and Canadian daylight-savings rules in particular.
2007-01-08Changes 8.1.6:adam12-49/+50
* Improve handling of getaddrinfo() on AIX This fixes a problem with starting the statistics collector, among other things. * Fix pg_restore to handle a tar-format backup that contains large objects (blobs) with comments * Fix "failed to re-find parent key" errors in "VACUUM" * Clean out "pg_internal.init" cache files during server restart This avoids a hazard that the cache files might contain stale data after PITR recovery. * Fix race condition for truncation of a large relation across a gigabyte boundary by "VACUUM" * Fix bug causing needless deadlock errors on row-level locks * Fix bugs affecting multi-gigabyte hash indexes * Fix possible deadlock in Windows signal handling * Fix error when constructing an ARRAY[] made up of multiple empty elements * Fix ecpg memory leak during connection * Fix for Darwin (OS X) compilation * to_number() and to_char(numeric) are now STABLE, not IMMUTABLE, for new initdb installs This is because lc_numeric can potentially change the output of these functions. * Improve index usage of regular expressions that use parentheses This improves psql \d performance also. * Update timezone database This affects Australian and Canadian daylight-savings rules in particular.
2007-01-08PLIST fixadam1-2/+1
2007-01-08Changes 8.2.1:adam4-11/+16
* Fix crash with SELECT ... LIMIT ALL (also LIMIT NULL) * "Several /contrib/tsearch2" fixes * On Windows, make log messages coming from the operating system use ASCII encoding This fixes a conversion problem when there is a mismatch between the encoding of the operating system and database server. * Fix Windows linking of pg_dump using "win32.mak" * Fix planner mistakes for outer join queries * Fix several problems in queries involving sub-SELECTs * Fix potential crash in SPI during subtransaction abort This affects all PL functions since they all use SPI. * Improve build speed of PDF documentation * Re-add JST (Japan) timezone abbreviation * Improve optimization decisions related to index scans * Have psql print multi-byte combining characters as before, rather than output as \u * Improve index usage of regular expressions that use parentheses This improves psql \d performance also. * Make pg_dumpall assume that databases have public CONNECT privilege, when dumping from a pre-8.2 server This preserves the previous behavior that anyone can connect to a database if allowed by "pg_hba.conf".
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig3-8/+8
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2007-01-05minor cleanup: pull in xdg-dirs/gnome-icon-themedrochner2-3/+9
bump PKGREVISION
2007-01-03+ipa_sdbobache1-1/+2
2007-01-03Import ipa_sdb version 1.0.1.obache5-0/+88
Based on PR 34860 by Andrey Simonenko and I made some modification. IPA_SDB -- IPA simple database module Main features: - Distribution consists of database ipa_db_sdb(8) and statistics ipa_st_mod(8) modules; - Modules completely support dynamic and static rules, limits and thresholds; - All database files are stored in own record based database formats; - Formats of database files are machine architecture independent; - Sizes of database records are relatively small (binary data formats); - Access to statistics can be granted accordingly to the user group; - There is the ipa_sdb_dump(8) utility for dumping database files to text format and back.
2007-01-02Mark this officially as broken for now. See PR 30997 for furtherjoerg1-1/+3
reasons.
2007-01-02Fixed file ownership to allow for unprivileged builds.rillig1-1/+2
2007-01-02Replaced PKG_SKIP_REASON with PKG_FAIL_REASON and included bsd.prefs.mkrillig1-2/+4
before checking ORACLE_HOME.
2007-01-02Update openldap packages to 2.3.31 (new stable release).ghen7-49/+12
OpenLDAP 2.3.31 Release Fixed libldap unchased referral leak (ITS#4545) Fixed libldap tls callback (ITS#4723) Fixed liblutil ldif file: URL parsing Fixed slapd syncrepl logging (ITS#4755) Fixed slapd group ACL caching when proxyAuthz'ing (ITS#4760) Fixed slapd "group" authz default member parsing (ITS#4761) Fixed slapd uninitialized sd_actives array (ITS#4765) Fixed slapd DN parsing in bindconf_parse (ITS#4766) Fixed slapd conditional in macro argument (ITS#4769) Fixed slapd send_search_reference should propagate errors Fixed slapd memleak on failed bind (ITS#4771) Fixed slapd schema preparation case to match RFCs (ITS#4764) Fixed slapd kbind buffer overflow condition (ITS#4775) Fixed slapd connections_shutdown assert Fixed slapd glue parent/sub db overlay nesting (ITS#4615) Fixed slapd-bdb/hdb/ldbm slap_add_opattrs error checking Fixed slapd-bdb/hdb setting up tool threads when no indices specified Fixed slapd-perl interpreter context (ITS#4751) Fixed slapo-syncprov to complain if defined outside of a database Fixed test021 modify ops to be syntactically correct Fixed contrib smbk5pwd, check kadm5 init result Documentation Fixed typo in slapo-retcode(5) man page (ITS#4753) Fixed syncrepl searchbase note (ITS#4540) Added syncrepl starttls in the admin guide (ITS#4510) Fixed reference to deprecated function in ldap_parse_result(3) OpenLDAP 2.3.30 Release Fixed slapd authzTo/authzFrom URL matching (ITS#4744) Fixed slapd syncrepl consumer memory leaks (ITS#4746) Fixed slapd-hdb livelock (ITS#4738) Fixed slapo-ppolicy external quality check (ITS#4741) Documentation Fixed ldapsearch(1) man page acknowledgement (ITS#4743) OpenLDAP 2.3.29 Release Fixed liblber/libldap error codes on Windows (ITS#4606) Fixed libldap string length assert (ITS#4740) Fixed liblunicode case mapping (ITS#4724) Fixed slapd ldapi:// socket permissions (ITS#4709) Fixed slapd c_writewaiters assert (ITS#4696,4736) Fixed slapo-accesslog purge contextCSN bug (ITS#4704) Fixed slapo-accesslog modify/replace bug (ITS#4728) Fixed slapo-dynlist leaks (ITS#4664) Fixed slapo-ppolicy leaks (ITS#4665) Fixed slapo-syncprov deadlock (ITS#4720) Build environment Added selection of ODBC (ITS#4735) Documentation Fixed slapd-ldap/meta(5) rebind-as-user usage (ITS#4715) Fixed slapd-ldap/meta(5) missing network-timeout (ITS#4718) OpenLDAP 2.3.28 Release Fixed libldap ldap.conf max line length (ITS#4669) Fixed libldap use keepalive for syncrepl (ITS#4708) Fixed liblutil LDIF CR/LF parsing bug (ITS#4635) Fixed librewrite LDAP map parsing bug Fixed librewrite map double free bug Added ldapsearch bad filter pattern check (ITS#4647) Fixed slapd global access controls initialization (ITS#4654) Fixed slapd setting c_sasl_bindop only on SASL binds Fixed slapd max line length issue (ITS#4651) Fixed slapd return code not being propagated (ITS#4565) Fixed slapd integerBitAndMatch (ITS#4672) Fixed slapd syncrepl modrdn new superior (ITS#4695) Fixed slapd-ldap retry with idassert (ITS#4686) Fixed slapd-meta DN massage error code handling (ITS#4711) Fixed slapd-monitor locking with scope "subordinate" (ITS#4668) Fixed slapd-perl deletes (ITS#2612) Fixed slapd-perl backend initialization (ITS#4358) Fixed slapd-perl finding interpreter inside a thread (ITS#4358) Fixed slapo-ppolicy pwdChangedTime behavior (ITS#4692) Fixed slapo-translucent ldapmodify crash (ITS#4673) Documentation Updated ldapsearch(1) options (ITS#4371,4526,4647) Fixed slapd.access(5) non-optional dn= error (ITS#4522)
2006-12-28I see no reason to force PostgreSQL 7.4 here, so remove the forcedjoerg1-4/+2
version and bump revision.
2006-12-28Change PostgreSQL default version to 8.1 and bump revision of alljoerg17-27/+34
packages which have it active by default.
2006-12-27As discussed on tech-pkg, remove PostgreSQL 7.4.joerg64-2935/+1
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-2/+2
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-12-15Reset maintainer, ben@ has resigned.wiz1-2/+2
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg7-14/+14
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-12Add a patch in Gnome bug 382933 to make this package build on Darwin.minskim2-1/+17
2006-12-10Update to 5.0.27:xtraeme4-12/+12
This is a bugfix release for the current production release family. MySQL 5.0.26 introduced an ABI incompatibility, which this release reverts. Programs compiled against 5.0.26 are not compatible with any other version and must be recompiled.
2006-12-09Added postgresql82 version 8.2.0adam1-1/+8
2006-12-09Changes 8.2.0:adam15-0/+160
* Query language enhancements including "INSERT/UPDATE/DELETE RETURNING", multirow VALUES lists, and optional target-table alias in "UPDATE"/"DELETE" * Index creation without blocking concurrent "INSERT"/"UPDATE"/"DELETE" operations * Many query optimization improvements, including support for reordering outer joins * Improved sorting performance with lower memory usage * More efficient locking with better concurrency * More efficient vacuuming * Easier administration of warm standby servers * New FILLFACTOR support for tables and indexes * Monitoring, logging, and performance tuning additions * More control over creating and dropping objects * Table inheritance relationships can be defined for and removed from pre-existing tables * "COPY TO" can copy the output of an arbitrary "SELECT" statement * Array improvements, including nulls in arrays * Aggregate-function improvements, including multiple-input aggregates and SQL:2003 statistical functions * Many "contrib/" improvements
2006-12-09Changes 8.2.0:adam35-0/+3585
* Query language enhancements including "INSERT/UPDATE/DELETE RETURNING", multirow VALUES lists, and optional target-table alias in "UPDATE"/"DELETE" * Index creation without blocking concurrent "INSERT"/"UPDATE"/"DELETE" operations * Many query optimization improvements, including support for reordering outer joins * Improved sorting performance with lower memory usage * More efficient locking with better concurrency * More efficient vacuuming * Easier administration of warm standby servers * New FILLFACTOR support for tables and indexes * Monitoring, logging, and performance tuning additions * More control over creating and dropping objects * Table inheritance relationships can be defined for and removed from pre-existing tables * "COPY TO" can copy the output of an arbitrary "SELECT" statement * Array improvements, including nulls in arrays * Aggregate-function improvements, including multiple-input aggregates and SQL:2003 statistical functions * Many "contrib/" improvements
2006-12-07Make this package build on Darwin by linking with all required libraries.minskim3-2/+28
Bump PKGREVISION. http://bugzilla.gnome.org/show_bug.cgi?id=383525
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).