summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2003-12-15Remove first chunk of this patch -- it only brings troublewiz2-12/+3
and is not useful.
2003-12-15Update digest of patch-aa because of RCS Id change by previous commit.bad1-2/+2
2003-12-15Update jdb to 1.12 plus the patch for the problem with trailing spaces inbad5-20/+49
dbstats from Heidemann's web page. Changes since 1.7 apart from bugfixes: 1.12, 30-Oct-02 - NEW: dbcolmultiscale - NEW: dbcol has -r option for "relaxed error checking" - NEW: dbcolneaten has new -e option to strip end-of-line spaces - NEW: dbrow finally has a -v option to negate the test - NEW: db_to_html_table: simple conversion to html tables - NEW: dblib now has a function dblib_text2html() that will 1.11, 2-Nov-01 - NEW: dbcolneaten now supports "field specifiers" that allow some control over how wide columns should be - OPTIMIZATION: dbsort now tries hard to be filesystem cache-friendly 1.10, 10-Apr-01 - NEW: dbstats now includes a -S option to optimize work on pre-sorted data (inspired by code contributed by Haobo Yu) 1.9, 6-Nov-00 - NEW: dbfilesplit, split a single input file into multiple output files. 1.8, 28-Jun-00 - NEW: dbrowuniq now optionally checks for uniqueness only on certain fields - NEW: dbrowsplituniq makes one pass through a file and splits it into separate files based on the given fields - NEW: converter for "crl" format network traces - NEW: anywhere you use arbitrary code (like dbroweval), _last_foo now maps to the last row's value for field _foo. - OPTIMIZATION: comment processing slightly changed so that dbmultistats now is much faster on files with lots of comments.
2003-12-14Update to 2.4.0 from Min Sik Kim PR pkg/23714.xtraeme4-185/+26
Changes: o Support more languages. o Provide mime database only; o Icons have been moved to gnome-icon-theme.
2003-12-14Bump revision to track GNOME 2.2 -> 2.4 update.jmmv2-6/+5
2003-12-14add php4-mssql 4.3.4 - PHP4 module for access to MS SQL databases, usingjdolecek1-1/+2
FreeTDS library. Brought from pkgsrc-wip
2003-12-14add php4-mssql - PHP4 module for access to MS SQL databases using FreeTDSjdolecek2-0/+16
2003-12-13Update MAINTAINER email address.ben1-2/+2
2003-12-13Bump PKGREVISION for atk library major bump.wiz3-6/+6
2003-12-08Work around a f77 ICE on NetBSD/sparc64 1.6* by "disabling" f77seb3-2/+110
completely. Please note that a Fortran compiler is not needed by this package but configure -libtool in fact- tickles it if one is found. Also fix build for older NetBSD/sparc64 compiler by patching SHA1 code the usual way.
2003-12-07Forgot to commit this with patch-aa change.epg1-2/+2
2003-12-07Fix install when BSD_INSTALL_PROGRAM uses the -s option. Can't useepg1-4/+6
BSD_INSTALL_PROGRAM because some of the programs in the list are interpreted scripts and others machine executables.
2003-12-07Make this work with DB 4.2 and bump PKGREVISION.epg3-9/+32
2003-12-07Update to 4.2.52.epg6-440/+460
Clean up Makefile. Set MAINTAINER to tech-pkg@NetBSD.org (previous maintainer, Alex Newman, says he no longer maintains this). Changes are too many to list.
2003-12-06+ py-ZODBrecht1-1/+2
2003-12-06initial import of py-ZODB 3.2 provided by Michal Pasternakrecht5-0/+532
via pkgsrc-wip The ZODB package is a Python object persistence system. It provides the Z Object Database separately from Zope so it can be used in non-Zope related Python applications to provide transparent object-oriented persistency.
2003-12-04Add a patch and bump PKGREVISION for a patch by Christian Limpach for aagc3-3/+38
problem noted on current-users by Murray Armfield. The problem was: "Just try executing slapindex to get quite a verbose libpthread invalid mutex message. slapd still core dumps on shutdown." Thanks to Christian for fixing this.
2003-12-04+=, not =grant1-2/+2
2003-12-04provide BUILDLINK_LDFLAGS.db and BUILDLINK_LIBS.db.grant1-1/+7
2003-12-04USE_GNU_TOOLS=awk. fixes build on Solarisgrant1-1/+3
2003-11-30Update HOMEPAGE.jmmv1-2/+2
2003-11-14Convert to buildlink2. Use LIBTOOL_OVERRIDE.wiz1-10/+10
Fix build with xpkgwedge. s/USE_X11BASE/USE_X11/ and bump PKGREVISION for that.
2003-11-14Add 'ulimit -n 4096' to increase the number of FDs postgresql can use. This ↵explorer2-3/+5
is what we do for mysql-server as well. Bump to nb3.
2003-11-12PKGREVISION++ after openssl update.jschauma9-11/+18
2003-11-12PKGREVISION++ due to devel/popt update.salo6-10/+13
2003-11-08Update PHP to 4.3.4jdolecek1-3/+3
From release announcemenet: After a lengthy QA process, PHP 4.3.4 is finally out! This is a medium size maintenance release, with a fair number of bug fixes. All users are encouraged to upgrade to 4.3.4. Bugfix release PHP 4.3.4 contains, among others, following important fixes, additions and improvements: * Fixed disk_total_space() and disk_free_space() under FreeBSD. * Fixed FastCGI support on Win32. * Fixed FastCGI being unable to bind to a specific IP. * Fixed several bugs in mail() implementation on win32. * Fixed crashes in a number of functions. * Fixed compile failure on MacOSX 10.3 Panther. * Over 60 various bug fixes! For full list of changes in PHP 4.3.4, see ChangeLog: http://www.php.net/ChangeLog-4.php#4.3.4
2003-11-05Version the distfile based on our package name, since the distfile changesagc2-4/+5
without modifying a version number (it doesn't seem to have one). Modifications to the distfile reviewed by myself and found to be benign.
2003-11-03Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE. Set USE_GCC_SHLIB.gavan1-2/+3
Fixes linking on Solaris.
2003-11-03Set USE_GCC_SHLIB. Fixes compiling on Solaris.gavan1-1/+2
2003-11-02Proper use of buildlink2 frame work, with applying patch from PR pkg/23338taca1-1/+4
by Ron Roskens.
2003-10-20Update db3 to db3-3.11.2nb1.agc3-3/+7
Add db_185 compatibility to databases/db3, from Jeremy Reed in PR 21237.
2003-10-11only test for existance of data directory, rather than the templategrant1-3/+3
databases to determine whether the dbdir has been initialised. fixes PR pkg/21133 from Thomas T. Thai.
2003-10-09Update freetds to 0.61.2, the distfile changed and the previous versionjdolecek2-7/+5
isn't available anymore Changes since 0.61: Version 0.61.2 (August 2003): - fix some memory leaks - fix bug binding parameters with NULL indicator Version 0.61.1 (May 2003): - Fixed segfault on opening log file in append mode - locale initialization? - fix segfault when used with iODBC - better configure script for HP/UX 11
2003-10-07Provide a better package name for Solarisheinz1-1/+2
2003-10-06The distfile primary site moved.jlam1-2/+2
From PR pkg/21554 by Ian Harding <iharding.workstation!tpchd!org>.
2003-10-05Updated mysql-server to 3.23.58martti19-478/+85
A lot of bug and security fixes since 3.23.51...
2003-10-05Update mysql-client to 3.23.58martti7-94/+16
A lot of bug and security fixes since 3.23.51...
2003-09-29Delint, style, whitespace.salo1-35/+42
2003-09-29PKGREVISION++salo3-5/+18
Obey PKG_SYSCONFDIR.
2003-09-29hmm, 'make distinfo' used to ignore the line with $NetBSD$ RCS tag; thisjdolecek1-2/+2
doesn't seem to be the case since distinfo checksum changed for patch-am after it was committed; update distinfo to match
2003-09-29update HOMEPAGE and MASTER_SITES.grant1-3/+3
2003-09-29use ${PKGVERSION} in the PLIST, which is substituted by defaultjdolecek2-4/+3
2003-09-28make mysql 3.23.51 compile on 1.6.x, which uses bundled mit-pthreadsjdolecek4-2/+29
fixes PR pkg/22988 by Adrian Portelli
2003-09-28use PLIST_SUBST with DISTNAME to generate the spec file name in PLIST,jdolecek2-3/+4
so that PLIST wouldn't need to be updated on each pkg update
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-28Update mysql-client and mysql-server to 3.23.51nb1 - pkg revision keptjdolecek10-34/+34
set, the packages contain extra security fixes, which are not part of 3.23.51 distribution NOTE: this is the last 3.23.x version with bundled mit-pthreads package; any further upgrade would need some additional efford to keep the package usable on NetBSD 1.6.x and older Highlights of changes: * Add missing <row> tags for mysqldump XML output. * SHOW VARIABLES LIKE 'xxx' is now case-insensitive * InnoDB now allows foreign key constraints to be added through the ALTER TABLE syntax. * InnoDB tables can now be set to automatically grow in size (autoextend). * Changed name of server variables Com_show_master_stat to Com_show_master_status and Com_show_slave_stat to Com_show_slave_status. * Changed handling of gethostbyname() to make the client library thread-safe even if gethostbyname_r doesn't exist. * If we get an overflow when inserting '+11111' for DECIMAL(5,0) UNSIGNED columns, we will just drop the sign. * many bugfixes Full list of changes: 3.23.50: * Fixed buffer overflow problem if someone specified a too long datadir parameter to mysqld * Add missing <row> tags for mysqldump XML output. * Fixed problem with crash-me and gcc 3.0.4. * Fixed that @@unknown_variable doesn't hang server. * Added @@VERSION as a synonym for VERSION(). * SHOW VARIABLES LIKE 'xxx' is now case-insensitive. * Fixed timeout for GET_LOCK() on HP-UX with DCE threads. * Fixed memory allocation bug in the glibc library used to build Linux binaries, which caused mysqld to die in 'free()'. * Fixed SIGINT and SIGQUIT problems in mysql. * Fixed bug in character table converts when used with big ( > 64K) strings. * InnoDB now retains foreign key constraints through ALTER TABLE and CREATE/DROP INDEX. * InnoDB now allows foreign key constraints to be added through the ALTER TABLE syntax. * InnoDB tables can now be set to automatically grow in size (autoextend). * Our Linux RPMS and binaries are now compiled with gcc 3.0.4, which should make them a bit faster. * Fixed some buffer overflow problems when reading startup parameters. * Because of problems on shutdown we have now disabled named pipes on Windows by default. One can enable named pipes by starting mysqld with --enable-named-pipe. * Fixed bug when using WHERE key_column = 'J' or key_column='j'. * Fixed core-dump bug when using --log-bin with LOAD DATA INFILE without an active database. * Fixed bug in RENAME TABLE when used with lower_case_table_names=1 (default on Windows). * Fixed unlikely core-dump bug when using DROP TABLE on a table that was in use by a thread that also used queries on only temporary tables. * Fixed problem with SHOW CREATE TABLE and PRIMARY KEY when using 32 indexes. * Fixed that one can use SET PASSWORD for the anonymous user. * Fixed core dump bug when reading client groups from option files using mysql_options(). * Memory leak (16 bytes per every corrupted table) closed. * Fixed binary builds to use --enable-local-infile. * Update source to work with new version of bison. * Updated shell scripts to now agree with new POSIX standard. * Fixed bug where DATE_FORMAT() returned empty string when used with GROUP BY. 3.23.51: * Fix bug with closing tags missing slash for mysqldump XML output. * Remove end space from ENUM values. (This fixed a problem with SHOW CREATE TABLE.) * Fixed bug in CONCAT_WS() that cut the result. * Changed name of server variables Com_show_master_stat to Com_show_master_status and Com_show_slave_stat to Com_show_slave_status. * Changed handling of gethostbyname() to make the client library thread-safe even if gethostbyname_r doesn't exist. * Fixed core-dump problem when giving a wrong password string to GRANT. * Fixed bug in DROP DATABASE with symlinked directory. * Fixed optimisation problem with DATETIME and value outside DATETIME range. * Removed Sleepycat's BDB doc files from the source tree, as they're not needed (MySQL covers BDB in its own documentation). * Fixed MIT-pthreads to compile with glibc 2.2 (needed for make dist). * Fixed the FLOAT(X+1,X) is not converted to FLOAT(X+2,X). (This also affected DECIMAL, DOUBLE and REAL types) * Fixed the result from IF() is case in-sensitive if the second and third arguments are case sensitive. * Fixed core dump problem on OSF/1 in gethostbyname_r. * Fixed that underflowed decimal fields are not zero filled. * If we get an overflow when inserting '+11111' for DECIMAL(5,0) UNSIGNED columns, we will just drop the sign. * Fixed optimisation bug with ISNULL(expression_which_cannot_be_null) and ISNULL(constant_expression). * Fixed host lookup bug in the glibc library that we used with the 3.23.50 Linux-x86 binaries.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-27Just added a comment into Makefile as a reminder why PKG_SYSCONFBASE isreed1-1/+3
used instead of PKG_SYSCONFDIR. The openldap build defines a ldap_subdir (as /openldap) which is automatically appended (unless using --without-subdir which also breaks share and libexec). (Okay'd by wiz.)
2003-09-27merge back into single Makefilejdolecek2-15/+11
discussed with Thomas Klausner and Michal Pasternak
2003-09-25Split into Makefile and Makefile.common for simpler php4-mysql4 package.wiz2-11/+15
Closes PR 22936 by Michal Pasternak.