mysql-dfsg-5.1 5.1.37-1ubuntu1 source package in Ubuntu

Changelog

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).

 -- Mathias Gug <email address hidden>   Wed, 05 Aug 2009 11:40:21 -0400

Upload details

Uploaded by:
Mathias Gug
Uploaded to:
Karmic
Original maintainer:
Ubuntu Development Team
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mysql-dfsg-5.1_5.1.37.orig.tar.gz 17.0 MiB 3da7b362c2259cd93ee30794343b15e4f5e765cae578f528501469e5beaa35d6
mysql-dfsg-5.1_5.1.37-1ubuntu1.diff.gz 284.9 KiB a7e170f758140148531db3e7665913bf72806da28a32ee608ad88c3045ab36c6
mysql-dfsg-5.1_5.1.37-1ubuntu1.dsc 1.8 KiB 95dc06db64fd73cd313f1559980a1ef66f9b3e541b7cc07c0a25fe0d178b53ca

View changes file

Binary packages built by this source

libmysqlclient-dev: No summary available for libmysqlclient-dev in ubuntu karmic.

No description available for libmysqlclient-dev in ubuntu karmic.

libmysqlclient16: No summary available for libmysqlclient16 in ubuntu karmic.

No description available for libmysqlclient16 in ubuntu karmic.

libmysqlclient16-dev: No summary available for libmysqlclient16-dev in ubuntu karmic.

No description available for libmysqlclient16-dev in ubuntu karmic.

libmysqld-dev: No summary available for libmysqld-dev in ubuntu karmic.

No description available for libmysqld-dev in ubuntu karmic.

libmysqld-pic: No summary available for libmysqld-pic in ubuntu karmic.

No description available for libmysqld-pic in ubuntu karmic.

mysql-client: No summary available for mysql-client in ubuntu karmic.

No description available for mysql-client in ubuntu karmic.

mysql-client-5.1: No summary available for mysql-client-5.1 in ubuntu karmic.

No description available for mysql-client-5.1 in ubuntu karmic.

mysql-common: No summary available for mysql-common in ubuntu karmic.

No description available for mysql-common in ubuntu karmic.

mysql-server: No summary available for mysql-server in ubuntu karmic.

No description available for mysql-server in ubuntu karmic.

mysql-server-5.1: No summary available for mysql-server-5.1 in ubuntu karmic.

No description available for mysql-server-5.1 in ubuntu karmic.

mysql-server-core-5.1: No summary available for mysql-server-core-5.1 in ubuntu karmic.

No description available for mysql-server-core-5.1 in ubuntu karmic.