From 9bf5837536346022bcaa3881d50e48d18f1f12bc Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 14 Mar 2026 15:28:24 +0100 Subject: [PATCH] libs/libtheora: assign PKG_CPE_ID cpe:/a:xiph:theora is the correct CPE ID for libtheora: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:xiph:theora Signed-off-by: Fabrice Fontaine --- libs/libtheora/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libtheora/Makefile b/libs/libtheora/Makefile index 58404b9ef1..ae1c049acb 100644 --- a/libs/libtheora/Makefile +++ b/libs/libtheora/Makefile @@ -16,6 +16,7 @@ PKG_HASH:=ebdf77a8f5c0a8f7a9e42323844fa09502b34eb1d1fece7b5f54da41fe2122ec PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING LICENSE +PKG_CPE_ID:=cpe:/a:xiph:theora PKG_FIXUP:=autoreconf PKG_BUILD_DEPENDS:=libvorbis