summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-02-04 20:35:08 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-02 19:25:59 -0800
commitf66593bab71de14c34487fa9b0942c2a672645e0 (patch)
tree64349857525837b90117dd91d5331595616aab2f
parent60ff931fe78cc839521e0676a49d819c80776871 (diff)
downloadmeta-openembedded-f66593bab71de14c34487fa9b0942c2a672645e0.tar.gz
live555: set CVE_PRODUCT
live555 is an old project, it has multiple CPEs associated with. Set the ones in CVE_PRODUCT that are still active. See CVE db query: sqlite> select vendor, product, count(*) from products where vendor like '%live555%' or product like '%live555%' group by 1, 2; live555|liblivemedia|1 live555|live555|7 live555|live555_media_server|2 live555|media_server|1 live555|streaming_media|160 All of them are relevant to this recipe, although media_server hasn't been used since 2007, that one wasn't set. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-multimedia/live555/live555_20260112.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/live555/live555_20260112.bb b/meta-oe/recipes-multimedia/live555/live555_20260112.bb
index 8729d9ca0b..ee92fd36c4 100644
--- a/meta-oe/recipes-multimedia/live555/live555_20260112.bb
+++ b/meta-oe/recipes-multimedia/live555/live555_20260112.bb
@@ -17,6 +17,7 @@ SRC_URI = "https://download.videolan.org/pub/contrib/live555/live.${URLV}.tar.gz
17MIRRORS += "http://www.live555.com/liveMedia/public/ http://download.videolan.org/contrib/live555/ \n" 17MIRRORS += "http://www.live555.com/liveMedia/public/ http://download.videolan.org/contrib/live555/ \n"
18 18
19SRC_URI[sha256sum] = "2c54c2e090065849d0ab8cc7b06942f4e66dde17f2a0c80ae20b907d562c937e" 19SRC_URI[sha256sum] = "2c54c2e090065849d0ab8cc7b06942f4e66dde17f2a0c80ae20b907d562c937e"
20CVE_PRODUCT = "live555 live555_media_server live555:streaming_media live555:liblivemedia"
20 21
21S = "${UNPACKDIR}/live" 22S = "${UNPACKDIR}/live"
22 23