[ubuntu/maverick] mysql-5.1 5.1.48-1ubuntu1 (Accepted)

Chuck Short zulcss at ubuntu.com
Tue Jun 22 03:01:26 BST 2010


mysql-5.1 (5.1.48-1ubuntu1) maverick; urgency=low

  * Merge from debian unstable, remaining changes:
    + 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)

Date: Mon, 21 Jun 2010 15:31:05 -0400
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/maverick/+source/mysql-5.1/5.1.48-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 21 Jun 2010 15:31:05 -0400
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.48-1ubuntu1
Distribution: maverick
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
Changes: 
 mysql-5.1 (5.1.48-1ubuntu1) maverick; urgency=low
 .
   * Merge from debian unstable, remaining changes:
     + 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)
Checksums-Sha1: 
 e044688d350d94328a4eb0ec114f1a6e3411f036 1860 mysql-5.1_5.1.48-1ubuntu1.dsc
 61327d8588a73eb1ca61a91eefad9ce571bac588 23362742 mysql-5.1_5.1.48.orig.tar.gz
 aae3a7193288061d949933339e6df5487fbd5982 292387 mysql-5.1_5.1.48-1ubuntu1.diff.gz
Checksums-Sha256: 
 579c29d3c6cf9125dcf642df267efda16a37b81dc29ea048760c7ec8f575f651 1860 mysql-5.1_5.1.48-1ubuntu1.dsc
 843c709426d80281800dd5cdf085373f3cf74391b531d9bc07efa5f82de104bd 23362742 mysql-5.1_5.1.48.orig.tar.gz
 98fe7761ecb4a52ad5f77aad8f647e39ddea701226bd0aa64ce609818c1b143d 292387 mysql-5.1_5.1.48-1ubuntu1.diff.gz
Files: 
 673b080032594bf0998edf2c8ead09b2 1860 database optional mysql-5.1_5.1.48-1ubuntu1.dsc
 d04c54d1cfbd8c6c8650c8d078f885b2 23362742 database optional mysql-5.1_5.1.48.orig.tar.gz
 d8d0551da6a21504c511bc4014bdc0cb 292387 database optional mysql-5.1_5.1.48-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)

iEYEARECAAYFAkwgFzQACgkQIHZ33voUATt6rACguVctsZwaGfyxJvEYTo74YSrE
jOgAn2J6E2Y8Zbjs3wCs2BheFdaRGq2h
=n9XP
-----END PGP SIGNATURE-----


More information about the Maverick-changes mailing list