diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-01-25 08:57:31 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-01-29 15:57:13 -0800 |
commit | 154fda59335fa0730a2e35af00a43a3c991fdc2e (patch) | |
tree | 03bcdbd56caf6db5569b36aaaac3a097e1243300 /net/atftp | |
parent | 903d0100202f249e62d05f382ab0f284e4b53d49 (diff) |
net/atftp: assign PKG_CPE_ID
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:atftp_project:atftp
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'net/atftp')
-rw-r--r-- | net/atftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/atftp/Makefile b/net/atftp/Makefile index 0d281502e..b85e520a1 100644 --- a/net/atftp/Makefile +++ b/net/atftp/Makefile @@ -17,6 +17,7 @@ PKG_HASH:=df2aa089c7670f9eab40e5598e5d2cb6a582dc5182926ea50b4d690e4e37f316 PKG_MAINTAINER:=Daniel Danzberger <daniel@dd-wrt.com> PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=LICENSE +PKG_CPE_ID:=cpe:/a:atftp_project:atftp PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 |