From a433330cfb539cfb0ee1cfa0533a4a04652c3529 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 14 Mar 2026 14:07:33 +0100 Subject: [PATCH] net/smartdns: assign PKG_CPE_ID cpe:/a:pymumu:smartdns is the correct CPE ID for smartdns: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:pymumu:smartdns Signed-off-by: Fabrice Fontaine --- net/smartdns/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/smartdns/Makefile b/net/smartdns/Makefile index 584cce5a1a..86c61edb10 100644 --- a/net/smartdns/Makefile +++ b/net/smartdns/Makefile @@ -17,6 +17,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-Release$(PKG_VERSION) PKG_MAINTAINER:=Nick Peng PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE +PKG_CPE_ID:=cpe:/a:pymumu:smartdns PKG_BUILD_PARALLEL:=1