Your message dated Tue, 30 Nov 2010 17:50:39 +0000
with message-id <e1pnulf-0006or...@franck.debian.org>
and subject line Bug#595120: fixed in mysql-5.1 5.1.49-3
has caused the Debian Bug report #595120,
regarding dependency loop
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 ow...@bugs.debian.org
immediately.)
--
595120: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595120
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mysql-server-5.1
Version: 5.1.49-1
Severity: grave
Justification: prevents installation of debian squeeze
there is dependency loop between mysql-server-5.1 package and
pdns-server package:
from message http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594805#35:
pdns provides $named and wants to start after mysql, while mysql wants
to start after $named. This leads to this dependency loop: mysql ->
$named -> pdns -> mysql -> $named.
the loop makes installation of pdns-server after mysql-server-5.1
impossible and after that installation of many other packages fail too.
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594805#30 on how to
reproduce the problem.
i don't know how the init info system has been designed, but requiring
that mysql server must be started after named has been started makes no
sense, because existence of named on a host does not mean that mysql
server would use it.
in my opinion an entry should be included on init info Should-Start line
only a service only if the service would fail to start unless the other
service is already running. this is not the case with mysqld, which
starts ok even when a name server deamon is not running.
so could you please drop $named from mysql init script Should lines.
i already tried to get mysql dropped from pdns Should lines, but failed
(debian bug 594805).
-- juha
--- End Message ---
--- Begin Message ---
Source: mysql-5.1
Source-Version: 5.1.49-3
We believe that the bug you reported is fixed in the latest version of
mysql-5.1, which is due to be installed in the Debian FTP archive:
libmysqlclient-dev_5.1.49-3_amd64.deb
to main/m/mysql-5.1/libmysqlclient-dev_5.1.49-3_amd64.deb
libmysqlclient16_5.1.49-3_amd64.deb
to main/m/mysql-5.1/libmysqlclient16_5.1.49-3_amd64.deb
libmysqld-dev_5.1.49-3_amd64.deb
to main/m/mysql-5.1/libmysqld-dev_5.1.49-3_amd64.deb
libmysqld-pic_5.1.49-3_amd64.deb
to main/m/mysql-5.1/libmysqld-pic_5.1.49-3_amd64.deb
mysql-5.1_5.1.49-3.diff.gz
to main/m/mysql-5.1/mysql-5.1_5.1.49-3.diff.gz
mysql-5.1_5.1.49-3.dsc
to main/m/mysql-5.1/mysql-5.1_5.1.49-3.dsc
mysql-client-5.1_5.1.49-3_amd64.deb
to main/m/mysql-5.1/mysql-client-5.1_5.1.49-3_amd64.deb
mysql-client_5.1.49-3_all.deb
to main/m/mysql-5.1/mysql-client_5.1.49-3_all.deb
mysql-common_5.1.49-3_all.deb
to main/m/mysql-5.1/mysql-common_5.1.49-3_all.deb
mysql-server-5.1_5.1.49-3_amd64.deb
to main/m/mysql-5.1/mysql-server-5.1_5.1.49-3_amd64.deb
mysql-server-core-5.1_5.1.49-3_amd64.deb
to main/m/mysql-5.1/mysql-server-core-5.1_5.1.49-3_amd64.deb
mysql-server_5.1.49-3_all.deb
to main/m/mysql-5.1/mysql-server_5.1.49-3_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 595...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Norbert Tretkowski <norb...@tretkowski.de> (supplier of updated mysql-5.1
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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 30 Nov 2010 09:20:33 +0100
Source: mysql-5.1
Binary: libmysqlclient16 libmysqld-pic libmysqld-dev libmysqlclient-dev
mysql-common mysql-client-5.1 mysql-server-core-5.1 mysql-server-5.1
mysql-server mysql-client
Architecture: source all amd64
Version: 5.1.49-3
Distribution: unstable
Urgency: high
Maintainer: Debian MySQL Maintainers <pkg-mysql-ma...@lists.alioth.debian.org>
Changed-By: Norbert Tretkowski <norb...@tretkowski.de>
Description:
libmysqlclient-dev - MySQL database development files
libmysqlclient16 - MySQL database client library
libmysqld-dev - MySQL embedded database development files
libmysqld-pic - MySQL database development files
mysql-client - MySQL database client (metapackage depending on the latest
versio
mysql-client-5.1 - MySQL database client binaries
mysql-common - MySQL database common files, e.g. /etc/mysql/my.cnf
mysql-server - MySQL database server (metapackage depending on the latest
versio
mysql-server-5.1 - MySQL database server binaries and system database setup
mysql-server-core-5.1 - MySQL database server binaries
Closes: 595120 599937 601152
Changes:
mysql-5.1 (5.1.49-3) unstable; urgency=high
.
* SECURITY UPDATE: denial of service via incorrect propagation of type
errors.
- debian/patches/61_CVE-2010-3833.dpatch: properly check for execution
errors in sql/item_func.cc. Add tests to mysql-test/*.
- CVE-2010-3833
* SECURITY UPDATE: denial of service via derived table materializing.
- debian/patches/61_CVE-2010-3834.dpatch: handle temporary tables in
sql/field.cc, sql/sql_select.*. Add tests to mysql-test/*.
- CVE-2010-3834
* SECURITY UPDATE: denial of service via user-variable assignment
expression.
- debian/patches/61_CVE-2010-3835.dpatch: fix logic in sql/item_func.*,
Add tests to mysql-test/*.
- CVE-2010-3835
* SECURITY UPDATE: denial of service via pre-evaluation of LIKE
predicates during view preparation.
- debian/patches/61_CVE-2010-3836.dpatch: make sure we're not in view
preparation mode in sql/item_cmpfunc.cc. Add tests to mysql-test/*.
- CVE-2010-3836
* SECURITY UPDATE: denial of service via use of GROUP_CONCAT() and
WITH ROLLUP together.
- debian/patches/61_CVE-2010-3837.dpatch: create a copy of the order
structures in sql/item_sum.cc, sql/table.h. Add tests to
mysql-test/*.
- CVE-2010-3837
* SECURITY UPDATE: denial of service via longblob and union or update
with subquery.
- debian/patches/61_CVE-2010-3838.dpatch: handle REAL_RESULT in
sql/item_func.cc. Add tests to mysql-test/*.
- CVE-2010-3838
* SECURITY UPDATE: denial of service via certain queries with nested
joins.
- debian/patches/61_CVE-2010-3839.dpatch: fix nesting in
sql/sql_select.cc. Add tests to mysql-test/*.
- CVE-2010-3839
* SECURITY UPDATE: denial of service via PolyFromWKB() function and
improper data.
- debian/patches/61_CVE-2010-3840.dpatch: improve data handling in
sql/spatial.cc. Add tests to mysql-test/*.
- CVE-2010-3840
.
* Patches and changelog entries taken from Ubuntu. (closes: #599937)
* Import and ACK NMU 5.1.49-2.1. (closes: #595120, #601152)
Checksums-Sha1:
fa1648609817c68ccff6a29584d1ee2f87be9ae0 1691 mysql-5.1_5.1.49-3.dsc
4e90d5db908befa1c7028a46f60fe5b2199ffd47 309780 mysql-5.1_5.1.49-3.diff.gz
07a9a8693ef2f4606fd20b11ace6707f4a422439 70902 mysql-common_5.1.49-3_all.deb
e599a7a27bd36ee98e803d0ab69d260872ee06fa 65362 mysql-server_5.1.49-3_all.deb
82251fa5b5c7d3cbe733325fb86b0cff2c52b0ac 65230 mysql-client_5.1.49-3_all.deb
823a7e43cf087dcb21e8074493f66908f7451e3e 1984664
libmysqlclient16_5.1.49-3_amd64.deb
925601232662a893e02df6674b44ca49c4534dd3 4472880
libmysqld-pic_5.1.49-3_amd64.deb
9b253c6ecf7ce0f551689a7396b39ee4782d155d 5723926
libmysqld-dev_5.1.49-3_amd64.deb
10969fc1857f0570f8ac5d76a65c82df238a4104 3214180
libmysqlclient-dev_5.1.49-3_amd64.deb
548cd2ad421c79c0797e51291be07416f5c90bba 10061854
mysql-client-5.1_5.1.49-3_amd64.deb
f764918e8d41a3e6b8ddf10421cec2e6c8aa1753 4124484
mysql-server-core-5.1_5.1.49-3_amd64.deb
59243748f13170d8dee141b0e7cda85cdd7626b0 6597864
mysql-server-5.1_5.1.49-3_amd64.deb
Checksums-Sha256:
e741e48d8cc1e7e4e76d036209027a20a3a022550be828f596052b63629af59f 1691
mysql-5.1_5.1.49-3.dsc
da3b957a1488ada3702837c4eb99d5fa5c5e372624d4fd0fdcd60144acd452c2 309780
mysql-5.1_5.1.49-3.diff.gz
771fdb57c733c2b2ecd6cb95085a8f3009972482c86c019086d9342a8a06b0af 70902
mysql-common_5.1.49-3_all.deb
374b96fd166858144b6881b77692cc924d3dc48694f3f191c8232b79a37dab1d 65362
mysql-server_5.1.49-3_all.deb
52dfec30c164b7d5d0e3f38d0cc365e28479b969526a083417602c7feadbcd30 65230
mysql-client_5.1.49-3_all.deb
f92eb226d2c91b29511ff6e1a1a7f6661900e7a9c506e1f33774466234f0f59c 1984664
libmysqlclient16_5.1.49-3_amd64.deb
20cd52e33d86226310a927ff690a9f3eaa61130ae7d706a0f6a312d020e6afd9 4472880
libmysqld-pic_5.1.49-3_amd64.deb
83c1abd358e43fa68036a842237a43c3274baddbb357b2a1c76f27bd84489c16 5723926
libmysqld-dev_5.1.49-3_amd64.deb
fd79ccb664927897a30470ba15996380de6a57a82d80e4cc8c8133e82da3a1b4 3214180
libmysqlclient-dev_5.1.49-3_amd64.deb
90af0ebf2cf4fbacc6edb834c40624f00df4c7e4a61e91881d61c8ad86b6ee34 10061854
mysql-client-5.1_5.1.49-3_amd64.deb
e8e172a63f38a0cb5f958892332b70e6d18dffbe4c9a65bebfaf648b82c6108a 4124484
mysql-server-core-5.1_5.1.49-3_amd64.deb
29cf9d1113d05417ef2953fe5fc9ae775098845d7c3bf78bd84c2f8449ba2221 6597864
mysql-server-5.1_5.1.49-3_amd64.deb
Files:
004c9a0cf78450928dcecb4470fd93ee 1691 misc optional mysql-5.1_5.1.49-3.dsc
831c9982f01f102272d392ec91677efb 309780 misc optional
mysql-5.1_5.1.49-3.diff.gz
a178be7445c5b371d894ab93fb78e84a 70902 database optional
mysql-common_5.1.49-3_all.deb
01c389a62efe0a093c1862045e639367 65362 database optional
mysql-server_5.1.49-3_all.deb
e062be52d2218c3674f8660404f2fc20 65230 database optional
mysql-client_5.1.49-3_all.deb
b9948aaa21e9eb3773e336f0aa268429 1984664 libs optional
libmysqlclient16_5.1.49-3_amd64.deb
0695b79e138ecadd27d265f90a657cc4 4472880 libdevel optional
libmysqld-pic_5.1.49-3_amd64.deb
170d06096bf1c4823e51c73b4a2440c8 5723926 libdevel optional
libmysqld-dev_5.1.49-3_amd64.deb
c4f594dd8aaa64fedf347414efaf9b31 3214180 libdevel optional
libmysqlclient-dev_5.1.49-3_amd64.deb
73c2d45313767ba5713cc1c4dccd8514 10061854 misc optional
mysql-client-5.1_5.1.49-3_amd64.deb
6fccf2a4006894bdb633b091a7a93477 4124484 misc optional
mysql-server-core-5.1_5.1.49-3_amd64.deb
f641e9361fc5f384df8e11874a55617f 6597864 misc optional
mysql-server-5.1_5.1.49-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkz1NJkACgkQr/RnCw96jQF78gCgqt9ztDMwzZK2ZM96yPCsrJSe
ebwAoIzs/4yd3xj7yppB0vdzvsFnQP4P
=Y/zk
-----END PGP SIGNATURE-----
--- End Message ---