summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
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.
2006-06-06Remove PostgreSQL 7.3 and pgaccess.joerg68-2925/+0
2006-06-06Unhook PostgreSQL 7.3 for removal.joerg1-11/+1
2006-06-06Needs Python 2.2+joerg1-1/+2
2006-06-06Uses C++.joerg1-1/+2
2006-06-05USE_LANGUAGES+=c++minskim1-1/+2
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg11-22/+22
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-03Update "mysql5-client" and "mysql5-server" packages to version 5.0.22.tron3-10/+10
This upgrade fixes the SQL injection vulnerability reported in SA20365.
2006-06-03Add p5-DB_File-Lock, version 0.05:gavan5-1/+29
This module provides a wrapper for the DB_File module, adding locking. When you need locking, simply use this module in place of DB_File and add an extra argument onto the tie command specifying if the file should be locked for reading or writing.
2006-06-02Dependency (mxDateTime) doesn't exist for Python 2.0.joerg2-2/+4
2006-06-02Include options.mk in -client and -server, but not the commonjoerg3-5/+7
Makefile.
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg23-58/+66
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-06-02Add OpenLDAP subpackages. No cooky for ghen.joerg1-1/+4
2006-06-02Added slony1 version 1.1.5adam1-1/+2
2006-06-02Slony-I is a "master to multiple slaves" replication system with cascadingadam4-0/+57
and failover. The big picture for the development of Slony-I is a master-slave system that includes all features and capabilities needed to replicate large databases to a reasonably limited number of slave systems. Slony-I is a system for data centers and backup sites, where the normal mode of operation is that all nodes are available
2006-05-31The databases/openldap package has been split in -client and -server componentghen4-14/+15
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
2006-05-31Import databases/openldap-doc. This package contains the OpenLDAP Admin guideghen3-0/+61
(in HTML).
2006-05-31Import databases/openldap-server, formerly a part of databases/openldap butghen5-0/+213
now split off. This package contains only the slapd and slurpd servers. Please note that both slapd and slurpd now run unprivileged by default (as slapd:ldap and slurpd:ldap, respectively). An upgrade scenaria is described in MESSAGE. This change addresses PR pkg/31959.
2006-05-31Import databases/openldap-client, formerly a part of databases/openldap but nowghen5-0/+326
split off. This package contains only the client tools and libraries, and the manpages. LDAP-based applications should depend on this package, not databases/openldap (anymore).
2006-05-31Split the databases/openldap package in -client and -server component packagesghen8-500/+141
(and add a -doc component), which I'll import in a minute. This package is now nothing but a meta-package, depending on those three. Take over MAINTAINERship (ok with joerg). Add an inet6 option to -client and -server (PR pkg/33524). Bump PKGREVISION.
2006-05-31Load the files bsd.prefs.mk and compiler.mk only once.rillig1-8/+7