meta-openembedded/meta-oe
Yogita Urade 7da6cb848b indent: fix CVE-2023-40305
GNU indent 2.2.13 has a heap-based buffer overflow in search_brace
in indent.c via a crafted file.

Reference:
https://savannah.gnu.org/bugs/index.php?64503

Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2023-11-03 10:52:59 -04:00
..
classes image_types_sparse: stop using ext2simg 2021-08-30 13:44:23 -07:00
conf meta-oe: add pahole to NON_MULTILIB_RECIPES 2023-06-15 08:31:00 -04:00
dynamic-layers meta-oe-components: Avoid usage of nobranch=1 2023-09-04 12:01:53 -04:00
lib/oeqa/selftest/cases PEP8 double aggressive E301 ~ E306 2021-04-15 09:28:44 -07:00
licenses mimic: Use special rateconv.c license 2022-05-17 05:57:10 -07:00
recipes-benchmark iperf3: upgrade 3.11 -> 3.14 2023-09-06 09:12:59 -04:00
recipes-bsp lmsensors: do not pull in unneeded perl modules for run-time dependencies 2023-08-11 10:29:47 -04:00
recipes-connectivity rabbitmq-c: Fix CVE-2023-35789 2023-09-23 13:06:57 -04:00
recipes-core Fix missing leading whitespace with ':append' 2023-01-29 11:23:14 -05:00
recipes-crypto Fix missing leading whitespace with ':append' 2023-01-29 11:23:14 -05:00
recipes-dbs postgresql: Update to 14.9 2023-08-30 13:40:19 -04:00
recipes-devtools suiteparse: Adapt to upstream branch name changes 2023-11-03 10:49:44 -04:00
recipes-extended indent: fix CVE-2023-40305 2023-11-03 10:52:59 -04:00
recipes-gnome atkmm: Allow build with wayland 2022-05-03 06:49:08 -07:00
recipes-graphics freeglut: Add packageconfigs for x11/wayland/gles 2023-09-23 13:38:46 -04:00
recipes-kernel libbpf: installing uapi headers for native package 2023-05-23 23:12:51 -04:00
recipes-multimedia jack: fix compatibility with python-3.11 2023-04-13 08:25:50 -04:00
recipes-navigation gpsd: Correct the creation of the gps-utils-python package 2022-04-22 11:08:25 -07:00
recipes-printing qpdf: upgrade 10.5.0 -> 10.6.3 2022-04-14 19:42:10 -07:00
recipes-security audit: Revert the tweak done in configure step in do_install 2022-09-22 09:49:12 -04:00
recipes-shells zsh: fix installed-vs-shipped with multilib 2023-04-13 08:26:26 -04:00
recipes-support c-ares: CVE-ID correction for CVE-2022-4904 2023-09-27 10:23:10 -04:00
recipes-test Googletest: Adapt googletest 1.11.0 with gcc11 2023-06-19 07:19:41 -04:00
COPYING.MIT
README meta-openemnedded: Add myself as kirkstone maintainer 2022-04-23 17:14:31 -07:00

meta-oe
=======

This layer depends on:

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

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][kirkstone]' 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][kirkstone][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.

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