[oe-commits] Paul Eggleton : mysql5: replace with mariadb 5.1.67 and tweak

git at git.openembedded.org git at git.openembedded.org
Tue Aug 27 15:28:52 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 72e23c12296fbc77193898c38426add58d0c2d71
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=72e23c12296fbc77193898c38426add58d0c2d71

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Fri May 10 18:54:00 2013 +0100

mysql5: replace with mariadb 5.1.67 and tweak

Switch to MariaDB (which is a drop-in replacement for MySQL) and use
the latest stable release from the 5.1 series.

* Update LIC_FILES_CHKSUM due to reformatted GPLv2 license text with
  updated FSF address
* Refresh patches
* Add two patches from the upstream 5.1 branch to fix CVE-2013-1861
* Add a package for libmysqld (the embedded server library)
* Disable "maria" plugin since this fails to compile and doesn't
  appear to be critical
* Drop some unrecognised/redundant options from EXTRA_OECONF
* Fix text relocation QA warnings introduced in the upgrade
* Convert to use useradd.bbclass for creating mysql user
* Set SUMMARY instead of description
* Move SRC_URI checksums to the version-specific inc file
* Clear out cruft in files/

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 meta-oe/recipes-support/mysql/files/autofoo.patch  |  319 ---------------
 meta-oe/recipes-support/mysql/files/my.cnf         |   21 -
 .../recipes-support/mysql/mariadb-native_5.1.67.bb |   18 +
 .../mysql/{mysql5 => mariadb}/Makefile.am.patch    |    0
 .../configure-ps-cache-check.patch                 |    0
 .../mysql/mariadb/configure.in.patch               |   13 +
 .../mysql/mariadb/fix-cve-2013-1861-1.patch        |  174 +++++++++
 .../mysql/mariadb/fix-cve-2013-1861-2.patch        |  257 +++++++++++++
 .../mysql/{files => mariadb}/fix_host_path.patch   |    0
 .../mysql/{mysql5 => mariadb}/misc.m4.patch        |    0
 .../mysql/{mysql5 => mariadb}/my.cnf               |    2 +-
 .../mysql/{files => mariadb}/mysqld.sh             |    0
 .../recipes-support/mysql/mariadb/plug.in.patch    |  405 ++++++++++++++++++++
 meta-oe/recipes-support/mysql/mariadb_5.1.67.bb    |   14 +
 .../{mysql5_5.1.40.inc => mariadb_5.1.67.inc}      |   62 ++-
 .../recipes-support/mysql/mysql5-native_5.1.40.bb  |   24 --
 .../mysql/mysql5/configure-ps-cache-check.patch    |   27 --
 .../mysql/mysql5/configure.in.patch                |   54 ---
 .../mysql/mysql5/fix-abi-check-gcc45.patch         |   77 ----
 .../mysql/mysql5/fix_host_path.patch               |   37 --
 meta-oe/recipes-support/mysql/mysql5/mysqld.sh     |   24 --
 meta-oe/recipes-support/mysql/mysql5/plug.in.patch |   40 --
 meta-oe/recipes-support/mysql/mysql5_5.1.40.bb     |    6 -
 23 files changed, 925 insertions(+), 649 deletions(-)

Diff:   http://git.openembedded.org/?p=meta-openembedded.git/?a=commitdiff;h=72e23c12296fbc77193898c38426add58d0c2d71


More information about the Openembedded-commits mailing list