From: Fabrice Fontaine Date: Sat, 14 Mar 2026 14:28:24 +0000 (+0100) Subject: libs/libtheora: assign PKG_CPE_ID X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9bf5837536346022bcaa3881d50e48d18f1f12bc;p=openwrt-packages.git 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 --- diff --git a/libs/libtheora/Makefile b/libs/libtheora/Makefile index 58404b9ef..ae1c049ac 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