From a75fc52bf39a46e049e1fa7fb132502780c1e340 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 14 Mar 2026 14:12:49 +0100 Subject: [PATCH] net/sing-box: assign PKG_CPE_ID cpe:/a:sagernet:sing-box is the correct CPE ID for sing-box: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:sagernet:sing-box Signed-off-by: Fabrice Fontaine --- net/sing-box/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/sing-box/Makefile b/net/sing-box/Makefile index ef5812baee..fce5451898 100644 --- a/net/sing-box/Makefile +++ b/net/sing-box/Makefile @@ -11,6 +11,7 @@ PKG_HASH:=6c4333c3f53a07cc96b63a801fdf6c156820d51cd2eb05e44ea78df290a45377 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Van Waholtz +PKG_CPE_ID:=cpe:/a:sagernet:sing-box PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1