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...