[oe-commits] [openembedded-core] 45/51: acpid.inc: set CVE_PRODUCT to acpid2

git at git.openembedded.org git at git.openembedded.org
Sun Jan 7 17:11:54 UTC 2018


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

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

commit 03225f76dd255ae2f70d0ebdece62be284f2a090
Author: Mikko Rapeli <mikko.rapeli at bmw.de>
AuthorDate: Mon Dec 18 15:50:46 2017 +0200

    acpid.inc: set CVE_PRODUCT to acpid2
    
    It is used in NVD database for CVE's like:
    
    https://nvd.nist.gov/vuln/detail/CVE-2011-4578
    
    Signed-off-by: Mikko Rapeli <mikko.rapeli at bmw.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit 966052df79df0f68565ebc40887170322d3f85b8)
    Signed-off-by: Ruslan Ruslichenko <rruslich at cisco.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-bsp/acpid/acpid.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-bsp/acpid/acpid.inc b/meta/recipes-bsp/acpid/acpid.inc
index 12ec19b..766ed4f 100644
--- a/meta/recipes-bsp/acpid/acpid.inc
+++ b/meta/recipes-bsp/acpid/acpid.inc
@@ -9,6 +9,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/acpid2/acpid-${PV}.tar.xz \
            file://acpid.service \
           "
 
+CVE_PRODUCT = "acpid2"
+
 inherit autotools update-rc.d systemd
 
 INITSCRIPT_NAME = "acpid"

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


More information about the Openembedded-commits mailing list