Your message dated Thu, 15 Feb 2007 04:02:06 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#409750: fixed in mysql-dfsg-5.0 5.0.32-4 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: mysql-common Version: 5.0.32-3 Severity: normal During upgrade from 5.0.30-3 to 5.0.32-3 I got the following message: Configuration file `/etc/mysql/my.cnf' ==> Modified (by you or by a script) since installation. ==> Package distributor has shipped an updated version. What would you like to do about it ? Your options are: Y or I : install the package maintainer's version N or O : keep your currently-installed version D : show the differences between the versions Z : background this process to examine the situation The default action is to keep your current version. *** my.cnf (Y/I/N/O/D/Z) [default=N] ? I never modified this file. The diff looks like this: --- /etc/mysql/my.cnf.dpkg-old 2006-11-28 19:18:52.000000000 +0100 +++ /etc/mysql/my.cnf 2007-01-27 13:32:34.000000000 +0100 @@ -29,7 +29,7 @@ nice = 0 [mysqld] -old_passwords = false # inserted by debconf +old_passwords = false # Activate the above for connections from hosts running Debian Woody/Sarge! # # Prior to MySQL 5.0, user passwords were stored in a rather weak way. This @@ -90,8 +90,7 @@ # # * BerkeleyDB # -# According to an MySQL employee the use of BerkeleyDB is now discouraged -# and support for it will probably cease in the next versions. +# Using BerkeleyDB is now discouraged as its support will cease in 5.1.12. skip-bdb # # * InnoDB @@ -130,8 +129,8 @@ # # See /usr/share/doc/mysql-server-*/README.Debian for more information. # -# The following configuration is read by the ndbd storage daemons, -# not from the ndb_mgmd management daemon. +# The following configuration is read by the NDB Data Nodes (ndbd processes) +# not from the NDB Management Nodes (ndb_mgmd processes). # # [MYSQL_CLUSTER] # ndb-connectstring=127.0.0.1 -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
--- End Message ---
--- Begin Message ---Source: mysql-dfsg-5.0 Source-Version: 5.0.32-4 We believe that the bug you reported is fixed in the latest version of mysql-dfsg-5.0, which is due to be installed in the Debian FTP archive: libmysqlclient15-dev_5.0.32-4_amd64.deb to pool/main/m/mysql-dfsg-5.0/libmysqlclient15-dev_5.0.32-4_amd64.deb libmysqlclient15off_5.0.32-4_amd64.deb to pool/main/m/mysql-dfsg-5.0/libmysqlclient15off_5.0.32-4_amd64.deb mysql-client-5.0_5.0.32-4_amd64.deb to pool/main/m/mysql-dfsg-5.0/mysql-client-5.0_5.0.32-4_amd64.deb mysql-client_5.0.32-4_all.deb to pool/main/m/mysql-dfsg-5.0/mysql-client_5.0.32-4_all.deb mysql-common_5.0.32-4_all.deb to pool/main/m/mysql-dfsg-5.0/mysql-common_5.0.32-4_all.deb mysql-dfsg-5.0_5.0.32-4.diff.gz to pool/main/m/mysql-dfsg-5.0/mysql-dfsg-5.0_5.0.32-4.diff.gz mysql-dfsg-5.0_5.0.32-4.dsc to pool/main/m/mysql-dfsg-5.0/mysql-dfsg-5.0_5.0.32-4.dsc mysql-server-4.1_5.0.32-4_amd64.deb to pool/main/m/mysql-dfsg-5.0/mysql-server-4.1_5.0.32-4_amd64.deb mysql-server-5.0_5.0.32-4_amd64.deb to pool/main/m/mysql-dfsg-5.0/mysql-server-5.0_5.0.32-4_amd64.deb mysql-server_5.0.32-4_all.deb to pool/main/m/mysql-dfsg-5.0/mysql-server_5.0.32-4_all.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. Christian Hammers <[EMAIL PROTECTED]> (supplier of updated mysql-dfsg-5.0 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: Wed, 31 Jan 2007 01:14:09 +0100 Source: mysql-dfsg-5.0 Binary: libmysqlclient15-dev mysql-client mysql-client-5.0 mysql-server mysql-server-4.1 mysql-server-5.0 mysql-common libmysqlclient15off Architecture: source all amd64 Version: 5.0.32-4 Distribution: unstable Urgency: high Maintainer: Christian Hammers <[EMAIL PROTECTED]> Changed-By: Christian Hammers <[EMAIL PROTECTED]> Description: libmysqlclient15-dev - mysql database development files libmysqlclient15off - mysql database client library mysql-client - mysql database client (meta package depending on the latest versi mysql-client-5.0 - mysql database client binaries mysql-common - mysql database common files (e.g. /etc/mysql/my.cnf) mysql-server - mysql database server (meta package depending on the latest versi mysql-server-4.1 - mysql database server (transitional package) mysql-server-5.0 - mysql database server binaries Closes: 409750 Changes: mysql-dfsg-5.0 (5.0.32-4) unstable; urgency=high . [Christian Hammers] * Changed minimum required version in dh_makeshlibs to 5.0.27-1 as 5.0.26 had an ABI breakage in it! This is the cause for Perl programs crashing with the following error: "Transactions not supported by database at /usr/lib/perl5/DBI.pm line 672" * The old_passwords setting that is set according to a Debconf question is now written to /etc/mysql/conf.d/old_passwords.cnf instead directly to the conffile /etc/mysql/my.cnf which would be fobidden by policy (thanks to Robert Bihlmeyer). Closes: #409750 * Added some more comments to the default my.cnf. [Monty Taylor] * Added bison to build dependencies. * Added a "start-initial" option to the Data Node init script to support initial node starts. * Changed NDB Data and Management node startup seqence. Prevented both from restarting on upgrade to address rolling upgrade issues. * Updated build-depends to depend on automake1.9 instead of automake1.8 to match what upstream uses. Files: 2492aa39b6dd0efcf5734b711e1085c0 1115 misc optional mysql-dfsg-5.0_5.0.32-4.dsc f2e5d838a3d0c3a764e5b9d6134f8dc5 145421 misc optional mysql-dfsg-5.0_5.0.32-4.diff.gz fda646b14c4c830f36142f2bcc045dcf 52278 misc optional mysql-common_5.0.32-4_all.deb 51c2248f0fb609e535323cc422bac266 45970 misc optional mysql-server_5.0.32-4_all.deb 7e7018adaf5c5377b2334a14ec0bd420 43894 misc optional mysql-client_5.0.32-4_all.deb 0a12b6546bf987135c17b9c64209d7a0 1828196 libs optional libmysqlclient15off_5.0.32-4_amd64.deb 3e3b1fdac478d2ece24ff6faaa89499e 7367292 libdevel optional libmysqlclient15-dev_5.0.32-4_amd64.deb 9521ac85ef091c665371e8c35f67d65e 7542206 misc optional mysql-client-5.0_5.0.32-4_amd64.deb e8f94e3e61d4bcceefb21753a218d913 25873538 misc optional mysql-server-5.0_5.0.32-4_amd64.deb 73e66d96a12c16cc41ee2965257ef82f 45994 oldlibs extra mysql-server-4.1_5.0.32-4_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iEYEARECAAYFAkXT1yUACgkQkR9K5oahGOYElgCeMfuomOd1RfOP232IvZU0K8ms Oa4AnArO/AWZ2HkpWoKvwrMRcbIvq+hO =0cEV -----END PGP SIGNATURE-----
--- End Message ---

