[Buildroot] [git commit] package/flac: set FLAC_CPE_ID_VALID

Peter Korsgaard peter at korsgaard.com
Fri Mar 5 13:00:38 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=2b396fce9088295b96d75fb1a7c8b08303c40103
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

cpe:2.3:a:flac_project:flac is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/flac/flac.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/flac/flac.mk b/package/flac/flac.mk
index f2922ffefc..15d4eefb37 100644
--- a/package/flac/flac.mk
+++ b/package/flac/flac.mk
@@ -11,6 +11,7 @@ FLAC_INSTALL_STAGING = YES
 FLAC_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
 FLAC_LICENSE = Xiph BSD-like (libFLAC), GPL-2.0+ (tools), LGPL-2.1+ (other libraries)
 FLAC_LICENSE_FILES = COPYING.Xiph COPYING.GPL COPYING.LGPL
+FLAC_CPE_ID_VALID = YES
 
 # patch touching configure.ac
 FLAC_AUTORECONF = YES


More information about the buildroot mailing list