meta-openembedded/meta-oe
Ankur Tyagi 07330a98cf libppd: patch CVE-2024-47175
Details https://nvd.nist.gov/vuln/detail/CVE-2024-47175

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
2025-10-13 09:21:32 +02:00
..
classes check-version-mismatch.bbclass: make it work for walnascar 2025-06-20 10:46:50 -04:00
conf crash: fix reproducibility 2025-10-13 09:21:23 +02:00
dynamic-layers thin-provisioning-tools: fix bindgen build error with clang on octeontx2 2025-09-06 16:15:36 +02:00
files libgpiod: Add gpio-manager/gpio to static IDs 2025-03-15 23:05:31 -07:00
lib/oeqa/selftest/cases syzkaller: add recipe and selftest for syzkaller fuzzing 2022-10-21 09:57:59 -07:00
licenses nmap: set correct license 2025-10-13 09:21:31 +02:00
recipes-benchmark iperf2: ignore irrelevant CVEs 2025-10-13 09:21:32 +02:00
recipes-bsp lsscsi: fix versioning 2025-10-01 13:26:29 +02:00
recipes-connectivity mosh: set working SRC_URI 2025-10-01 13:26:29 +02:00
recipes-core safec: Pass Qunused-arguments when using clang 2025-10-01 13:26:29 +02:00
recipes-crypto libmcrypt: fix build with gcc-15.0.1 2025-04-01 20:43:27 -07:00
recipes-dbs postgresql: upgrade 17.5 -> 17.6 2025-09-07 07:37:56 +02:00
recipes-devtools cjson: upgrade 1.7.18 -> 1.7.19 2025-10-01 13:52:29 +02:00
recipes-extended redis: patch CVE-2025-48367 2025-10-13 09:21:31 +02:00
recipes-gnome malcontent: update 0.13.0 -> 0.13.1 2025-10-01 13:53:12 +02:00
recipes-graphics jasper: patch CVE-2025-8837 2025-10-13 09:21:32 +02:00
recipes-kernel crash: fix reproducibility 2025-10-13 09:21:23 +02:00
recipes-multimedia v4l-utils: Fix QA and build errors related to _TIME_BITS on 32-bit 2025-09-06 16:15:45 +02: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 libppd: patch CVE-2024-47175 2025-10-13 09:21:32 +02:00
recipes-security nmap: set correct license 2025-10-13 09:21:31 +02:00
recipes-shells recipes: Fix variable assignment whitespace 2025-03-20 08:46:56 -07:00
recipes-support hdf5: patch CVE-2025-6269 2025-10-13 09:21:32 +02:00
recipes-test pm-qa: update git fetch protocol 2025-10-01 13:26:29 +02: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