[Buildroot] [git commit] package/clamav: add CLAMAV_CPE_ID_VENDOR
From: Yann E. MORIN <hidden>
Date: 2021-01-17 16:13:37
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Yann E. MORIN <hidden>
Date: 2021-01-17 16:13:37
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=b6f7e0a1cd895b1ac3093f7e778fde8b071a3210 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master cpe:2.3:a:clamav:clamav is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aclamav%3Aclamav Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Yann E. MORIN <redacted> --- package/clamav/clamav.mk | 1 + 1 file changed, 1 insertion(+)
diff --git a/package/clamav/clamav.mk b/package/clamav/clamav.mk
index 45d62943a0..1d90073084 100644
--- a/package/clamav/clamav.mk
+++ b/package/clamav/clamav.mk@@ -10,6 +10,7 @@ CLAMAV_LICENSE = GPL-2.0 CLAMAV_LICENSE_FILES = COPYING COPYING.bzip2 COPYING.file COPYING.getopt \ COPYING.LGPL COPYING.llvm COPYING.lzma COPYING.pcre COPYING.regex \ COPYING.unrar COPYING.zlib +CLAMAV_CPE_ID_VENDOR = clamav CLAMAV_DEPENDENCIES = \ host-pkgconf \ libcurl \