From f3b5536d8e920b8f2ea48c307f1a2c8135d60356 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 14 Mar 2026 21:13:07 +0100 Subject: [PATCH] sound/fluidsynth: assign PKG_CPE_ID cpe:/a:fluidsynth:fluidsynth is the correct CPE ID for fluidsynth: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:fluidsynth:fluidsynth Signed-off-by: Fabrice Fontaine --- sound/fluidsynth/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/fluidsynth/Makefile b/sound/fluidsynth/Makefile index f83afe3392..b86ef0c094 100644 --- a/sound/fluidsynth/Makefile +++ b/sound/fluidsynth/Makefile @@ -11,6 +11,7 @@ PKG_HASH:=7fb0e328c66a24161049e2b9e27c3b6e51a6904b31b1a647f73cc1f322523e88 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=LGPL-2.1 PKG_LICENSE_FILES:=LICENSE +PKG_CPE_ID:=cpe:/a:fluidsynth:fluidsynth include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk