Disk based hashes is a method to create multidimensional binary trees on
disk. This library permits the extension of database concepts to a
plethora of electronic data, such as graphic information.
WWW: http://dbh.sourceforge.net/
Two bugs were discovered that lead to a buffer overflow in PostgreSQL
in the abstract data type (ADT) to ASCII conversion functions.
It is believed that, under the right circumstances, an attacker may use
this vulnerability to execute arbitrary instructions on the PostgreSQL
server.
ok Brandon Palmer (maintainer)
python-ldap provides an object-oriented API to access LDAP
directory servers from Python programs. Mainly it wraps the
OpenLDAP 2.x libs for that purpose.
Additionally the package contains modules for other LDAP-related
stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 sub-schema, etc.).
Not included: Direct BER support
WWW: http://python-ldap.sourceforge.net/
from Marc Balmer <marc@msys.ch>
breaking build or packaging otherwise
- the gtk+2 problem is of unknown nature for now
- hylafax and MyCC break due to systrace translating "" to the current
directory in 'test -d ""' and thus succeeding the test instead of failing;
this is a problem when testing if some variable holds an existing directory
name and that variable is empty
ok naddy@
* When no servers have been registered, automatically open the
"Register Server" dialog on startup.
* Fixed a minor bug which didn't automatically set the correct
default values for some features introduced in the prevous version
when registering a new server.
* Added an "Unlimited" option for the Automatic SELECT Limit option.
* Enabled plugin support.
* Fixed a bug compiling MySQLCC with Qt < 3.1.0.
* Fixed a bug which automatically used the default unix socket when
"localhost" was defined as the servers hostname. It now uses the
unix socket if the hostname is "localhost" and the port is 3306.
as a result this no longer uses it's own tmpnam(3) but libc one
this also broke in a spectacular way when the strcpy/strcat/sprinf
userland warnings were used
From Chris Kuethe <ckuethe@ualberta.ca> with fixes from me
--
The DBD::CSV module is yet another driver for the DBI (Database
independent interface for Perl). This one is based on the SQL
"engine" SQL::Statement and the abstract DBI driver DBD::File and
implements access to so-called CSV files (Comma separated values).
Such files are mostly used for exporting MS Access and MS Excel
data.
the database PostgreSQL (previously Postgres95). This has been done by using
the Perl5 application programming interface for C extensions which calls the
Postgres programmer's interface LIBPQ.
ok naddy@, and lebel@ some time ago.
link mysql, and are not actually supposed to be installed anywhere,
especially not some random location outside of fake...
discussed w/ naddy, ok by maintainer brad
The license says:
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written agreement
is hereby granted, provided that the above copyright notice and this
paragraph and the following two paragraphs appear in all copies.
noticed by markus@
- don't change SYSCONFDIR, use CONFDIR/SUBST_VARS instead and if neccessary
use "CONFIGURE_STYLE=gnu old" and explicitly set --sysconfdir=${CONFDIR}
a few more to come...
this file is part of the test suite which shouldn't be installing
things anyway, so stub out the install targets so none of these
files get back into PLIST in the future
unbreak and bump pkgname to freetds-0.60p1
STABILITY FIX:
Fixed double free'd pointer bug in mysql_change_user() handling, that
enabled a specially hacked version of MySQL client to crash mysqld.
Note, that one needs to login to the server by using a valid user
account to be able to exploit this bug.