summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2004-10-22Update databases/mysql4* packages to 4.0.21 (latest stable productionxtraeme10-57/+77
release) and take maintainership. Functionality added or changed: # Print version_comment (from ./configure --comment during compilation) when starting the server. E.g.: Version: '4.0.21-debug' socket: '/tmp/mysql.sock' port: 0 Official MySQL Binary # Made the MySQL server not react to signals SIGHUP and SIGQUIT on Mac OS X 10.3. This is needed because under this OS, the MySQL server receives lots of these signals (reported as Bug #2030). # On Windows, the mysqld-nt and mysqld-max-nt servers now write error messages to the Windows event log in addition to the MySQL error log. Tons of bugfixes were fixed, more information: http://dev.mysql.com/doc/mysql/en/News-4.0.21.html
2004-10-21Add py-pgnotify package.darcy1-1/+2
2004-10-21Initial import of pg-notify version 0.1darcy4-0/+46
Python interface to PostgreSQL LISTEN/NOTIFY
2004-10-21Add sum for patch file needed when compiling with PGSQL_USE_HIER=YESjonb1-1/+3
2004-10-15Update linkage to libltdl (via guile{,14}), which is now its own package.tv1-2/+2
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
2004-10-15Update linkage to libltdl, now in its own package.tv7-16/+13
2004-10-14Correct PLIST.kristerw2-5/+8
Bump PKGREVISION.
2004-10-13drop dependence on nb1 of -client - it's not necessary after the updatejdolecek1-2/+2
to 7.4.5 pointed out by Greg Troxel in private e-mail
2004-10-11Add postgresql74-plperl (hi jaromir!).salo1-1/+2
2004-10-10add patches to make it possible to compile PL/Pythonjdolecek3-5/+29
2004-10-10want to describe PL/Python here, not PL/Perljdolecek1-4/+8
2004-10-10Update to JDBC driver included with PostgreSQL 7.3.7.jdolecek2-5/+5
Notable change in 7.3.5: * Remove ability to bind a list of values to a single parameter in JDBC (prevents possible SQL-injection attacks)
2004-10-10Update to PostgreSQL 7.3.7.jdolecek6-13/+13
Changes: * Prevent possible loss of committed transactions during crash Due to insufficient interlocking between transaction commit and checkpointing, it was possible for transactions committed just before the most recent checkpoint to be lost, in whole or in part, following a database crash and restart. This is a serious bug that has existed since PostgreSQL 7.1. * Remove asymmetrical word processing in tsearch (Teodor) * Properly schema-qualify function names when pg_dump'ing a CAST
2004-10-10Update the NetBSD dynloader wrapper code to use straigh dl*() calls on alljdolecek3-1/+124
archs. This fixes support for dynamic loading on mips and also improves error reporting. Fixes PR pkg/25473 by Byron Servies. PKGREVISION not bumped, will ride update to 7.3.7
2004-10-10Update the NetBSD dynloader wrapper code to use straigh dl*() calls on alljdolecek3-1/+124
archs. This fixes support for dynamic loading on mips, and adresses PR pkg/25473 by Byron Servies.
2004-10-10Update jdbc-postgresql74 to latest version 7.4.5.jdolecek2-5/+5
List of changes since 7.4.3 is not available beyond brief note for 7.4.4: * Updated JDBC driver (build 215) with various fixes
2004-10-10kill -O pax argument - it's not portable, and it's not needed herejdolecek1-2/+2
in first place fixes PR pkg/23829 by Michal Pasternak
2004-10-10suggest simplier way to enable PL/Python, using program createlangjdolecek1-6/+3
2004-10-10Add package for PostgreSQL 7.4.5 PL/Python. PL/Python procedural languagejdolecek5-1/+50
allows PostgreSQL functions to be written in Python language. Fixes PR pkg/23349 by Michal Pasternak.
2004-10-10Add patches necessary to build PL/Python, based on information providedjdolecek3-1/+30
in PR pkg/23349 by Michal Pasternak.
2004-10-10Import postgresql74-plperl. This is mostly for reference unfortunately.jdolecek4-0/+53
If perl is built with thread support, loading the language module would crash PostgreSQL on NetBSD - loading shared module linked against libpthread doesn't work if the main binary isn't linked against libpthread. For this reason, this package is currently marked as BROKEN, and only here to save packaging work for person who'd want to finish this.
2004-10-10Update PostgreSQL 7.4 packages to 7.4.5. Changes are mostly reliability fixes.jdolecek6-18/+18
Dump/restore is not necessary for 7.4.x users. Changes in 7.4.5: * Repair possible crash during concurrent btree index insertions This patch fixes a rare case in which concurrent insertions into a btree index could result in a server panic. No permanent damage would result, but it's still worth a re-release. The bug does not exist in pre-7.4 releases. Changes in 7.4.4: * Prevent possible loss of committed transactions during crash Due to insufficient interlocking between transaction commit and checkpointing, it was possible for transactions committed just before the most recent checkpoint to be lost, in whole or in part, following a database crash and restart. This is a serious bug that has existed since PostgreSQL 7.1. * Check HAVING restriction before evaluating result list of an aggregate plan * Avoid crash when session's current userID is deleted * Fix hashed crosstab for zero-rows case (Joe) * Force cache update after renaming a column in a foreign key * Pretty-print UNION queries correctly * Make psql handle \r\n newlines properly in COPY IN * pg_dump handled ACLs with grant options incorrectly * Fix thread support for OS X and Solaris * Updated JDBC driver (build 215) with various fixes * ECPG fixes * Translation updates (various contributors)
2004-10-09fix typo in documentation directory namejdolecek2-11/+11
2004-10-09Update to phpPgAdmin-3.4.1, based on patches submitted in PR pkg/26539jdolecek6-119/+307
by Sergio Jimenez. The full change list since 2.4 is not available, and even the changes in 3.x line are too numberous to list. See package file HISTORY for details. Highlights include much more complete support for various PostgreSQL features, full support for version up to and including 8.0 beta1, localization to many languages.
2004-10-08Updated dbh to 1.0.20martti3-9/+7
Changes unknown (ChangeLog ends to 1.0.10). This version is needed by the (not yet released) XFce 4.2
2004-10-06Provide a value 'yes' for USE_DB185. This lets p5-DB_File find theheinz1-2/+2
correct libraries to link with db3 and db4.
2004-10-05regen patchsumtsarna1-2/+2
2004-10-05Fix error in patchtsarna1-2/+2
2004-10-05Add a patch by me, also fed back:tsarna3-3/+57
Treat more informational messages as non-fatal, and add an extension to allow an application to capture them. Also bump revision.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv87-121/+174
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-10-02- Change to my NetBSD email addressadrianp1-3/+3
- Modify the COMMENT as it's been wrong for a long time now
2004-10-02Updated oraedit to 0.1.4. The only change was to update the scriptjdolecek2-5/+5
to work with newer Python (no more FCNTL module)
2004-10-02more brief and useful descriptionjdolecek1-13/+6
2004-10-02the old hosting is gone, binary is on new placejdolecek2-5/+6
2004-09-30s/replacemenet/replacement/, pointed out by Tomasz Marciniak.snj1-2/+2
Also, "particularily" is not a word.
2004-09-30PKGREVISION doesn't belong here; the individual Makefiles set it.tv1-2/+1
2004-09-29Updated checksummartti1-3/+3
2004-09-28Update php4 package to bug-fix release 4.3.9.jdolecek3-28/+1
Changes since 4.3.8: * fixes to GPC input processing * bundled GD extension synced with 2.0.28, re-introducing write support for GIF (patent expiration worldwide) * Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory exhaustion * Fixed strip_tags() to correctly handle '\0' characters. * Rewritten UNIX and Windows install help files. * Fixed a file-descriptor leak with phpinfo() and other 'special' URLs. * Fixed possible crash inside php_shutdown_config(). * Fixed isset crashes on arrays. * Fixed imagecreatefromstring() crashes with external GD library. * Fixed fgetcsv() parsing of strings ending with escaped enclosures. * Fixed overflow in array_slice(), array_splice(), substr(), substr_replace(), strspn(), strcspn(). * Fixed '\0' in Authenticate header passed via safe_mode. * Allow bundled GD to compile against freetype 2.1.2. All in all this release fixes over 50 bugs that have been discovered and resolved since the 4.3.8 release.
2004-09-27This version of openldap no longer builds against the old version of sasl,rh1-12/+5
so don't attempt to depend on it (always use cyrus-sasl2 for SASL support). OK'ed by jlam.
2004-09-24Work around some limitations in the NetBSD 1.6 pax.kristerw1-2/+4
2004-09-24Fix a C++ statement that gcc 2 cannot handle.kristerw2-1/+15
2004-09-23The mechanical PLIST changes were a bit too aggressive - restore someagc1-1/+7
files and symlinks mistakenly removed.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam27-328/+27
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-13Update to version 2.9004.cube2-5/+5
The list of changes is long, and can be found inside the archive in the ChangeLog file or online at the following URL: http://search.cpan.org/src/RUDY/DBD-mysql-2.9004/ChangeLog I'm committing this during the freeze because it's an update that I forgot when committing the rt3 package, and rt3 needs it.
2004-09-08PKGREVISION++salo3-2/+19
Point to correct location of VERSION file so we save the correct version into pkgconfig file. Addresses PR pkg/26875 by Ian Zagorskih.
2004-09-05Add py-postgresql.wiz1-1/+2
2004-09-05allow this to be installed regardless of whether the installed perlgrant1-5/+1
package includes DB_File.
2004-08-31Update to 0.15:jmmv8-415/+117
* Changes in the package: - Add a buildlink3.mk file to be used to add a direct dependency on this package. This file also creates a fake "update-mime-database" wrapper in the buildlink directory so that programs can't run it directly during its build. - Add the mimedb.mk file, which can be used by packages that install mimedb extensions (into share/mime/packages) to automatically rebuild the database at (de)installation time. - The mime database files (except those installed into share/mime/packages) must not be listed in the PLIST, so add some PRINT_PLIST_AWK magic to handle this automatically. * Mime Types Changes: - Added various aliases - Make text files inherit from text/plain - Added text/x-xmi - Added application/x-javascripta * Translations: - new translations: Danish (Ole Laursen), Greek (Nikos Charonitakis), Korean (Cha Young-Ho) - updated translations: Finnish (Ville Skyttä), German (Christian Neumair)
2004-08-30Recreate files for py-postgresql. PyGreSQL has been moved back out of thedarcy4-0/+62
PostgreSQL tree and I have released this version that is no longer tied to a specific version of PostgreSQL.
2004-08-29Add and enable phpldapadmin.recht1-3/+4
While at it fix some identations (replaced spaces by tab).