summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2006-07-17Makes this compile with NetBSD current's gcc (4.1.2) by reorderingseb18-1/+273
header inclusions. XXX There are tons of type warnings in this package.
2006-07-14Mark as BROKEN:wiz1-2/+2
Does not work with current libgda version, but its author (which is the same author as of libgda) did not release a new version yet.
2006-07-12Disable debugging by default.joerg2-1/+13
2006-07-12Add py-psycopg2.joerg1-1/+2
2006-07-12Import py-psycopg2-2.0.2, a rewritten version of psycopg:joerg5-0/+83
This is version 2, a complete rewrite of the original code to provide new-style classes for connection and cursor objects and other sweet candies. Like the original, psycopg 2 was written with the aim of being very small and fast, and stable as a rock.
2006-07-12py-gnome2 needs Python 2.4, so don't allow 2.3 here either.joerg1-2/+2
2006-07-12Fixed the path to the Perl interpreter in one file. Bumped PKGREVISION.rillig1-1/+4
2006-07-10Solaris fixes:sketch3-7/+32
- Pass appropriate flags to SunPro compiler to work with Solaris 9 and below for threading model used. - Pass one directory at a time to `install -d'.
2006-07-10Update to 0.18:wiz3-8/+9
shared-mime-info 0.18 (2006-07-03) * Mime-type Changes: - Add *.qtl to video/quicktime - Add *.wax to audio/x-ms-asx - Add *.mpga to audio/mpeg - Add audio/x-ms-wma (Windows Media Audio) - Add application/xspf+xml (XSPF playlist) - Add a lot of subclassing information - Fix the RSS mime-types - Fix *.asx files' mime-type - Avoid audio/x-ms-asx files being detected as HTML - Avoid application/pdf files being detected as Matlab documents - Clarify C, C++, C# and ObjC mime-types * New translations: - Danish
2006-07-09Tell about the gramps2 releases, suggested by Greg Troxel per PM.drochner1-0/+3
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam37-74/+74
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam37-37/+74
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-08Update "phpmyadmin" package to version 2.8.2.tron3-25/+8
Changes since version 2.8.0.4: - XSS vulnerability from requests not containing a token - Reenable XML option in Export - State in documentation that your browser must accept cookies - CVS link was broken on main page - Adding a user with password containing a backslash - Removing a default value - Setup script: compatibility with security tokens - Setup script: detection of writable config - Reading the database list with MySQL wildcards
2006-07-07Add an explicit run-time dependency on perl because these packagesjlam1-1/+3
install perl scripts. Bump the PKGREVISION for the dependency change.
2006-07-07Reorder sections to more closely follow pkgsrc Makefile guidelines.jlam1-5/+5
2006-07-07Make this package PKGMANDIR-aware.jlam1-3/+3
2006-07-07Set USE_JAVA=run because this package needs JRE only.minskim2-2/+4
2006-07-07Set USE_JAVA=run because this package downloads a .jar file.minskim1-1/+2
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam5-16/+10
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-07-04The ldapi:// socket file lives in ${OPENLDAP_VARDIR}/run, so that directoryghen1-2/+3
should be world-accessible. Bump PKGREVISION.
2006-06-30Fix path in patch.joerg2-5/+5
2006-06-26Add link options to avoid "Undefined symbols" on Darwin.minskim2-5/+27
2006-06-26The package works for me, so remove the BROKEN_IN.rillig1-3/+1
2006-06-26Added patch-ae, which fixes the java-db3 build with jdk-1.5.rillig2-1/+21
2006-06-24Needs GNU make.joerg1-1/+3
2006-06-20Force a dependency on the PostgreSQL server. Add DragonFly support.joerg3-2/+21
Bump revision.
2006-06-19Update mysql4-client and mysql4-server to version 4.1.20.seb7-10/+180
Most notably this version includes fixes for http://secunia.com/advisories/20365/ and http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2006-0903 The fix for the latter was provided in PR pkg/33616 by Cedric Devillers, cedric dot devillers at script dottt univ-paris7 dot fr, and is not part of the upstream version 4.1.20. * Changes since last packaged version (4.1.19) (see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-20.html for me details): This is a security fix release for the previous production release family. This release includes the security fix described later in this section and a few other changes to resolve build problems, relative to the last official MySQL release (4.1.19). Bugs fixed: - Security fix: An SQL-injection security hole has been found in multi-byte encoding processing. The bug was in the server, incorrectly parsing the string escaped with the mysql_real_escape_string() C API function. (CVE-2006-2753, Bug#8378) This vulnerability was discovered and reported by Josh Berkus <josh@postgresql.org> and Tom Lane <tgl@sss.pgh.pa.us> as part of the inter-project security collaboration of the OSDB consortium. - The patch for Bug#8303 broke the fix for Bug#8378 and was undone. (In string literals with an escape character (\) followed by a multi-byte character that has a second byte of (\), the literal was not interpreted correctly. The next byte now is escaped, not the entire multi-byte character. This means it a strict reverse of the mysql_real_escape_string() function.) - The client libraries had not been compiled for position-indpendent code on Solaris-SPARC and AMD x86_64 platforms. (Bug#13159, Bug#14202, Bug#18091) - Running myisampack followed by myisamchk with the --unpack option would corrupt the auto_increment key. (Bug#12633)
2006-06-18Fixed the paths to the Perl interpreter, which is needed for bulk buildsrillig1-1/+4
with CHECK_INTERPRETER=yes. Bumped PKGREVISION.
2006-06-16Fixed pkglint warnings.rillig8-45/+49
2006-06-16BUILD_DEFS+= APACHE_USER. Bumped PKGREVISION. Sorted PLIST.rillig2-49/+47
2006-06-16Fixed pkglint notes.rillig1-10/+10
2006-06-16Fixed pkglint warnings.rillig1-2/+2
2006-06-16Fixed pkglint warnings.rillig2-4/+6
2006-06-16Fixed a typo (CONFLICTS).rillig1-2/+2
2006-06-16Fixed pkglint warnings, including some copy&paste errors.rillig2-15/+15
2006-06-15Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as perjlam1-3/+3
the pkglint warning: As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name should indicate plural. This does make the variables a bit more suggestive of the fact that they hold lists of values.
2006-06-15Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.jlam3-7/+11
This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE.
2006-06-11Update to 4.81adrianp2-7/+7
Fixed variable ref errors in adodb-ado5.inc.php in _query(). Mysqli setcharset fix using method_exists(). The adodb-perf.inc.php CreateLogTable() code now works for user-defined table names. Error in ibase_blob_open() fixed. See http://phplens.com/lens/lensforum/msgs.php?id=14997 Active Record ============ Now we only update fields that have changed, using $this->_original. We do not include auto_increment fields in replace(). Thx Travis Cline Added ADODB_ACTIVE_CACHESECS.
2006-06-11Update package to 3.8.1.darcy3-10/+30
Mostly bug fixes from 3.8. - Use string methods instead of deprecated string functions. - Only use SQL-standard way of escaping quotes. - Added the functions escape_string() and escape/unescape_bytea() (as suggested by Charlie Dyson and Kavous Bojnourdi a long time ago). - Reverted code in clear() method that set date to current. - Added code for backwards compatibility in OID munging code. - Reorder attnames tests so that "interval" is checked for before "int." - If caller supplies key dictionary, make sure that all has a namespace.
2006-06-08Removed the leading "@" from a shell command line to fix pkglint warnings.rillig1-3/+3
2006-06-08"make test" only makes sense for openldap-server with bdb/hdb enabled.ghen2-3/+3
2006-06-08Needs Python 2.2+joerg1-1/+3
2006-06-08Needs msgfmt.joerg1-2/+2
2006-06-08Needs msgfmt.joerg1-2/+2
2006-06-07py-postgressql dependency needs Python 2.2+joerg1-1/+2
2006-06-07Upgrade the openldap packages to 2.3.24, the new "stable" release.ghen4-11/+11
Changes since 2.3.23: * Fixed slapd syncrepl timestamp bug (delta-sync/cascade) (ITS#4567) * Fixed slapd-bdb/hdb non-root users adding suffix/root entries (ITS#4552) * Re-fixed slapd-ldap improper free bug in exop (ITS#4550) * Fixed slapd-ldif assert bug (ITS#4568) * Fixed slapo-syncprov crash under glued database (ITS#4562) Note that since the clients and libraries didn't change, openldap-server still depends on openldap-client>=2.3.23 (to ease updates of client applications).
2006-06-07pgaccess was removed yesterday.joerg1-2/+1
2006-06-07Needs Python 2.2+joerg1-1/+2
2006-06-07Fix build on Darwin/MacOSXadam2-2/+8
2006-06-06Added Darwin to the list of OSes which shouldn't try to build MySQL usingjklos1-2/+2
i386 assembler.