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

git at git.openembedded.org git at git.openembedded.org
Sun Jul 23 07:02:46 UTC 2017


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 029fa3545c586eb9534af080d4a9d0fc2cdadf92
Author: Mikko Rapeli <mikko.rapeli at bmw.de>
AuthorDate: Thu Jul 20 16:22:51 2017 +0300

    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>
---
 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