meta-openembedded/meta-oe
Gyorgy Sarvari 2578e5c17d
xrdp: patch CVE-2022-23484
Details: https://nvd.nist.gov/vuln/detail/CVE-2022-23484

Pick the patch that mentions this vulnerability explicitly.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
2025-12-04 14:10:10 +05:30
..
classes meta-oe: image: optionally remove RAW image after sparse image creation 2025-09-23 10:08:04 +08:00
conf layer.conf: add bpftrace to NON_MULTILIB_RECIPES 2025-10-06 15:59:57 +08:00
dynamic-layers kmsxx: Revert to using original name for kmstest 2025-08-02 13:37:04 -04:00
files influxdb: Add missing group to static id 2024-02-17 17:35:24 -08:00
lib/oeqa/selftest/cases
licenses openldap: make license match spdx identifier 2025-11-17 10:15:06 +05:30
recipes-benchmark fio: fix CVE-2025-10823 2025-10-30 14:43:36 +08:00
recipes-bsp lmsensors: Fix build without sensord 2025-06-23 16:52:32 -04:00
recipes-connectivity libwebsockets: fix CVE-2025-11678 2025-11-21 11:06:18 +05:30
recipes-core emlog: set CVE_PRODUCT 2025-10-30 14:43:31 +08:00
recipes-crypto botan: patch CVE-2024-50382 and CVE-2024-50383 2025-11-19 08:46:56 +05:30
recipes-dbs influxdb: Update CVE status for CVE-2019-10329 2025-10-30 14:43:35 +08:00
recipes-devtools yasm: patch CVE-2021-33456 2025-12-03 10:31:32 +05:30
recipes-extended redis: handle CVE-2025-27151 2025-12-03 10:31:33 +05:30
recipes-gnome pyxdg: update SRC_URI 2025-11-12 11:32:41 +05:30
recipes-graphics fbida: Require opengl feature for pdf only 2025-11-28 11:27:05 -08:00
recipes-kernel trace-cmd: Update SRC_URI to use HTTPS protocol 2025-12-03 10:37:26 +05:30
recipes-multimedia audiofile: mark CVE-2020-18781 as patched 2025-11-17 10:16:55 +05:30
recipes-navigation geoclue: enable demo agent 2024-03-18 15:42:49 -07:00
recipes-networking/cyrus-sasl cyrus-sasl: Fix groupname gid change warning 2023-08-05 09:29:56 -07:00
recipes-printing libcupsfilters: patch CVE-2024-47076 2025-10-30 14:43:34 +08:00
recipes-security audit: fix build when systemd is enabled. 2025-11-17 10:15:06 +05:30
recipes-shells dash: set CVE_PRODUCT 2025-10-30 14:43:34 +08:00
recipes-support xrdp: patch CVE-2022-23484 2025-12-04 14:10:10 +05:30
recipes-test evtest: upgrade 1.35 -> 1.36 2025-11-17 10:15:06 +05:30
COPYING.MIT
README.md meta-openemnedded: Add myself as scarthgap maintainer 2024-03-27 20:07:53 -07:00

meta-oe

This layer depends on:

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

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][scarthgap]' 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][scarthgap][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 ' 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