From: Fabrice Fontaine Date: Sat, 6 Feb 2021 15:50:11 +0000 (+0100) Subject: package/unbound: add UNBOUND_CPE_ID_VENDOR X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1cc809874cc41217c695a1a1ea79d627d5082f24;p=buildroot.git package/unbound: add UNBOUND_CPE_ID_VENDOR 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 Signed-off-by: Peter Korsgaard --- 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 \