From 6e408ea7bd6078583fa392b5798e93e217c669fe Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 14 Mar 2026 14:47:08 +0100 Subject: [PATCH] net/openlist: assign PKG_CPE_ID cpe:/a:oplist:openlist is the correct CPE ID for openlist: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:oplist:openlist Signed-off-by: Fabrice Fontaine --- net/openlist/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/openlist/Makefile b/net/openlist/Makefile index f54699b67d..3f99c34fa3 100644 --- a/net/openlist/Makefile +++ b/net/openlist/Makefile @@ -16,6 +16,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/OpenList-$(PKG_VERSION) PKG_LICENSE:=AGPL-3.0-only PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Tianling Shen +PKG_CPE_ID:=cpe:/a:oplist:openlist PKG_BUILD_DEPENDS:=golang/host fuse PKG_BUILD_PARALLEL:=1