From: Fabrice Fontaine Date: Sat, 14 Mar 2026 13:07:33 +0000 (+0100) Subject: net/smartdns: assign PKG_CPE_ID X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a433330cfb539cfb0ee1cfa0533a4a04652c3529;p=openwrt-packages.git 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 --- diff --git a/net/smartdns/Makefile b/net/smartdns/Makefile index 584cce5a1..86c61edb1 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