From 2e14244ef56fc3ed1e32bf207fa3b19d3689f51b Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 14 Mar 2026 14:42:22 +0100 Subject: [PATCH] utils/opendoas: assign PKG_CPE_ID cpe:/a:opendoas_project:opendoas is the correct CPE ID for opendoas: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:opendoas_project:opendoas Signed-off-by: Fabrice Fontaine --- utils/opendoas/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/opendoas/Makefile b/utils/opendoas/Makefile index a1250b8f9d..34a73d8925 100644 --- a/utils/opendoas/Makefile +++ b/utils/opendoas/Makefile @@ -11,6 +11,7 @@ PKG_HASH:=4e98828056d6266bd8f2c93e6ecf12a63a71dbfd70a5ea99ccd4ab6d0745adf0 PKG_MAINTAINER:=Michal Vasilek PKG_LICENSE:=ISC BSD-3-Clause PKG_LICENSE_FILES:=LICENSE +PKG_CPE_ID:=cpe:/a:opendoas_project:opendoas PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1