meta-openembedded/meta-oe
Mingli Yu 3ebf00ee3a mariadb: upgrade to 10.5.8
Fixes for the following security vulnerabilities:
CVE-2020-14812
CVE-2020-14765
CVE-2020-14776
CVE-2020-14789
CVE-2020-28912 (MDEV-24040)

Rebase c11_atomics.patch to avoid fuzz warnings and add
a patch to fix below build error on musl.
/prj/tmp/work/cortexa57-poky-linux-musl/mariadb/10.5.8-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux-musl/../../libexec/aarch64-poky-linux-musl/gcc/aarch64-poky-linux-musl/10.2.0/ld.bfd: /usr/src/debug/mariadb/10.5.8-r0/mariadb-10.5.8/unittest/mysys/stacktrace-t.c:36: undefined reference to `my_safe_print_str'

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 486d0fa33e)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-02-09 08:52:16 -08:00
..
classes gitpkgv.bbclass: Add support for extending the supported tag formats 2020-01-17 15:44:06 -08:00
conf meta-openembedded: Add gatesgarth to LAYERSERIES_COMPAT 2020-10-15 11:42:15 -07:00
dynamic-layers nanopb: move to dynamic-layers 2021-01-10 11:13:25 -08:00
lib/oeqa/selftest/cases
licenses ace: add new recipe 2020-06-03 15:15:43 -07:00
recipes-benchmark lmbench: Fix setting LDLIBS failure 2021-01-10 11:27:48 -08:00
recipes-bsp nvme-cli: upgrade 1.12 -> 1.13 2020-11-02 09:00:52 -08:00
recipes-connectivity zabbix: CVE-2020-15803 Security Advisory 2021-01-10 10:45:36 -08:00
recipes-core sdbus-c++-libsystemd: Fix reallocarray check in meson 2021-01-10 11:10:58 -08:00
recipes-crypto libkcapi: upgrade 1.2.0 -> 1.2.1 2020-11-02 09:00:52 -08:00
recipes-dbs mariadb: upgrade to 10.5.8 2021-02-09 08:52:16 -08:00
recipes-devtools lua: update to 5.3.6 2021-02-09 08:33:49 -08:00
recipes-extended zram: fix sourcing of zram parameters 2021-01-28 17:19:28 -08:00
recipes-gnome libpeas: disable tests when introspection is not enabled/available 2020-08-11 15:58:26 -07:00
recipes-graphics xterm: provide virtual/x-terminal-emulator 2021-01-18 08:38:10 -08:00
recipes-kernel kernel-selftest: Disable vm packageconfig for riscv 2020-11-04 09:57:18 -08:00
recipes-multimedia mpv: fetch waf in do_fetch 2020-10-18 12:45:33 -07:00
recipes-navigation geoclue: Use git fetcher 2020-11-03 11:42:27 -08:00
recipes-printing qpdf: fix typo in RDEPENDS 2020-05-28 12:36:49 -07:00
recipes-security passwdqc: remove double modify operation 2020-05-31 22:42:25 -07:00
recipes-shells dash: upgrade 0.5.11.1 -> 0.5.11.2 2020-09-08 11:53:53 -07:00
recipes-support enca: Fix SRC_URI 2021-02-09 08:31:06 -08:00
recipes-test cmocka: add recipe 2020-09-28 09:17:18 -07:00
COPYING.MIT
README README: updated Maintainers list for Gatesgarth 2020-11-04 12:32:44 -08:00

meta-oe
=======

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git
branch: gatesgarth
revision: HEAD

luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit
e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed
packages to fullfit this might have different names on different host distributions
e.g. on archlinux based distributions install prerequisites like below

pacman -S lib32-gcc-libs lib32-glibc

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][gatesgarth]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"'

You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded
to share your patches, this is preferred for patch sets consisting of more than one patch.

Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well,
'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy
to use, has been proven to be reliable and has a really good web GUI.

gatesgarth maintainer: Armin Kuster <akuster808@gmail.com>