[oe-commits] [openembedded-core] 50/57: db: set correct product and version for CVE matches

git at git.openembedded.org git at git.openembedded.org
Thu Feb 15 13:31:49 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 29864e570c2e3f1e6a1ae674df397f093c29c373
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Feb 9 12:39:08 2018 +0000

    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 <ross.burton at intel.com>
---
 meta/recipes-support/db/db_5.3.28.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb
index fe71967..093ee44 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list