summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2004-10-29Remove dead patch file.tron1-13/+0
2004-10-29Add missing deinstallation script.tron1-0/+16
2004-10-29Include makefile fragments from "../../databases/mysql-client" andtron1-3/+3
not ""../../databases/mysql4-client" because the later is a newer version.
2004-10-29use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk,jdolecek10-20/+20
so that we'd not force dependance on specific MySQL version, and instead pick the currently installed mysql*-client (or install the default if there is no mysql-client package installed yet) this makes package buildable with arbitrary MySQL version, such as 3.23.x, 4.0.x or 4.1.x
2004-10-28Fix BUILDLINK_PKGSRCDIR.xtraeme1-2/+2
2004-10-28Use subst.mk instead of using sed(1)/mv(1)/rm(1).xtraeme2-30/+24
2004-10-28s/mysql/mysql3/ for Makefile.common and buildlink3.mk files.xtraeme2-5/+5
2004-10-28+ mysql3-{client,server}xtraeme1-1/+3
2004-10-28Update mysql4-{client,server} to 4.1.7 (latest production release).xtraeme14-111/+928
MySQL version 4.1 offers dozens of important product enhancements and new features, including support for: * Subqueries and derived tables -- allowing users to search complex data sets with greater ease and efficiency; * A significantly faster and more flexible client-server protocol with support for prepared statements, providing optimized query execution and improved warning information; * New GUI installer and configuration wizards for Linux and Windows, making it easier for developers to set up and optimize their MySQL databases; * Encrypted client-server communication using OpenSSL (GPL), greatly increasing security against malicious intrusion and unauthorized access. * A more highly-optimized MySQL server library with a smaller memory footprint that performs significantly faster when embedded in third-party software. * Extensive Unicode support through the utf8 and ucs2 international character sets for applications that require the use of local languages; * Industry-standard GIS spatial types for storing and managing geographic data; * Improved full text search and Help features.
2004-10-28Update mysql-{client,server} to 4.0.21 (previously mysql4-*).xtraeme25-162/+469
2004-10-28Import mysql-server-3.23.58 into databases/mysql3-server.xtraeme13-0/+436
2004-10-28Import mysql-client-3.23.58 into databases/mysql3-client.xtraeme7-0/+220
2004-10-27gnome-mime-data uses intltool, so include it's bl3.mk.recht1-1/+2
Fixes the build on OS X.
2004-10-26Update to 2.4.2: list of changes unknown, but only minor fixes can be expected.jmmv4-18/+29
2004-10-25Update all postgresql73 packages to 7.3.8. This fixes following two issues:jdolecek5-12/+12
* A vulnerability exists due to the insecure creation of temporary files, which could possibly let a malicious user overwrite arbitrary files * Repair possible failure to update hint bits on disk Under rare circumstances this oversight could lead to "could not access transaction status" failures, which qualifies it as a potential-data-loss bug.
2004-10-25Update all postgresql74 packages to 7.4.6. This fixes following two issues:jdolecek5-15/+13
* A vulnerability exists due to the insecure creation of temporary files, which could possibly let a malicious user overwrite arbitrary files * Repair possible failure to update hint bits on disk Under rare circumstances this oversight could lead to "could not access transaction status" failures, which qualifies it as a potential-data-loss bug.
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