[Buildroot] [git commit branch/2021.02.x] package/gettext-gnu: add CPE variables

Peter Korsgaard peter at korsgaard.com
Fri Mar 26 22:41:48 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=11c566e3066911e0889b8d0c67ac41354eb2e404
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

cpe:2.3:a:gnu:gettext is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 15b6cae49a8f1e48362732ed1845307fdd505f04)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/gettext-gnu/gettext-gnu.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/gettext-gnu/gettext-gnu.mk b/package/gettext-gnu/gettext-gnu.mk
index ee7e97baf7..9a1eabd0df 100644
--- a/package/gettext-gnu/gettext-gnu.mk
+++ b/package/gettext-gnu/gettext-gnu.mk
@@ -11,6 +11,8 @@ GETTEXT_GNU_SOURCE = gettext-$(GETTEXT_GNU_VERSION).tar.xz
 GETTEXT_GNU_INSTALL_STAGING = YES
 GETTEXT_GNU_LICENSE = LGPL-2.1+ (libintl), GPL-3.0+ (the rest)
 GETTEXT_GNU_LICENSE_FILES = COPYING gettext-runtime/intl/COPYING.LIB
+GETTEXT_GNU_CPE_ID_VENDOR = gnu
+GETTEXT_GNU_CPE_ID_PRODUCT = gettext
 # 0002-restore-the-ability-to-buld-gettext-tools-seperately-part1.patch
 GETTEXT_GNU_AUTORECONF = YES
 GETTEXT_GNU_PROVIDES = gettext


More information about the buildroot mailing list