[Buildroot] [git commit] package/wireshark: add WIRESHARK_CPE_ID_VENDOR
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Date: 2021-01-21 21:01:59
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Date: 2021-01-21 21:01:59
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=db908ecfdf520e1af25733b0c7d3801a1f7cc705 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master cpe:2.3:a:wireshark:wireshark is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Awireshark%3Awireshark Signed-off-by: Heiko Thiery <redacted> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> --- package/wireshark/wireshark.mk | 1 + 1 file changed, 1 insertion(+)
diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk
index 84dfe74948..de29417ccd 100644
--- a/package/wireshark/wireshark.mk
+++ b/package/wireshark/wireshark.mk@@ -9,6 +9,7 @@ WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.xz WIRESHARK_SITE = https://www.wireshark.org/download/src/all-versions WIRESHARK_LICENSE = wireshark license WIRESHARK_LICENSE_FILES = COPYING +WIRESHARK_CPE_ID_VENDOR = wireshark WIRESHARK_DEPENDENCIES = \ c-ares \ host-pkgconf \