[Buildroot] [git commit] package/unbound: add UNBOUND_CPE_ID_VENDOR
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-02-07 09:40:01
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-02-07 09:40:01
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=1cc809874cc41217c695a1a1ea79d627d5082f24 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master cpe:2.3:a:nlnetlabs:unbound is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Anlnetlabs%3Aunbound Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> --- package/unbound/unbound.mk | 1 + 1 file changed, 1 insertion(+)
diff --git a/package/unbound/unbound.mk b/package/unbound/unbound.mk
index 8b7d1e8e9f..faed60ccb9 100644
--- a/package/unbound/unbound.mk
+++ b/package/unbound/unbound.mk@@ -9,6 +9,7 @@ UNBOUND_SITE = https://www.unbound.net/downloads UNBOUND_DEPENDENCIES = host-pkgconf expat libevent openssl UNBOUND_LICENSE = BSD-3-Clause UNBOUND_LICENSE_FILES = LICENSE +UNBOUND_CPE_ID_VENDOR = nlnetlabs UNBOUND_CONF_OPTS = \ --disable-rpath \ --disable-debug \