From f348cd641416d2750dfec8e19bd01e7ae9f809aa Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 9 Feb 2018 12:39:08 +0000 Subject: db: set correct product and version for CVE matches We may ship db 5.3.28, but the CVE database knows this as oracle_berkeley_db 11.2.5.3.28. Signed-off-by: Ross Burton --- meta/recipes-support/db/db_5.3.28.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-support/db') diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb index fe71967715..093ee44909 100644 --- a/meta/recipes-support/db/db_5.3.28.bb +++ b/meta/recipes-support/db/db_5.3.28.bb @@ -14,6 +14,9 @@ HOMEPAGE = "http://www.oracle.com/technetwork/database/database-technologies/ber LICENSE = "Sleepycat" RCONFLICTS_${PN} = "db3" +CVE_PRODUCT = "oracle_berkeley_db" +CVE_VERSION = "11.2.${PV}" + PR = "r1" PE = "1" -- cgit 1.2.3-korg