[Buildroot] [PATCH 1/1] package/dovecot-pigeonhole: add CPE variables

Fabrice Fontaine fontaine.fabrice at gmail.com
Tue Mar 2 14:15:04 UTC 2021


cpe:2.3:a:dovecot:pigeonhole is a valid CPE identifier for this package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Adovecot%3Apigeonhole

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/dovecot-pigeonhole/dovecot-pigeonhole.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/dovecot-pigeonhole/dovecot-pigeonhole.mk b/package/dovecot-pigeonhole/dovecot-pigeonhole.mk
index 5c4cdb633e..b65e388a06 100644
--- a/package/dovecot-pigeonhole/dovecot-pigeonhole.mk
+++ b/package/dovecot-pigeonhole/dovecot-pigeonhole.mk
@@ -9,6 +9,8 @@ DOVECOT_PIGEONHOLE_SOURCE = dovecot-2.3-pigeonhole-$(DOVECOT_PIGEONHOLE_VERSION)
 DOVECOT_PIGEONHOLE_SITE = https://pigeonhole.dovecot.org/releases/2.3
 DOVECOT_PIGEONHOLE_LICENSE = LGPL-2.1
 DOVECOT_PIGEONHOLE_LICENSE_FILES = COPYING
+DOVECOT_PIGEONHOLE_CPE_ID_VENDOR = dovecot
+DOVECOT_PIGEONHOLE_CPE_ID_PRODUCT = pigeonhole
 DOVECOT_PIGEONHOLE_DEPENDENCIES = dovecot
 
 DOVECOT_PIGEONHOLE_CONF_OPTS = --with-dovecot=$(STAGING_DIR)/usr/lib
-- 
2.30.0



More information about the buildroot mailing list