meta-openembedded/meta-oe
Yogita Urade 78447a67fc mariadb: upgrade 11.4.5 -> 11.4.6
This upgrade includes fix for CVE-2023-52971

Changelog:
https://mariadb.com/kb/en/mariadb-11-4-6-changelog/

refresh 0001-Add-missing-includes-cstdint-and-cstdio.patch

Droped 3871.patch and mm_malloc.patch as these are available in 11.4.6

Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2025-07-27 14:35:10 -04:00
..
classes check-version-mismatch.bbclass: make it work for walnascar 2025-06-20 10:46:50 -04:00
conf turbostat: make turbostat's version align with kernel version 2025-05-17 11:56:50 -06:00
dynamic-layers thin-provisioning-tools: Fix build on riscv32 2025-04-06 11:06:42 -07:00
files libgpiod: Add gpio-manager/gpio to static IDs 2025-03-15 23:05:31 -07:00
lib/oeqa/selftest/cases
licenses openldap: make license match spdx identifier 2025-02-04 20:25:51 -08:00
recipes-benchmark dhrystone: fix build error with gcc-15 2025-04-10 08:31:05 -07:00
recipes-bsp nvme-cli: Update to 1.12 2025-04-07 23:33:19 -07:00
recipes-connectivity paho-mqtt-c: fix error with gcc-15 2025-04-10 08:31:04 -07:00
recipes-core pmtools: remove recipes 2025-04-10 08:31:05 -07:00
recipes-crypto libmcrypt: fix build with gcc-15.0.1 2025-04-01 20:43:27 -07:00
recipes-dbs mariadb: upgrade 11.4.5 -> 11.4.6 2025-07-27 14:35:10 -04:00
recipes-devtools glade: fix CVE-2020-36774 2025-07-06 19:23:22 -04:00
recipes-extended minifi-cpp: patch spdlog CVE-2025-6140 2025-07-27 14:35:10 -04:00
recipes-gnome adw-gtk3: upgrade 5.6 -> 5.7 2025-03-25 09:33:50 -07:00
recipes-graphics libsdl3: upgrade 3.2.8 -> 3.2.10 2025-04-07 07:39:11 -07:00
recipes-kernel turbostat: make turbostat's version align with kernel version 2025-05-17 11:56:50 -06:00
recipes-multimedia mpv: build libmpv by default 2025-03-31 14:42:05 -07:00
recipes-navigation geos: upgrade 3.12.1 -> 3.13.1 2025-03-20 09:04:50 -07:00
recipes-networking/cyrus-sasl Drop unnecessary SRC_URI md5sum from the recipes in meta-oe. 2024-11-05 19:19:22 -08:00
recipes-printing qpdf: upgrade 11.10.1 -> 12.0.0 2025-03-25 14:57:20 -07:00
recipes-security kernel-hardening-checker: Set recipe as machine specific 2025-06-20 10:46:49 -04:00
recipes-shells recipes: Fix variable assignment whitespace 2025-03-20 08:46:56 -07:00
recipes-support syslog-ng: upgrade 4.8.1 -> 4.8.2 2025-07-27 14:35:10 -04:00
recipes-test catch2: upgrade 3.8.0 -> 3.8.1 2025-05-17 11:56:50 -06:00
COPYING.MIT
README.md meta-openemnedded: Add myself as walnascar maintainer 2025-04-16 18:20:05 -07:00
SECURITY.md meta: Add SECURITY.md file to all layers 2024-11-23 09:00:14 -08:00

meta-oe

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git branch: walnascar

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

Ubuntu sudo apt-get install gcc-multilib linux-libc-dev:i386

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][walnascar]' 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][walnascar][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.

Note, it is discouraged to send patches via GitHub pull request system. Such patches get less attention from developers and can be mishandled or not reviewed properly. Please use emails instead. For exemple, you can use 'git request-pull' to generate an email referencing your git repository.

Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well, 'git fetch ' 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.

layer maintainer: Armin Kuster akuster808@gmail.com