aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-09-03 11:54:03 +0200
committerRosen Penev <rosenp@gmail.com>2022-10-21 15:39:49 -0700
commit647369bc456d844d614b3ec11b0e6cbb66eaf911 (patch)
tree76643624ae419dbb0b7e7b9bfe74a9405d4917d0 /utils
parent6dbefb089b60ba8e10c4a27a6715fc56db9f52d6 (diff)
gnupg: add PKG_CPE_ID
Add PKG_CPE_ID:=cpe:/a:gnupg:gnupg to allow scanning for CVEs. Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'utils')
-rw-r--r--utils/gnupg2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/gnupg2/Makefile b/utils/gnupg2/Makefile
index a8a8ecd7f..ce81a88b9 100644
--- a/utils/gnupg2/Makefile
+++ b/utils/gnupg2/Makefile
@@ -17,6 +17,7 @@ PKG_HASH:=ab74db6685f026d7c0a10b527ecddecd608606a1691d15fda5d0a7f7d27e4c2f
PKG_LICENSE:=GPL-3.0-or-later
PKG_LICENSE_FILES:=COPYING COPYING.CC0 COPYING.GPL2 COPYING.LGPL21 COPYING.LGPL3 COPYING.other
+PKG_CPE_ID:=cpe:/a:gnupg:gnupg
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1