Go to file
Peter Marko a68c3df41c
sox: extend CVE_PRODUCT
Add all relevant items from queries:
$ sqlite3 nvdcve_2-2.db
sqlite> select vendor, product, count(*) from products where product like '%sox%' group by vendor, product;
commugen|sox_365|1
libsox_project|libsox|1
sox|sox|3
sox_project|sox|10
sqlite> select vendor, product, count(*) from products where product like '%sound_exchange%' group by vendor, product;
sound_exchange_project|sound_exchange|16

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-03-16 16:34:58 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems recipes: drop ld-is-gold support 2025-02-23 17:36:08 -08:00
meta-gnome clutter-gst: Add m4 dir to autoconf macro search paths 2025-03-02 08:48:12 -08:00
meta-initramfs dracut: upgrade 103 -> 106 2025-02-25 09:48:25 -08:00
meta-multimedia sox: extend CVE_PRODUCT 2025-03-16 16:34:58 -07:00
meta-networking reproducibility: Mark phytool{,-dbg} as known non-reproducible 2025-03-15 23:05:31 -07:00
meta-oe procmail: Fix build with GCC-14 2025-03-16 14:24:21 -07:00
meta-perl libnet-dns-perl: upgrade 1.49 -> 1.50 2025-02-26 08:30:50 -08:00
meta-python python3-pyasyncore: Add recipe 2025-03-13 22:09:36 -07:00
meta-webserver xdebug: Upgrade to 3.4.2 release 2025-03-14 13:40:59 -07:00
meta-xfce xfce4-session: 4.18.4 -> 4.20.0 2025-03-13 22:09:35 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories