[ubuntu/natty] mysql-5.1 5.1.54-1ubuntu1 (Accepted)

Chuck Short zulcss at ubuntu.com
Wed Jan 26 16:00:32 UTC 2011


mysql-5.1 (5.1.54-1ubuntu1) natty; urgency=low

  * Synchronize from Debian Experimental:
  * Merge from debian unstable:
    + debian/control:
       * Update maintainer according to spec.
       * Move section from "misc" to "database".
       * Added libmysqlclient16-dev an empty transitional package.
       * Added mysql-client-core-5.1 package.
       * Suggest mailx for mysql-server-5.1
       * Add mysql-testsuite package so you can run the testsuite seperately.
    + debian/additions/my.cnf:
      * Remove language options. Error message files are located in a different directory in Mysql
        5.0. Setting the language option to use /usr/share/mysql/english breaks Mysql 5.0. Both 5.0
        and 5.1 use a different value that works. (LP: #316974)
    + Add apparmor profile:
      + debian/apparmor-profile: apparmor-profile
      + debian/rules, debian/mysql-server-5.1.files: install apparmor profile
      + debian/mysql-server-5.1.dirs: add etc/apparmor.d/fore-complain
      + debian/mysql-server-5.1.postrm: remove symlink in force-complain/ on purge.
      + debian/mysql-server-5.1.README.Debian: add apparmor documentation.
      + debian/additions/my.cnf: Add warning about apparmor. (LP: #201799)
      + debian/mysql-server-5.1.postinst: reload apparmor profiles
    * Convert the package from sysvinit to upstart:
      + debian/mysql-server-5.1.mysql.upstart: Add upstart script.
      + debian/mysql-server-5.1.mysql.init: Dropped, unused now with upstart.
      + debian/additions/mysqld_safe_syslog.cnf: Dropped, unused now with upstart.
      + debian/additons/my.cnf: Remove pid declaration and setup error logging to /var/log/mysql since
        we're not piping anything around logger anymore.
      + debian/rules, debian/mysql-server-5.1.logcheck.ignore.{paranoid,worstation},
        debian/mysql-server-5.1.logcheck.ignore.server: : Remove references to mysqld_safe
      + debian/patches/38_scripts_mysqld_safe.sh_signals.dpatch: Dropped
    * Added -fno-strict-aliasing to CFLAGS to get around mysql testsuite build failures.
    * Add Apport hook (LP: #354188):
      + debian/mysql-server-5.1.py: apport package hook
      + debian/rules: Make it installable
    * debian/mysql-server-5.1.mysql-server.logrotate: Check to see if mysql is running before
      running logrotate. (LP: #513135)
    * Make the testsuite installable. (LP: #530752)
      + debian/mysql-server-5.1.files, debian/rules: install apport package hook
    * debian/mysql-server-5.1.preinst: Set mysql user's home directory
      to /nonexistent to protect against having the /var/lib/mysql
      user-writeable. If an attacker can trick mysqld into creating
      dot files in the home directory, he could do .rhost-like attacks
      on the system. (LP: #293258)
    * debian/control: mysql-client-5.1 should depend on mysql-core-client-5.1.
      (LP: #590952)
    * debian/mysql-server.5.1.postinst: Specify the mysql user when installing
      the mysql databases. (LP: #591875)
    * Installing mysql_config_pic in /usr/bin so users of libmysqld-pic
      can extract the appropriate compile flags. (LP: #605021)

Date: Wed, 26 Jan 2011 09:19:25 -0500
Changed-By: Chuck Short <zulcss at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Chuck Short <chuck.short at canonical.com>
https://launchpad.net/ubuntu/natty/+source/mysql-5.1/5.1.54-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 26 Jan 2011 09:19:25 -0500
Source: mysql-5.1
Binary: libmysqlclient16 libmysqlclient16-dev libmysqld-pic libmysqld-dev libmysqlclient-dev mysql-common mysql-client-core-5.1 mysql-client-5.1 mysql-server-core-5.1 mysql-server-5.1 mysql-server mysql-client mysql-testsuite
Architecture: source
Version: 5.1.54-1ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Chuck Short <zulcss at ubuntu.com>
Description: 
 libmysqlclient-dev - MySQL database development files
 libmysqlclient16 - MySQL database client library
 libmysqlclient16-dev - MySQL database development files - empty transitional package
 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-client-core-5.1 - MySQL database core 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
 mysql-testsuite - MySQL testsuite
Launchpad-Bugs-Fixed: 201799 293258 316974 354188 513135 530752 590952 591875 605021
Changes: 
 mysql-5.1 (5.1.54-1ubuntu1) natty; urgency=low
 .
   * Synchronize from Debian Experimental:
   * Merge from debian unstable:
     + debian/control:
        * Update maintainer according to spec.
        * Move section from "misc" to "database".
        * Added libmysqlclient16-dev an empty transitional package.
        * Added mysql-client-core-5.1 package.
        * Suggest mailx for mysql-server-5.1
        * Add mysql-testsuite package so you can run the testsuite seperately.
     + debian/additions/my.cnf:
       * Remove language options. Error message files are located in a different directory in Mysql
         5.0. Setting the language option to use /usr/share/mysql/english breaks Mysql 5.0. Both 5.0
         and 5.1 use a different value that works. (LP: #316974)
     + Add apparmor profile:
       + debian/apparmor-profile: apparmor-profile
       + debian/rules, debian/mysql-server-5.1.files: install apparmor profile
       + debian/mysql-server-5.1.dirs: add etc/apparmor.d/fore-complain
       + debian/mysql-server-5.1.postrm: remove symlink in force-complain/ on purge.
       + debian/mysql-server-5.1.README.Debian: add apparmor documentation.
       + debian/additions/my.cnf: Add warning about apparmor. (LP: #201799)
       + debian/mysql-server-5.1.postinst: reload apparmor profiles
     * Convert the package from sysvinit to upstart:
       + debian/mysql-server-5.1.mysql.upstart: Add upstart script.
       + debian/mysql-server-5.1.mysql.init: Dropped, unused now with upstart.
       + debian/additions/mysqld_safe_syslog.cnf: Dropped, unused now with upstart.
       + debian/additons/my.cnf: Remove pid declaration and setup error logging to /var/log/mysql since
         we're not piping anything around logger anymore.
       + debian/rules, debian/mysql-server-5.1.logcheck.ignore.{paranoid,worstation},
         debian/mysql-server-5.1.logcheck.ignore.server: : Remove references to mysqld_safe
       + debian/patches/38_scripts_mysqld_safe.sh_signals.dpatch: Dropped
     * Added -fno-strict-aliasing to CFLAGS to get around mysql testsuite build failures.
     * Add Apport hook (LP: #354188):
       + debian/mysql-server-5.1.py: apport package hook
       + debian/rules: Make it installable
     * debian/mysql-server-5.1.mysql-server.logrotate: Check to see if mysql is running before
       running logrotate. (LP: #513135)
     * Make the testsuite installable. (LP: #530752)
       + debian/mysql-server-5.1.files, debian/rules: install apport package hook
     * debian/mysql-server-5.1.preinst: Set mysql user's home directory
       to /nonexistent to protect against having the /var/lib/mysql
       user-writeable. If an attacker can trick mysqld into creating
       dot files in the home directory, he could do .rhost-like attacks
       on the system. (LP: #293258)
     * debian/control: mysql-client-5.1 should depend on mysql-core-client-5.1.
       (LP: #590952)
     * debian/mysql-server.5.1.postinst: Specify the mysql user when installing
       the mysql databases. (LP: #591875)
     * Installing mysql_config_pic in /usr/bin so users of libmysqld-pic
       can extract the appropriate compile flags. (LP: #605021)
Checksums-Sha1: 
 baa5bf905c469a5705f18c104c0a594ad3184780 1867 mysql-5.1_5.1.54-1ubuntu1.dsc
 29a8486bb9be9b7af6016adf76a01b88d8ff6500 20642381 mysql-5.1_5.1.54.orig.tar.gz
 1d34f6dacd64da0b34aed0a020faf3c904ec86aa 300843 mysql-5.1_5.1.54-1ubuntu1.diff.gz
Checksums-Sha256: 
 10ef0ed2740c646e99ff99c8cf943cf28ca26e195b2c26f85071906699db6c92 1867 mysql-5.1_5.1.54-1ubuntu1.dsc
 ebdc97cfbccc7dd1c5599ac565eefb5b3c1a396bad2ae4040d4f09f7aabc19b5 20642381 mysql-5.1_5.1.54.orig.tar.gz
 b1f4a72ba72c1fbbd14f77a39801ca1782bd89bc46566d1419f2bc90288e5a18 300843 mysql-5.1_5.1.54-1ubuntu1.diff.gz
Files: 
 8781b5ee73d9eaaed6b1a8b78423bddc 1867 database optional mysql-5.1_5.1.54-1ubuntu1.dsc
 c5719152f352b7ab7b6bc1e37bd09aed 20642381 database optional mysql-5.1_5.1.54.orig.tar.gz
 34af24be5a1509b5f3d1a6aeb7acc1e3 300843 database optional mysql-5.1_5.1.54-1ubuntu1.diff.gz
Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk1AQkoACgkQIHZ33voUATvj/ACbBTt/Jv2pR0Qvsd5aiTGgw8uz
/MoAniGC+RJQlqnSz9O7cJTQGa5bQjOT
=AXKW
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list