diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-03-16 23:53:47 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-16 16:34:58 -0700 |
| commit | a68c3df41cd7049f5b156955d70cb4f76b6d9f76 (patch) | |
| tree | 29301dea0e7a4674b43421322fde0b6bd1b03c7f /meta-multimedia/recipes-multimedia | |
| parent | 6d13c58e386d478b8788f440b7815cb866b9d6f0 (diff) | |
| download | meta-openembedded-a68c3df41cd7049f5b156955d70cb4f76b6d9f76.tar.gz | |
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>
Diffstat (limited to 'meta-multimedia/recipes-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb b/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb index 800fcad2c9..c1edd0fad7 100644 --- a/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb +++ b/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb | |||
| @@ -35,6 +35,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/sox/sox-${PV}.tar.gz \ | |||
| 35 | SRC_URI[md5sum] = "d04fba2d9245e661f245de0577f48a33" | 35 | SRC_URI[md5sum] = "d04fba2d9245e661f245de0577f48a33" |
| 36 | SRC_URI[sha256sum] = "b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3bb55f6c" | 36 | SRC_URI[sha256sum] = "b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3bb55f6c" |
| 37 | 37 | ||
| 38 | CVE_PRODUCT:append = " libsox_project:libsox sound_exchange_project:sound_exchange" | ||
| 39 | |||
| 38 | inherit autotools pkgconfig | 40 | inherit autotools pkgconfig |
| 39 | 41 | ||
| 40 | # Enable largefile support | 42 | # Enable largefile support |
