From e8360bc4e1205e9b931623f9a9a1044056af85cd Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 14 Mar 2026 14:52:24 +0100 Subject: [PATCH] sound/owntone: assign PKG_CPE_ID cpe:/a:owntone:owntone_server is the correct CPE ID for owntone: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:owntone:owntone_server Signed-off-by: Fabrice Fontaine --- sound/owntone/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/owntone/Makefile b/sound/owntone/Makefile index 6f8d97c12c..a93d7d561a 100644 --- a/sound/owntone/Makefile +++ b/sound/owntone/Makefile @@ -23,6 +23,7 @@ PKG_INSTALL:=1 PKG_MAINTAINER:=Espen Jürgensen PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING +PKG_CPE_ID:=cpe:/a:owntone:owtone_server include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk