Your message dated Sat, 08 Mar 2008 11:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#467437: fixed in dspam 3.6.8-7
has caused the Debian Bug report #467437,
regarding libdspam7-drv-mysql: regression in fix for #448519: connect fails if
different password defined in /root/.my.cnf
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
467437: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467437
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libdspam7-drv-mysql
Version: 3.6.8-5etch1
Severity: normal
Tags: patch
Hi,
the fix for bug #448519 in /etc/cron.daily/libdspam7-drv-mysql
introduces a new problem: If there is another password defined in
/etc/.my.cnf, it takes precedence over the one in
/etc/dspam/dspam.d/mysql.conf.
A fix for the problem is attached - the solution is to use
--defaults-file instead of --defaults-extra-file in the invocation of
mysql.
Cheers, Til
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages libdspam7-drv-mysql depends on:
ii dbconfig-common 1.8.29+etch1 common framework for packaging dat
ii debconf [debconf-2.0] 1.5.11etch1 Debian configuration management sy
ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii libdspam7 3.6.8-5etch1 DSPAM is a scalable and statistica
ii libldap2 2.1.30-13.3 OpenLDAP libraries
ii libmysqlclient15off 5.0.32-7etch5 mysql database client library
ii mysql-client 5.0.32-7etch5 mysql database client (meta packag
ii mysql-client-5.0 [mysq 5.0.32-7etch5 mysql database client binaries
ii ucf 2.0020 Update Configuration File: preserv
ii zlib1g 1:1.2.3-13 compression library - runtime
Versions of packages libdspam7-drv-mysql recommends:
ii mysql-server 5.0.32-7etch5 mysql database server (meta packag
ii mysql-server-5.0 [mysql-se 5.0.32-7etch5 mysql database server binaries
-- debconf information excluded
--- libdspam7-drv-mysql.orig 2008-02-25 13:29:09.000000000 +0100
+++ libdspam7-drv-mysql 2008-02-25 13:25:41.000000000 +0100
@@ -23,14 +23,14 @@
# If host is empty or starting with a / assume it's localhost.
if [ -z "$MYSQL_HOST" ] || \
[ ` echo "${MYSQL_HOST}" | cut -c1 ` = "/" ]; then
- /usr/bin/mysql --defaults-extra-file=$MYSQLCONF_PASSWD \
+ /usr/bin/mysql --defaults-file=$MYSQLCONF_PASSWD \
--user=$MYSQL_USER $MYSQL_DB < $PURGE
else
if echo "$MYSQL_HOST" | grep "^/" > /dev/null 2>&1 ; then
# Assume it is a socket:
- /usr/bin/mysql --defaults-extra-file=$MYSQLCONF_PASSWD
--socket=$MYSQL_HOST --user=$MYSQL_USER < $PURGE
+ /usr/bin/mysql --defaults-file=$MYSQLCONF_PASSWD
--socket=$MYSQL_HOST --user=$MYSQL_USER < $PURGE
else
- /usr/bin/mysql --defaults-extra-file=$MYSQLCONF_PASSWD
--host=$MYSQL_HOST --user=$MYSQL_USER < $PURGE
+ /usr/bin/mysql --defaults-file=$MYSQLCONF_PASSWD
--host=$MYSQL_HOST --user=$MYSQL_USER < $PURGE
fi
fi
--- End Message ---
--- Begin Message ---
Source: dspam
Source-Version: 3.6.8-7
We believe that the bug you reported is fixed in the latest version of
dspam, which is due to be installed in the Debian FTP archive:
dspam-doc_3.6.8-7_all.deb
to pool/main/d/dspam/dspam-doc_3.6.8-7_all.deb
dspam-webfrontend_3.6.8-7_all.deb
to pool/main/d/dspam/dspam-webfrontend_3.6.8-7_all.deb
dspam_3.6.8-7.diff.gz
to pool/main/d/dspam/dspam_3.6.8-7.diff.gz
dspam_3.6.8-7.dsc
to pool/main/d/dspam/dspam_3.6.8-7.dsc
dspam_3.6.8-7_i386.deb
to pool/main/d/dspam/dspam_3.6.8-7_i386.deb
libdspam7-dev_3.6.8-7_i386.deb
to pool/main/d/dspam/libdspam7-dev_3.6.8-7_i386.deb
libdspam7-drv-db4_3.6.8-7_i386.deb
to pool/main/d/dspam/libdspam7-drv-db4_3.6.8-7_i386.deb
libdspam7-drv-mysql_3.6.8-7_i386.deb
to pool/main/d/dspam/libdspam7-drv-mysql_3.6.8-7_i386.deb
libdspam7-drv-pgsql_3.6.8-7_i386.deb
to pool/main/d/dspam/libdspam7-drv-pgsql_3.6.8-7_i386.deb
libdspam7-drv-sqlite3_3.6.8-7_i386.deb
to pool/main/d/dspam/libdspam7-drv-sqlite3_3.6.8-7_i386.deb
libdspam7_3.6.8-7_i386.deb
to pool/main/d/dspam/libdspam7_3.6.8-7_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Debian DSPAM Maintainers <[EMAIL PROTECTED]> (supplier of updated dspam package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 28 Feb 2008 15:47:08 -0500
Source: dspam
Binary: dspam dspam-webfrontend libdspam7 libdspam7-dev libdspam7-drv-pgsql
libdspam7-drv-mysql libdspam7-drv-db4 libdspam7-drv-sqlite3 dspam-doc
Architecture: source i386 all
Version: 3.6.8-7
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Debian DSPAM Maintainers <[EMAIL PROTECTED]>
Description:
dspam - is a scalable, fast and statistical anti-spam filter
dspam-doc - Documentation for dspam
dspam-webfrontend - DSPAM is a scalable and statistical anti-spam filter
libdspam7 - DSPAM is a scalable and statistical anti-spam filter
libdspam7-dev - DSPAM is a scalable and statistical anti-spam filter
libdspam7-drv-db4 - DSPAM is a scalable and statistical anti-spam filter
libdspam7-drv-mysql - DSPAM is a scalable and statistical anti-spam filter
libdspam7-drv-pgsql - DSPAM is a scalable and statistical anti-spam filter
libdspam7-drv-sqlite3 - DSPAM is a scalable and statistical anti-spam filter
Closes: 463362 467437
Changes:
dspam (3.6.8-7) unstable; urgency=low
.
[Kurt B. Kaiser]
* Add policy-compliant copyright notice in debian/copyright
* Cleanup manpages: remove 'n3' typos; fix unescaped minus signs.
* Remove obsolete Suggests: from dspam-webfrontend, make it Priority: extra.
* ldap_init result was implicitly converted to pointer. (Closes: #463362)
* libdspam7-drv-mysql: cron should use defaults-file. (Closes: #467437)
Files:
8fad0fde1796600b47c039badf4f8590 1127 mail optional dspam_3.6.8-7.dsc
24fcdf5562129aef0274323cbb0f50ff 56965 mail optional dspam_3.6.8-7.diff.gz
98e690c85edd615b38835aa304f9800c 316778 mail optional dspam_3.6.8-7_i386.deb
556c2c48f57c7e03e16ddd9fe716dbe3 109890 libs optional
libdspam7_3.6.8-7_i386.deb
d7f5f872f09c57702a7b47bfd0292acd 123430 libdevel optional
libdspam7-dev_3.6.8-7_i386.deb
28d67a5d16240654081d47e6a3c33d85 104018 mail optional
libdspam7-drv-pgsql_3.6.8-7_i386.deb
e650c5e4044872326311ea22989f537e 96826 mail optional
libdspam7-drv-mysql_3.6.8-7_i386.deb
479cbb3101b95678c9407ea83c502c04 71726 mail optional
libdspam7-drv-db4_3.6.8-7_i386.deb
112619267f0893b6e1d680705eb3e2f9 85280 mail optional
libdspam7-drv-sqlite3_3.6.8-7_i386.deb
6562010c10020772eaa86abfaaac634c 108732 mail extra
dspam-webfrontend_3.6.8-7_all.deb
f0d2dd5d02fa8df89438db85988f987c 94316 doc optional dspam-doc_3.6.8-7_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH0m7X2n1ROIkXqbARAt5OAJ9Je93lNI7cSKDDQi26J2LigjSePQCaAo5b
if+Ht/xWgFzAFNqByCmzvzM=
=4tV5
-----END PGP SIGNATURE-----
--- End Message ---