aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/mysql/mariadb_10.4.12.bb
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2020-04-10 09:43:16 +0800
committerKhem Raj <raj.khem@gmail.com>2020-04-09 21:05:59 -0700
commit9cfdcdda1b0018a0e6c386f8ce18d2cc806cc147 (patch)
tree6477e06104659c3503b1384a4950eb14820429b5 /meta-oe/recipes-dbs/mysql/mariadb_10.4.12.bb
parent681555bf55ae02c6efaf4fd3e65c53dda1095131 (diff)
downloadmeta-openembedded-contrib-9cfdcdda1b0018a0e6c386f8ce18d2cc806cc147.tar.gz
mariadb: Upgrade to 10.4.12
* Fixes for the following security vulnerabilities: CVE-2020-2574 CVE-2020-7221 * Rework fix-arm-atomic.patch to remove fuzz warnings * Fix the warning when pam is enabled in DISTRO_FEATURES: WARNING: mariadb-10.4.12-r0 do_package_qa: QA Issue: mariadb-dbg: found library in wrong location: /lib/security/.debug/pam_user_map.so mariadb-leftovers: found library in wrong location: /lib/security/pam_user_map.so [libdir] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/mysql/mariadb_10.4.12.bb')
-rw-r--r--meta-oe/recipes-dbs/mysql/mariadb_10.4.12.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb_10.4.12.bb b/meta-oe/recipes-dbs/mysql/mariadb_10.4.12.bb
new file mode 100644
index 0000000000..c0b53379d9
--- /dev/null
+++ b/meta-oe/recipes-dbs/mysql/mariadb_10.4.12.bb
@@ -0,0 +1,27 @@
+require mariadb.inc
+
+EXTRA_OECMAKE += "-DSTACK_DIRECTION=-1"
+
+DEPENDS += "mariadb-native bison-native openssl ncurses zlib libaio libedit libevent libxml2"
+
+PROVIDES += "mysql5 libmysqlclient"
+
+RPROVIDES_${PN} += "mysql5"
+RREPLACES_${PN} += "mysql5"
+RCONFLICTS_${PN} += "mysql5"
+
+RPROVIDES_${PN}-dbg += "mysql5-dbg"
+RREPLACES_${PN}-dbg += "mysql5-dbg"
+RCONFLICTS_${PN}-dbg += "mysql5-dbg"
+
+RPROVIDES_${PN}-leftovers += "mysql5-leftovers"
+RREPLACES_${PN}-leftovers += "mysql5-leftovers"
+RCONFLICTS_${PN}-leftovers += "mysql5-leftovers"
+
+RPROVIDES_${PN}-client += "mysql5-client"
+RREPLACES_${PN}-client += "mysql5-client"
+RCONFLICTS_${PN}-client += "mysql5-client"
+
+RPROVIDES_${PN}-server += "mysql5-server"
+RREPLACES_${PN}-server += "mysql5-server"
+RCONFLICTS_${PN}-server += "mysql5-server"