1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

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.

(From OE-Core rev: f348cd641416d2750dfec8e19bd01e7ae9f809aa)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2018-02-09 12:39:08 +00:00
committed by Richard Purdie
parent 325096cd2a
commit df1ead11d2
+3
View File
@@ -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"