diff mbox series

[meta-multimedia,wrynose,7/42] fluidsynth: mark CVEs fixed

Message ID 20260923104056.457360-7-ankur.tyagi85@gmail.com
State New
Headers show
Series [meta-oe,wrynose,1/42] c-ares: mark CVEs fixed | expand

Commit Message

Ankur Tyagi Sept. 23, 2026, 10:40 a.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Release note[1] also confirms the fix.

Details:
https://nvd.nist.gov/vuln/detail/cve-2026-58264
https://nvd.nist.gov/vuln/detail/cve-2026-61714
https://nvd.nist.gov/vuln/detail/cve-2026-61720
https://nvd.nist.gov/vuln/detail/cve-2026-61721
https://nvd.nist.gov/vuln/detail/cve-2026-61722
https://nvd.nist.gov/vuln/detail/cve-2026-61723

[1]https://github.com/FluidSynth/fluidsynth/releases/tag/v2.5.6

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../recipes-multimedia/fluidsynth/fluidsynth_2.5.7.bb       | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.5.7.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.5.7.bb
index 8bf40cbb51..43b9e0c870 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.5.7.bb
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.5.7.bb
@@ -40,3 +40,9 @@  PACKAGECONFIG[sdl] = "-Denable-sdl3=ON,-Denable-sdl3=OFF,libsdl3"
 PACKAGECONFIG[sndfile] = "-Denable-libsndfile=ON,-Denable-libsndfile=OFF,libsndfile1"
 PACKAGECONFIG[systemd] = "-Denable-systemd=ON,-Denable-systemd=OFF,systemd"
 
+CVE_STATUS[CVE-2026-58264] = "fixed-version: fixed since v2.5.6"
+CVE_STATUS[CVE-2026-61714] = "fixed-version: fixed since v2.5.6"
+CVE_STATUS[CVE-2026-61720] = "fixed-version: fixed since v2.5.6"
+CVE_STATUS[CVE-2026-61721] = "fixed-version: fixed since v2.5.6"
+CVE_STATUS[CVE-2026-61722] = "fixed-version: fixed since v2.5.6"
+CVE_STATUS[CVE-2026-61723] = "fixed-version: fixed since v2.5.6"