From: Fabrice Fontaine Date: Sat, 14 Mar 2026 13:42:22 +0000 (+0100) Subject: utils/opendoas: assign PKG_CPE_ID X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2e14244ef56fc3ed1e32bf207fa3b19d3689f51b;p=openwrt-packages.git 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 --- diff --git a/utils/opendoas/Makefile b/utils/opendoas/Makefile index a1250b8f9..34a73d892 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