summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2005-04-04Update "phpmyadmin" to version 2.6.2rc1. Changes sinc version 2.6.1pl2:tron3-11/+38
- MySQL 4.1.x native column comments - MySQL 5.0: Basic detection mechanism for views: o Views are no longer displayed as tables in use o Ability to drop views - MySQL 5.0: Interface fixes and hardcoded virtual relations for information_schema - MySQL 4.1: Better automatic detection for available storage engines - New storage engines overview page o Plugin-like infrastructure for storage engine status monitors o Overview of startup variables and current values o MySQL 5.0 / InnoDB: Buffer pool activity monitor - MySQL 4.1.2+ TIMESTAMP options - Export: Native Microsoft Word 2000 and Excel 2000 formats - PDF schema visual editor: column names now optional - MySQL 5.0.3 new Japanese charsets support (cp932, eucjpms) - Parser: added missing date and time MySQL functions - Documentation: explain all Export options handling - Cookie paths: added / to end of path - Show database comments at more places - Better use of print styles in themes - Bookmarks: sort by label, remove the number before each label - Better protection against possible collation conflicts and out-of-sync errors in PMADB queries - Relation view: removed pmadb-style comments handling (now available just on the Structure page) - FAQ about using HTTP authentication under IIS - New editions for some language files (especially ISO-8859-15) - English messages improvements - Detection of SELECT query to display on multiple submits - PDF schema: missing header - A failed connection was not properly detected - Problem with Japanese language under MySQL 4.1.x - Export o Various errors under mysqli extension o SQL format under Safari browser o Do not offer export modes not available in current MySQL version - Changing the type of a FLOAT unsigned column - Adding field with collation - Calendar popup and TIMESTAMP field under MySQL 4.1.x - PHP 4.1.x: wrong parameter count (mcrypt.lib.php) - Problem when SHOW DATABASES is disabled - Copy table: commands out of sync - User management o Host not changing with editing user o Escaping character removed by error - MySQL 5.0.x: "No database selected" error - Print view: displaying of indexes - Cookie auth: error when blowfish_secret is empty - MySQL 4.1.2: "Reload MySQL" link not seen - MySQL 5 server binlog compatibility - PDF pages generation: wrong documentation - Inserted row id was not always correctly reported - Do not offer unavailable collations - XSS vulnerability on "convcharset" [PMASA-2005-3] - Do not allow to drop information_schema - Undefined offset (on the left panel) - Problem copying InnoDB table with foreign-key constraints to a table in the same database
2005-04-04Remove specifying the version posrgresql since now it configured withtaca1-4/+2
any version of postgresql in current pkgsrc. Bump PKGREVISION.
2005-04-03Update to 0.11mjl2-7/+7
* added support for CREATE TABLE AS SELECT ... and CREATE TABLE AS IMPORT() * added support for in-memory tables and heterogeneous operations * added many new built-in functions see SQL::Statement::Functions.pm * added support for user-defined functions, see SQL::Statement::Functions.pm * added support for column name aliases * added support for comparison to empty string (e.g. WHERE col1='') currently returns the same as WHERE col1 IS NULL * clean up a number of bugs in parentheses parsing and in the predicates IN and BETWEEN as well as speed things up considerably * fixed function detection regex in SQL::Parser::ROW_VALUE to accomodate arbitrary spacing * support concat operator '||' expressions * added following functions to SQL::Statement::Functions: - COALESCE/NVL - DECODE (same as Oracle DECODE) - CONCAT - REPLACE/SUBSTITUTE * fixed/adapted SQL::Statement::get_row_value(), SQL::Statement::SELECT(), for join'ed resultsets * fixed infinite recursion bug with empty IN() predicate * fixed case issues with table aliases in joins * column and table name hashes now default to case sensitive * where() method now supported as per the docs
2005-03-30Fix typo.wiz1-2/+2
2005-03-30Switch from DEPENDS to buildlink3.mk.darcy1-2/+2
2005-03-29Update to 0.16:wiz3-9/+23
shared-mime-info 0.16 (2004-03-22) * Mime Types Changes: - Added application/mathematica - Added application/stuffit - Fixed application/vnd.lotus-1-2-3 and other office types - Added application/vnd.oasis.opendocument - Even more types now inherit from text/plain - Added text/x-gettext-translation - Fixed up text/x-python * Lots of new translations: - bg eo es eu it ja ms nb pl pt pt_BR ru sq uk zh_CN
2005-03-26Disable the odbc module to fix the build on OS X.recht1-1/+3
The odbc module shouldn't be built here anyway. (And looks like it wasn't intended to.)
2005-03-26Update to version 0.9.5.seb4-13/+221
Fix pkglint warnings about whitespace in MESSAGE. Use pax -s instead of rming unwanted files. Changes since last packaged version (0.9.4b) * Version 0.9.5, 2004-12-17 * Notes: This version adds substantial new features and several minor bug fixes as well as PHP5 support! * Changes: - Added PHP5 support using Zend1 compatibility options. - Users can now specify a format string for custom display of DNs in the tree viewer (see $tree_display_format in config.php.example) - If using http auth_type, DNs and passwords are now encrypted int he cookie using blowfish. - If base entry is missing, phpLDAPadmin will prompt you to create it and give you some sane default values to get started. - Added index file for viewing of all PLA icons (see phpldapadmin/images/index.php) - Added custom country flag icons for DNs in the form "c=us" - Added more custom icons (ipNetwork, Device, Room) - Made it easier to create the base entry of an empty tree. - Fixed bug related to predefined search queries with patch from Olivier Mounier - Added a template for mozillaOrgPerson - Improved error handling for non-existent or unreadable template files. - "Create new" now displays at the top *and* bottom of the tree viewer list if there are more than 10 entries in the container (make it easier for users by reducing scrolling) - Optimized several pages by closing the session early if not needed. - By request, reversed the order of first name / last name in the inetOrgPerson template. - Added a login_string feature for admins who have all their users in a single container, so they can specify a string like "uid=,ou=People,dc=example,dc=com" instead of setting up the painful login_attr stuff. - Changed the delete button to be red (like phpMyAdmin) to make it more obvious. - Consolidated the links at the top of the tree viewer to make better use of real estate. - New logo! - Patch from Dimitre to fix unique attrs enforcement. - Templates can now redirect wherever they want using a hidden form input. - Added a "Home" button in the tree viewer to get back to the main PLA page if desired. - PLA now looks up the gidNumber to display group description and name in user accounst. - Improved the hint about structural objectClasses in the custom creation template - Added ability to purge caches (mostly just schema objects) and caches are auto-purged when the schema is viewed in the schema browser. - Changed the arrow icon next to objectClass values to be an information button. - Search results can be displayed in table format now. - Fixes to LDIF import. - Added support for exporting to VCard 2.1 format. - Lots of little session fixes. - Structural objectClasses are now shown in bold in the custom creation template. - Fixed lots of bugs, some big some minor: 1025353 1037715 1029103 1026427 1025353 1020606 1020376 1010576 1009410 1007281 1007132 1004042 1002794 1001941 1000185 999605 999170 996842 995362 995297 995296 994343 993875 992419 991891 989219 984587 983375 981283 979395 977598 974369 973520 973323 965165 964410 962074 959950 958372 957284 954453
2005-03-25Add and enable lbdbkim1-1/+2
2005-03-25Import lbdb-0.29 from Antoine Reilles, heavily modified by me.kim5-0/+116
2005-03-24Don't check for USE_BUILDLINK3 anymore in these files. These are includedjlam1-5/+3
by other package Makefiles, and with the deprecation of USE_BUILDLINK3 support in the infrastructure files, these had the potential to break existing packages.
2005-03-24Update to 1.22.cube2-8/+7
1.22 Mon Jan 24 07:42:46 EST 2005 - Require encode since we require encode. 1.21 - Oracle LOB handling caused us to corrupt item values on update. - Just before inserting things into the database, turn off their utf8 flag. The flag didn't have any positve impact _and_ it can take down recent DBD::Oracle releases. (This is a new failure in DBD::Oracle 1.16) 1.20 Tue Jan 18 08:24:15 EST 2005 - Minor test suite fixes from Ruslan. 1.19 Sat Jan 8 18:22:59 EST 2005 - Performing a search multiple times could result in multiple copies of records in a collection. Uncovered thanks to Kevin Chen and Alex Vandiver. 1.18 - Release the changes from 1.17 1.17_03 - Properly mark BLOB columns in UPDATE calls. (DBD::Oracle 1.16 broke without this) 1.17_02 - Better handling of empty values for SB::Record::_Accessible. ( --Ruslan) 1.17_01 - More record tests from Ruz 1.16 Thu Dec 9 23:49:39 EST 2004 - Fixed a bug in D::SB::R::Cachable that could cause it to load the wrong row from the cache if you were loading by alternate keys and had since changed one of the attributes of a previous row. This was unmasked by a bug that Ruslan Zakirov found in RT 3.3's custom field handling
2005-03-23Add and enable sqlite3-tcl.jmmv1-1/+2
2005-03-23Initial import of sqlite3-tcl, version 3.1.3:jmmv3-0/+32
SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite) that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library. SQLite is not a client library used to connect to a big database server. SQLite is the server. The SQLite library reads and writes directly to and from the database files on disk. This package provides the TCL bindings for the SQLite C library.
2005-03-23Remove the 'tcl' option and split the Makefile in two parts to aid in thejmmv4-37/+26
addition of the new sqlite3-tcl package. The TCL bindings can be easily built and installed independently, so it's better to have an standalone package rather than a build-time option. While here, fix PKGCONFIG_OVERRIDE and bump PKGREVISION to 2.
2005-03-23Whitespace.schmonz1-9/+9
2005-03-23Take advantage of mk/djbware.mk.schmonz1-12/+3
2005-03-19bump PKGREVISION for previous patch against CAN-2005-0247jschauma1-2/+2
2005-03-18PostgreSQL doesn't provide *.la files that include the libraryjlam3-3/+11
dependencies needed when linking PostgreSQL clients with -lpq. Define a BUILDLINK_LDADD.${PGSQL_TYPE} variable that lists the full set libraries that would be needed to link with -lpq.
2005-03-18Remove nonsensical comment.jlam1-2/+2
2005-03-17Backport patch fromjschauma2-1/+87
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.64.4.1&r2=1.64.4.2 to fix CAN-2005-0247 for postgresql74 Bump PKGREVISION on postgresql74-lib
2005-03-17Backport patch from ↵jschauma3-3/+64
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.64.4.1&r2=1.64.4.2 to fix CAN-2005-0247 for postgresql73 Bump PKGREVISION on postgresql73-lib
2005-03-17bump PKGREVISION for security patchjschauma1-2/+2
2005-03-17pull in the patch from ↵jschauma2-1/+72
http://archives.postgresql.org/pgsql-committers/2005-02/msg00049.php which should fix CAN-2005-0247
2005-03-17Add a patch to follow one API change between OpenLDAP 2.1 and OpenLDAP 2.2.cube3-3/+32
gq still compiled (one has to wonder why...), but crashed as soon as the user tried to browse a directory. Patch taken from gq's SourceForge tracker, with changes to allow compilation with OpenLDAP 2.1. PKGREVISION++.
2005-03-16Updated dbh to 1.0.22martti4-16/+14
* Bug fixes This is needed by xfce 4.2.1
2005-03-16Fixed a typo in a configure argument. Now OpenSSL is found and used by therillig1-3/+3
configure script. Bumped PKGREVISION. Approved by wiz.
2005-03-15Avoid build failures under NetBSD-sparc and NetBSD-sparc64 caused by atron3-3/+17
namespace violation (use of "__" prefix in an application header file). The patch was provided by Julian Coleman in PR pkg/23590.
2005-03-15Update to 4.0.24, which fixes the vulnerability reported in:xtraeme6-131/+12
http://www.k-otik.com/english/advisories/2005/0252 See http://dev.mysql.com/doc/mysql/en/news-4-0-24.html Bumped BUILDLINK_RECOMMENDED to 4.0.24.
2005-03-15Update to 4.1.10a.xtraeme4-12/+12
- Fix potential security vulnerabilities in the creation of temporary table file names and the handling of User Defined Functions (UDFs). More info: http://www.k-otik.com/english/advisories/2005/0252 Increased BUILDLINK_RECOMMENDED to 4.1.10a.
2005-03-14Make build correctly on Interix -- -lrpclib is also needed in LIBS.tv1-1/+2
2005-03-13In packages with djb-style compile scripts, properly enquote ${CC}schmonz1-3/+3
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as well as being more generally correct for arbitrary user-defined CFLAGS. Suggested by jlam. For consistency across djbware in pkgsrc: * In math/djbfft's and sysutils/daemontools's do-configure targets, remove leading @ from ${ECHO} lines; from the former, also remove unneeded single quotes from one such line. * Rename net/publicfile's pre-build and sysutils/service-config's post-patch targets to do-configure. * In sysutils/checkpassword's do-configure target, reorder creation of conf-cc, conf-ld, and conf-home. All of the affected packages have been verified to compile. XXX These packages probably have enough build goo in common to XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
2005-03-10Update HOMEPAGE.wiz1-2/+2
2005-03-08o Add missing RCSID tags to patch-a{a,m} and use pkglint.xtraeme5-8/+18
o Explain how to start mysqld correctly, PKG_RCD_SCRIPTS {dis,en}abled; closes PR pkg/29579.
2005-03-07Added an option to build the package with tcl supportadam3-13/+32
2005-03-06Fix a C99-ism that prevented this package from building with gcc 2.95,kristerw3-3/+21
and remove GCC_REQD on gcc 3.
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca4-6/+8
2005-03-06Add and enable ruby-dbm.taca1-1/+2
2005-03-06Revive separated ruby packages, ruby-dbm, ruby-zlib, ruby-digest andtaca1-0/+3
ruby-openssl with bump PKGREVISION.
2005-03-06Revive separated ruby packages, ruby-dbm, ruby-zlib, ruby-digest andtaca1-0/+37
ruby-openssl with bump PKGREVISION. Added ruby-dbm/Makefile to handle IRIX case, use native base system's ndbm(3) instead of Berkley DB's ndbm compatible interface, too.
2005-03-06Revive separated ruby packages, ruby-dbm, ruby-zlib, ruby-digest andtaca1-0/+2
ruby-openssl with bump PKGREVISION.
2005-03-06Cosmetic change with pkglint(1).taca3-8/+8
2005-03-03require gcc-3.3 (I don't understand the problem with 2.95, but it helps)drochner1-1/+2
should fix problem seen on 1.6 bulk build
2005-03-02Hack includes to make this build against db4.wiz1-2/+2
Should also work with db3 and db2, but untested.
2005-03-02Make this package build with db4-4.3.x.minskim3-6/+9
2005-02-27Start to make this work on (even older) IRIX: check for __sgi rather than sgijschauma2-1/+15
This was originally reported in PR 28819 by Georg Schwarz for db4 and also noted by Georg to apply to this package.
2005-02-27make this work on (even older) IRIX: check for __sgi rather than sgijschauma2-1/+15
This was originally reported in PR 28819 by Georg Schwarz for db4 and also noted by Georg to apply to this package.
2005-02-25oops, forgot to "cvs add" these toodrochner4-0/+53
2005-02-25oops - forgot to cvs add this onedrochner1-0/+13
2005-02-25reset PKGREVISION as we got a new versiondrochner1-3/+1