From: Fabrice Fontaine Date: Sat, 14 Mar 2026 13:47:08 +0000 (+0100) Subject: net/openlist: assign PKG_CPE_ID X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6e408ea7bd6078583fa392b5798e93e217c669fe;p=openwrt-packages.git 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 --- diff --git a/net/openlist/Makefile b/net/openlist/Makefile index f54699b67..3f99c34fa 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