lp:debian/mysql-5.6

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:debian/mysql-5.6
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

9. By Robie Basak

* Update debian/copyright (Closes: #793099). Thanks to Lars Tangvald.
* Add myself to Uploaders.
* wrap-and-sort.

8. By Andreas Beckmann

* Team upload.

[ Robie Basak ]
* Conflict/Replace mysql-client-5.5 (<< 5.6) to fix conflict on
  /usr/bin/innochecksum which has moved to the server-core package now
  (Closes: #790406).
* Correctly exit with status 0 in the init.d script (Closes: #739846).
  Thanks to Bob Proulx.

[ Andreas Beckmann ]
* mysql-common.postinst: Do not install my.cnf.fallback alternative before
  dpkg-maintscript-helper rm_conffile my.cnf has been run.
* mysql-common.preinst:
  - Revert mariadb-common my.cnf symlink setup fallback actions.
  - Recover from a case of incorrect my.cnf.migrated created by 5.6.25-2.
* mysql-common.postrm: Delete my.cnf.{migrated,old} on purge.
* mysql-common: Add Breaks against mariadb-common (<< 10.0.20-3~) that used
  a fallback scheme for setting up the my.cnf symlink.
* libmysqlclient18: Drop explicit dependency on multiarch-support, this is
  already managed by ${misc:Pre-Depends).
* Use canonical Vcs-* URLs.
* Move innochecksum manpage to mysql-server-core-5.6, too.

7. By jessy

[ Norvald H. Ryeng ]
* Remove unused build options.
* Add libedit dependency to mysql-client-core-5.6.
* Remove chmods not needed after fix for upstream bug #68517.
* Lintian fixes.
* Simplify and stabilize tests
* Remove USE_STATIC_MYSQLD
* Add test plan to README.Maintainer
* Add --force rationale to test plan
* Remove special build options for taocrypt

[ Bjoern Boschman ]
* Removed hardening-wrapper from build-deps.
* Added python dep for mysql-testsuite-5.6.
* Added dpkg-dev dep.
* Cleanup a bit more.

[ Robie Basak ]
* Add dep8 smoke test.
* Re-enable libmysqld-pic, libmysqld-dev, libmysqlclient18 and
  libmysqlclient-dev (renamed accordingly) to replace binary packages
  provided by src:mysql-5.5.
* Add mysql-server, mysql-client and mysql-testsuite to be switched
  over from src:mysql-5.5.
* Import mysql-common from src:mysql-5.5 for 5.5 -> 5.6 switchover.
* Cherry-pick relevant parts of Ubuntu delta from mysql-5.5:
  - d/mysql-server-5.5.postrm: restoring postrm debhelper token to get
    proper behaviors from dh_installinit and dh_apparmor.
  - Add Apport hook.
* Drop unused variable definition
* Create /etc/mysql manually in debian/rules
* Replace conf.d/.keepme with an empty directory
* wrap-and-sort for systemd change
* Drop unnecessary binary target
* Fix race between builds and source tar generation
* Move innochecksum to server package
* Replace unversioned Breaks with Conflicts
* Switch to new /etc/mysql/my.cnf management scheme
* Request my.cnf symlink from server package
* Drop mysql-common-5.6
* Conflict and Replace 5.5 server packages
* Fix dep8 smoke test dependency
* Amend AppArmor profile to permit reads of everything in /etc/mysql/, now
  that we have a number of included directories in there
* Ship my-default.cnf with mysql-server-core-5.6 (LP: #1422391).
* Add mysql-server-core-5.6 Breaks/Replaces older mariadb-client-10.0
  since innochecksum has moved into the server package across all
  variants (LP: #1421520).
* AppArmor-related fixes (LP: #1421303):
  - d/rules: call dh_apparmor from override_dh_install so that it is run
    before dh_installinit. This causes the AppArmor profile to be loaded
    correctly before mysqld is started.
  - d/mysql-server-5.6.postinst: manually load the AppArmor profile earlier
    in the postinst as a workaround, since the postinst needs to start mysqld
    for bootstrapping purposes before the dh_apparmor snippet has run
    (workaround for bug tracked in LP #1435368).

[ James Page ]
* d/tests/upstream: Add main.ctype_uca to skip-test list as it requires
  writable /usr.
* d/p/fix-mysqlhotcopy-test-failure.patch: Add return code 255 to the
  list of allowed return codes.
* d/tests/control: Re-enable upstream DEP-8 tests.

[ Akhil Mohan ]
* Provisioned dep8 test case upstream separated to run as non-root
* Make builds parallel Use MAKEFLAGS for parallel builds
* added systemd service profile and script
* Standards version moved up to 3.9.6 in d/control
* Added Systemd service profile and script
* Refactor supplied my.cnf

[ Otto Kekäläinen ]
* Added parallel build support via DEB_BUILD_OPTIONS
* Remove makeflags from cmake command and output MAKEFLAGS for debugging
  purposes just before make is run
* Move mysql_plugin to server package as it controls the server plugins
* Wrap-and-sort
* Remove legacy 5.0->5.1 transition code that refers a internal-use-only
  -directory that does not even exist anymore.
* Removed all unnecessary .dirs as most of the directories are generated
  automatically
* Don't emit extra output at init invocation Many users have complained that
  they're database is corrupt because they tried to start the database and it
  refuses to do so, and at the same time emitting a message with the word
  "corrupt". this is just plain wrong and confusing, so I'm removing it.

[ Clint Byrum ]
* Changing key_buffer to key_buffer_size (Thanks Akhil Mohan)
  (Closes: #777668)

[ Martin Pitt ]
* Call dh "--with systemd" to enable systemd unit.

[ Oleg Strikov ]
* d/mysql-server-5.6.{mysql.service, postinst, postrm}:
  Fix to create /var/run/mysql using facilities provided by systemd.
  Initialization scripts get executed as user (not root) and don't
  have enough permissions to create the folder (LP: #1435823).
* d/mysql-server-5.6.mysql.service:
  Alias option was removed from the unit config. While not needed,
  this option forces deb-systemd-helper to create symlink inside
  /etc/systemd/system which it can't handle properly while removing
  the package (LP: #1436178).

[ Robie Basak ]
* Fix FTBFS by building the sql directory first so the
  required files are generated. Thanks to Marc Deslauriers.
* Rename and install apport hook correctly.
* Apport hook: attach new configuration files and directories.

6. By James Page

[ Bjoern Boschman ]
* SECURITY UPDATE: New upstream release (LP: #1330168).
  - www.oracle.com/technetwork/topics/security/cpujul2014-1972956.html
  - CVE-2014-2484
  - CVE-2014-4258
  - CVE-2014-4260
  - CVE-2014-4238
  - CVE-2014-4233
  - CVE-2014-4240
  - CVE-2014-4214

5. By James Page <email address hidden>

* SECURITY UPDATE: New upstream release (Closes: #744970).
  - http://www.oracle.com/technetwork/topics/security/cpuapr2014-1972952.html
  - CVE-2014-0001
  - CVE-2014-2430
  - CVE-2014-2431
  - CVE-2014-2435
  - CVE-2014-2436
  - CVE-2014-2440
* d/p/CVE-2014-0001.patch: Dropped, included in security update.

4. By James Page

* New upstream point release:
  - d/p/*: Refreshed.
* d/rules: Don't run dh_install with --fail-missing and exclusions until
  package is a complete replacement for mysql-5.5.
* d/p/CVE-2014-0001.patch:
  - Fix buffer overflow in client/mysql.cc via a long server version string.
    CVE-2014-0001 (Closes: #741590).
* d/mysql-server-5.6.mysql.upstart: Add upstart configuration.
* d/tests/*,control: Add autopkgtest from mysql-5.5:
  - disable binlog.binlog_server_start_options as it requires writable /usr.
  - disable build autopkgtest until package ships libmysqlclient18.
* d/rules,mysql-server-5.6.install,apparmor-profile: Fixup install of
  apparmor profile.

3. By James Page

* d/control,rules: Drop libmysqlclient18.1* and libmysqld-5.6* due to conflicts
  with libmysqlclient{18}-dev and incorrect SONAME naming (Closes: #741200).
  NOTE: libmysqlclient* and libmysqld* can be re-instated when the 5.5->5.6
  transition happens.
* d/control: Align Conflicts/Breaks/Replaces/Provides with virtual-mysql-*
  approach for switching in/out MySQL alternatives.
* d/mysql-server-5.6.mysql.init: Bump timeout on start to 30 seconds inline
  with mysql-5.5 changes.

2. By James Page <email address hidden>

[ Akhil Mohan ]
* added libmysqlclient.so link to libmysqlclient18.1-dev package
* revisited patches in d/patches/series; removed extra patches not needed
* some patches were modified to handle 5.6 issues
* mysql-server-5.6 and mysql-client-5.6 now depend on mysql-common (>= 5.5)
* mysql-server-5.6 now provides only virtual-mysql-server
* mysql-client-5.6 now provides only virtual-mysql-client
* MySQL 5.6 now contains mysql-common-5.6 which is only suggested
* moved mysql-common/etc/mysql/my.cnf to
    mysql-common-5.6/usr/share/mysql/my.cnf
* MySQL 5.6 now gives libmysqlclient18.1, libmysqlclient18.1-dev,
    libmysqld-5.6-dev and libmysqld-5.6-pic
* libmysqlclient18.1-dev, libmysqld-5.6-dev and libmysqld-5.6-pic packages
    conflict with their respective counterparts from MySQL 5.5
* link traversal for libmysqlclient is
    libmysqlclient.so (contained in libmysqclient18.1-dev) ->
    libmysqlclient.so.18 (contained in libmysqclient18.1) ->
    libmysqlclient.so.18.1 (contained in libmysqclient18.1) ->
    libmysqlclient.so.18.1.0 (contained in libmysqclient18.1)
* Placeholder packages mysql-server, mysql-client, mysql-testsuite
  have been discontinued
* d/rules, d/control removed gcc-4.4 dependency and disable X86 assembly in
  taocrypt.
  - Cherry-pick from Debian svn r2231 with thanks to Clint Byrum.
* changed mirror to download source tar
* replaced mysql_install_db script with small shell script to create
  root accounts. This avoids creating anonymous users which were
  security concern.
* Docs/mysql.info has been removed in the mysql 5.6.15 source
* removed debian/repack.* and 'DFSG and repacking' section in
  debian/README.source because repack not needed
* dropped '+dfsg' from version in changelog since there is no repack
* simplified debian/watch since there is no repack
* removed redundant *_r* links to mysql client library in libmysqlclient18
  and libmysqlclient-dev packages
* updated debian/control to allow mysql-*-5.6 packages upgrade/ replace
  an existing installation of mysql-*-5.5 packages
* modified debian/rules to use system zlib library, install additional
  man pages and remove execute bit on few test and result files
* added patches to fix link path in man page mysql_client_test_embedded.1
  and mysqltest_embedded.1
* added man page for mysql_config_pic at debian/additions/mysql_config_pic.1
* added man page for mysql_embedded at debian/additions/mysql_embedded.1
* moved libmysqlcient.so link from libmysqlclient18 to libmysqlclient-dev
  based on lintian warning non-dev-pkg-with-shlib-symlink
* moved mysql_client_test_embedded binary from mysql-testsuite-5.6
  package to mysql-client-5.6 package
* moved mysql_config_editor.1 man page to mysql-client-5.6 package
* moved mysql_embedded from mysql-testsuite-5.6 package to mysql-client-5.6
  package
* moved mysqltest_embedded binary from mysql-testsuite-5.6
  package to mysql-server-5.6 package
* removed absolute path for mysql_install_db script in mysql-server-5.6
  postinst script based on lintian warning

[ Bjoern Boschman ]
* Initial release of mysql-5.6 package.
* mysql_install_db is now a perl script. Do not run it with bash.
* added innodb_data_file_path to my.cnf for mysql-5.1 => mysql-5.6 upgrade
  path.
* added multiarch support
* do not include .a files within libmysqlclient18

1. By James Page

Import upstream version 5.6.15

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers