[Buildroot] [git commit] package/php: add PHP_CPE_ID_VENDOR

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Jan 18 20:49:12 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=85dc033f2413bb5e80d94349c9ba7a08c7c3d7e6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

cpe:2.3:a:php:php is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/php/php.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/php/php.mk b/package/php/php.mk
index fa518c3012..7a5b7bae04 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -13,6 +13,7 @@ PHP_INSTALL_TARGET_OPTS = INSTALL_ROOT=$(TARGET_DIR) install
 PHP_DEPENDENCIES = host-pkgconf pcre2
 PHP_LICENSE = PHP-3.01
 PHP_LICENSE_FILES = LICENSE
+PHP_CPE_ID_VENDOR = php
 PHP_CONF_OPTS = \
 	--mandir=/usr/share/man \
 	--infodir=/usr/share/info \


More information about the buildroot mailing list