[Buildroot] [git commit branch/2022.08.x] package/oracle-mysql: add CPE variables

Peter Korsgaard peter at korsgaard.com
Sun Nov 13 16:49:28 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=f732be4b1f2b2a38730683d4014081e202dbec36
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.08.x

cpe:2.3:a:oracle:mysql is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit fbe2a973da559ecf6fec9c2fa313cfa1fd50ea6e)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/oracle-mysql/oracle-mysql.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/oracle-mysql/oracle-mysql.mk b/package/oracle-mysql/oracle-mysql.mk
index f1f16abbb4..1086e4125f 100644
--- a/package/oracle-mysql/oracle-mysql.mk
+++ b/package/oracle-mysql/oracle-mysql.mk
@@ -13,6 +13,8 @@ ORACLE_MYSQL_DEPENDENCIES = ncurses
 ORACLE_MYSQL_AUTORECONF = YES
 ORACLE_MYSQL_LICENSE = GPL-2.0
 ORACLE_MYSQL_LICENSE_FILES = README COPYING
+ORACLE_MYSQL_CPE_ID_VENDOR = oracle
+ORACLE_MYSQL_CPE_ID_PRODUCT = mysql
 ORACLE_MYSQL_SELINUX_MODULES = mysql
 ORACLE_MYSQL_PROVIDES = mysql
 ORACLE_MYSQL_CONFIG_SCRIPTS = mysql_config



More information about the buildroot mailing list