[ubuntu/karmic] mysql-dfsg-5.1 5.1.37-1ubuntu1 (Accepted)

Mathias Gug mathiaz at ubuntu.com
Fri Aug 14 21:15:14 BST 2009


mysql-dfsg-5.1 (5.1.37-1ubuntu1) karmic; urgency=low

  [ Mathias Gug ]
  * Merge from debian unstable and 5.0, remaining changes:
    - debian/control:
      + Properly upgrade libmysqlclient16-dev packages to
      libmysqlclient-dev:
        * Make libmysqlclient16-dev a transitional package depending on
          libmysqlclient-dev.
        * Make libmysqlclient-dev replace libmysqlclient16-dev.
      + Don't provide a libmysqlclient15-dev package as long as there are
        packages still build-depending on libmysqlclient15-dev and
        mysql-dsfg-5.0 is in the archive.
      + Lower mailx from a Recommends to a Suggests to avoid pulling in
        a full MTA on all installs of mysql-server. (LP: #259477)
    - debian/rules:
      + added -fno-strict-aliasing to CFLAGS to get around mysql testsuite
        build failures.
    - debian/additions/debian-start.inc.sh: support ANSI mode (LP: #310211)
    - 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/force-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.
    - debian/additions/my.cnf: remove language option. Error message files are
      located in a different directory in MySQL 5.0. Setting the language
      option to use /usr/share/mysql/english breaks 5.0. Both 5.0 and 5.1
      use a default value that works. (LP: #316974)
    - debian/mysql-server-5.1.mysql.init:
      + Clearly indicate that we do not support running multiple instances
        of mysqld by duplicating the init script.
        (closes: #314785, #324834, #435165, #444216)
      + Properly parameterize all existing references to the mysql config
        file (/etc/mysql/my.cnf).
    - debian/mysql-server-5.1.postinst: Clear out the second password
      when setting up mysql. (LP: #344816)
    - mysql-server-core-5.1 package for files needed by Akonadi:
      + debian/control: create mysql-server-core-5.1 package.
      + debian/mysql-server-core-5.1.files, debian/mysql-server-5.1.files:
        move core mysqld files to mysql-server-core-5.1 package.
  * debian/libmysqlclient16.symbols.amd64: remove amd64 symbols as it has
    not been correctly generated in Debian.
  * Add Apport hook: (LP: #354188)
    - debian/mysql-server-5.1.py: apport package hook.
    - debian/mysql-server-5.1.files, debian/rules: install apport package
      hook.
  * debian/additions/my.cnf:
    - drop old_password option.
    - fix commented logging options to use general_log and general_log_file.
  * Dropped - accepted in Debian:
    - debian/mysql-server-5.1.config:
      + ask for MySQL root password at priority high instead of medium so
        that the password prompt is seen on a default install. (LP: #319843)
      + don't ask for root password when upgrading from a 5.0 install.

mysql-dfsg-5.1 (5.1.37-1) unstable; urgency=low

  [ Norbert Tretkowski ]
  * New upstream release.
  * Drop empty transitional package libmysqlclient15-dev, and provide/replace
    it with libmysqlclient-dev. (closes: #538659)
  * Ignore errors in testsuite on all archs but amd64, i386, ia64 and s390.
    (closes: #539679)
  * Update debconf translations:
    - French, from Christian Perrier. (closes: #539703)
  * Fixed typo regarding log_type in my.cnf.

mysql-dfsg-5.1 (5.1.36-5) unstable; urgency=low

  [ Christian Hammers ]
  * Applied debconf template patch from debian-l10n-english (thanks to
    Justin B Rye).
  * Added a missing misc:Depends to debian/control for lintian.
  * Fixes typo in initscript (thanks to Gaspar Lajos).

  [ Norbert Tretkowski ]
  * Ignore errors in testsuite run on mips. (closes: #539095)
  * Update debconf translations:
    - Basque, from Piarres Beobide. (closes: #539130)
    - Russian, from Yuri Kozlov. (closes: #539459)

mysql-dfsg-5.1 (5.1.36-4) unstable; urgency=low

  * dpkg-gensymbols caused a lot of FTBFS because the C++ libraries have
    slightly different symbol names on other archs (long vs. int somebody
    told me on IRC). We now limit the ABI compatibility check to amd64.

mysql-dfsg-5.1 (5.1.36-3) unstable; urgency=low

  * Moving from experimental to unstable!

mysql-dfsg-5.1 (5.1.36-2) experimental; urgency=low

  * Build both -fPIC (libmysql_pic.a) and non -fPIC (libmysqld.a) as
    some packages seem to need the -fPIC variant for their own build
    process. Documented in README.Debian. Thanks to Modestas Vainius
    for the patch. Closes: #508406
  * Switch to out-of-source true build mode was a side effect of this change.
  * Added libmysqlclient16.symbols file (thanks to Raphael Hertzog).
  * Raised debian/compat from 4 to 7.
  * Updated innotop to 1.7.1.
  * Minor cleanups that lintian suggested.

mysql-dfsg-5.1 (5.1.36-1) experimental; urgency=low

  * Ex-maintainer upload :)
  * New upstream release.
  * SECURITY: Upstream fix for "mysql client does not escape strings in
    --html mode." (CVE-2008-4456) Closes: #526254
  * Upstream fixes REPEAT() function. Closes: #447028
  * Upstream fixes problems when mixing ORDER and GROUP BY. Closes: #470854
  * There were many innodb fixes in the last two years, probably
    also for this unreproducible crash. CLoses: #447713
  * Removed amd64 specific -fPIC compiler option that was introduced
    especially for building the NDB cluster module which is no longer
    part of this package (thanks to Modestas Vainius). Closes: #508406
  * Put /etc/mysql/conf.d to mysql-server-5.1.dirs (thanks to Alexander
    Gerasiov). Closes: #515145
  * Fixed mysql-test suite by adding 50_mysql-test__db_test.dpatch.
    It now passes 100% of the tests again. Also Closes: #533999
  * Preinst now prevents Installation if NDB configuration is detected.
  * Applied Ubuntu patch that fixes privilege bootstrapping in postinst
    (thanks to Mathias Gug). Closes: #535492
  * Applied Ubuntu patch that sets the debconf prio for the root password
    question to high and prevents it from being asked on 5.0 -> 5.1 upgrades
    (thanks to Mathias Gug). Closes: #535500
  * Removed the check for ISAM tables as the only supported upgrade path is
    from lenny's MySQL-5.0.
  * Added /etc/mysql/conf.d/mysqld_safe_syslog.cnf which enables mysqld_safe
    to pipe all mysqld output into the syslog. The reason for not letting dpkg
    handle it via a normal config file change was that my.cnf is usually
    heavily tuned by the admin so the setting would go lost too easily.
  * Updated mysqlreport to version 3.5 (including two minor patches by me).

Date: Wed, 05 Aug 2009 11:40:21 -0400
Changed-By: Mathias Gug <mathiaz at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/mysql-dfsg-5.1/5.1.37-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 05 Aug 2009 11:40:21 -0400
Source: mysql-dfsg-5.1
Binary: libmysqlclient16 libmysqlclient16-dev 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
Version: 5.1.37-1ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Mathias Gug <mathiaz 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-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
 mysql-server-core-5.1 - MySQL database core server files
Closes: 314785 324834 435165 444216 447028 447713 470854 508406 508406 515145 526254 533999 535492 535500 538659 539095 539130 539459 539679 539703
Changes: 
 mysql-dfsg-5.1 (5.1.37-1ubuntu1) karmic; urgency=low
 .
   [ Mathias Gug ]
   * Merge from debian unstable and 5.0, remaining changes:
     - debian/control:
       + Properly upgrade libmysqlclient16-dev packages to
       libmysqlclient-dev:
         * Make libmysqlclient16-dev a transitional package depending on
           libmysqlclient-dev.
         * Make libmysqlclient-dev replace libmysqlclient16-dev.
       + Don't provide a libmysqlclient15-dev package as long as there are
         packages still build-depending on libmysqlclient15-dev and
         mysql-dsfg-5.0 is in the archive.
       + Lower mailx from a Recommends to a Suggests to avoid pulling in
         a full MTA on all installs of mysql-server. (LP: #259477)
     - debian/rules:
       + added -fno-strict-aliasing to CFLAGS to get around mysql testsuite
         build failures.
     - debian/additions/debian-start.inc.sh: support ANSI mode (LP: #310211)
     - 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/force-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.
     - debian/additions/my.cnf: remove language option. Error message files are
       located in a different directory in MySQL 5.0. Setting the language
       option to use /usr/share/mysql/english breaks 5.0. Both 5.0 and 5.1
       use a default value that works. (LP: #316974)
     - debian/mysql-server-5.1.mysql.init:
       + Clearly indicate that we do not support running multiple instances
         of mysqld by duplicating the init script.
         (closes: #314785, #324834, #435165, #444216)
       + Properly parameterize all existing references to the mysql config
         file (/etc/mysql/my.cnf).
     - debian/mysql-server-5.1.postinst: Clear out the second password
       when setting up mysql. (LP: #344816)
     - mysql-server-core-5.1 package for files needed by Akonadi:
       + debian/control: create mysql-server-core-5.1 package.
       + debian/mysql-server-core-5.1.files, debian/mysql-server-5.1.files:
         move core mysqld files to mysql-server-core-5.1 package.
   * debian/libmysqlclient16.symbols.amd64: remove amd64 symbols as it has
     not been correctly generated in Debian.
   * Add Apport hook: (LP: #354188)
     - debian/mysql-server-5.1.py: apport package hook.
     - debian/mysql-server-5.1.files, debian/rules: install apport package
       hook.
   * debian/additions/my.cnf:
     - drop old_password option.
     - fix commented logging options to use general_log and general_log_file.
   * Dropped - accepted in Debian:
     - debian/mysql-server-5.1.config:
       + ask for MySQL root password at priority high instead of medium so
         that the password prompt is seen on a default install. (LP: #319843)
       + don't ask for root password when upgrading from a 5.0 install.
 .
 mysql-dfsg-5.1 (5.1.37-1) unstable; urgency=low
 .
   [ Norbert Tretkowski ]
   * New upstream release.
   * Drop empty transitional package libmysqlclient15-dev, and provide/replace
     it with libmysqlclient-dev. (closes: #538659)
   * Ignore errors in testsuite on all archs but amd64, i386, ia64 and s390.
     (closes: #539679)
   * Update debconf translations:
     - French, from Christian Perrier. (closes: #539703)
   * Fixed typo regarding log_type in my.cnf.
 .
 mysql-dfsg-5.1 (5.1.36-5) unstable; urgency=low
 .
   [ Christian Hammers ]
   * Applied debconf template patch from debian-l10n-english (thanks to
     Justin B Rye).
   * Added a missing misc:Depends to debian/control for lintian.
   * Fixes typo in initscript (thanks to Gaspar Lajos).
 .
   [ Norbert Tretkowski ]
   * Ignore errors in testsuite run on mips. (closes: #539095)
   * Update debconf translations:
     - Basque, from Piarres Beobide. (closes: #539130)
     - Russian, from Yuri Kozlov. (closes: #539459)
 .
 mysql-dfsg-5.1 (5.1.36-4) unstable; urgency=low
 .
   * dpkg-gensymbols caused a lot of FTBFS because the C++ libraries have
     slightly different symbol names on other archs (long vs. int somebody
     told me on IRC). We now limit the ABI compatibility check to amd64.
 .
 mysql-dfsg-5.1 (5.1.36-3) unstable; urgency=low
 .
   * Moving from experimental to unstable!
 .
 mysql-dfsg-5.1 (5.1.36-2) experimental; urgency=low
 .
   * Build both -fPIC (libmysql_pic.a) and non -fPIC (libmysqld.a) as
     some packages seem to need the -fPIC variant for their own build
     process. Documented in README.Debian. Thanks to Modestas Vainius
     for the patch. Closes: #508406
   * Switch to out-of-source true build mode was a side effect of this change.
   * Added libmysqlclient16.symbols file (thanks to Raphael Hertzog).
   * Raised debian/compat from 4 to 7.
   * Updated innotop to 1.7.1.
   * Minor cleanups that lintian suggested.
 .
 mysql-dfsg-5.1 (5.1.36-1) experimental; urgency=low
 .
   * Ex-maintainer upload :)
   * New upstream release.
   * SECURITY: Upstream fix for "mysql client does not escape strings in
     --html mode." (CVE-2008-4456) Closes: #526254
   * Upstream fixes REPEAT() function. Closes: #447028
   * Upstream fixes problems when mixing ORDER and GROUP BY. Closes: #470854
   * There were many innodb fixes in the last two years, probably
     also for this unreproducible crash. CLoses: #447713
   * Removed amd64 specific -fPIC compiler option that was introduced
     especially for building the NDB cluster module which is no longer
     part of this package (thanks to Modestas Vainius). Closes: #508406
   * Put /etc/mysql/conf.d to mysql-server-5.1.dirs (thanks to Alexander
     Gerasiov). Closes: #515145
   * Fixed mysql-test suite by adding 50_mysql-test__db_test.dpatch.
     It now passes 100% of the tests again. Also Closes: #533999
   * Preinst now prevents Installation if NDB configuration is detected.
   * Applied Ubuntu patch that fixes privilege bootstrapping in postinst
     (thanks to Mathias Gug). Closes: #535492
   * Applied Ubuntu patch that sets the debconf prio for the root password
     question to high and prevents it from being asked on 5.0 -> 5.1 upgrades
     (thanks to Mathias Gug). Closes: #535500
   * Removed the check for ISAM tables as the only supported upgrade path is
     from lenny's MySQL-5.0.
   * Added /etc/mysql/conf.d/mysqld_safe_syslog.cnf which enables mysqld_safe
     to pipe all mysqld output into the syslog. The reason for not letting dpkg
     handle it via a normal config file change was that my.cnf is usually
     heavily tuned by the admin so the setting would go lost too easily.
   * Updated mysqlreport to version 3.5 (including two minor patches by me).
Checksums-Sha1: 
 13383446b104a0c0e8a64b3c2a51bda40af7348a 1854 mysql-dfsg-5.1_5.1.37-1ubuntu1.dsc
 5b653ada7c2237789bb05232e7834567dfda376c 17814352 mysql-dfsg-5.1_5.1.37.orig.tar.gz
 fccf639a70ac2f81924c4c31594c6fb0420e67b5 291747 mysql-dfsg-5.1_5.1.37-1ubuntu1.diff.gz
Checksums-Sha256: 
 95dc06db64fd73cd313f1559980a1ef66f9b3e541b7cc07c0a25fe0d178b53ca 1854 mysql-dfsg-5.1_5.1.37-1ubuntu1.dsc
 3da7b362c2259cd93ee30794343b15e4f5e765cae578f528501469e5beaa35d6 17814352 mysql-dfsg-5.1_5.1.37.orig.tar.gz
 a7e170f758140148531db3e7665913bf72806da28a32ee608ad88c3045ab36c6 291747 mysql-dfsg-5.1_5.1.37-1ubuntu1.diff.gz
Files: 
 8012184e3892b3f7045d59d752064159 1854 misc optional mysql-dfsg-5.1_5.1.37-1ubuntu1.dsc
 a472b99a174592f052c37042764fea3e 17814352 misc optional mysql-dfsg-5.1_5.1.37.orig.tar.gz
 81799f80f6dd80240c95bca1d7221650 291747 misc optional mysql-dfsg-5.1_5.1.37-1ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 201799 259477 310211 316974 319843 344816 354188
Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint at lists.alioth.debian.org>

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

iEYEARECAAYFAkqFxTAACgkQM0thG+z3pVjoxQCgh2EfZ/k4+bvNQz70F6wpCq+V
9AsAn1jWmnHcKlU8BJlCpFHo5GsyTijU
=ThoZ
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list