[Buildroot] [PATCH 1/1] package/openldap: add OPENLDAP_CPE_ID_VENDOR

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Jan 14 21:34:58 UTC 2021


On Tue, 12 Jan 2021 19:04:48 +0100
Fabrice Fontaine <fontaine.fabrice at gmail.com> wrote:

> cpe:2.3:a:openldap:openldap is a valid CPE identifier for this package:
> 
>   https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aopenldap%3Aopenldap
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
> ---
>  package/openldap/openldap.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/openldap/openldap.mk b/package/openldap/openldap.mk
> index e44c958c41..17128910e1 100644
> --- a/package/openldap/openldap.mk
> +++ b/package/openldap/openldap.mk
> @@ -9,6 +9,7 @@ OPENLDAP_SOURCE = openldap-$(OPENLDAP_VERSION).tgz
>  OPENLDAP_SITE = https://www.openldap.org/software/download/OpenLDAP/openldap-release
>  OPENLDAP_LICENSE = OpenLDAP Public License
>  OPENLDAP_LICENSE_FILES = LICENSE
> +OPENLDAP_CPE_ID_VENDOR = $(OPENLDAP_NAME)

I think Peter didn't really like to use $(OPENLDAP_NAME) and preferred
using just "openldap". So I changed that and applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list