Package: mysql-dfsg-5.1 Version: 5.1.37-1 Severity: important Tags: patch User: [email protected] Usertags: origin-ubuntu karmic ubuntu-patch
*** /tmp/tmptKCCYb In Ubuntu, we've applied the attached patch to achieve the following: * debian/additions/my.cnf: drop old_password option. We thought you might be interested in doing the same. -- System Information: Debian Release: squeeze/sid APT prefers karmic-updates APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-24-server (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
diff -u mysql-dfsg-5.1-5.1.37/debian/additions/my.cnf mysql-dfsg-5.1-5.1.37/debian/additions/my.cnf --- mysql-dfsg-5.1-5.1.37/debian/additions/my.cnf +++ mysql-dfsg-5.1-5.1.37/debian/additions/my.cnf @@ -39,13 +46,8 @@ basedir = /usr datadir = /var/lib/mysql tmpdir = /tmp -language = /usr/share/mysql/english skip-external-locking # -# For compatibility to other Debian packages that still use -# libmysqlclient10 and libmysqlclient12. -old_passwords = 1 -# # Instead of skip-networking the default is now to listen only on # localhost which is more compatible and is not less secure. bind-address = 127.0.0.1

