[oe-commits] [openembedded-core] 16/39: quota_4.03.bb: set CVE_PRODUCT to linux_diskquota

git at git.openembedded.org git at git.openembedded.org
Tue Aug 29 10:58:13 UTC 2017


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

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

commit cc9cca186fd1d4a7f2cb02484303ebb9f889c130
Author: Mikko Rapeli <mikko.rapeli at bmw.de>
AuthorDate: Thu Jul 20 16:23:06 2017 +0300

    quota_4.03.bb: set CVE_PRODUCT to linux_diskquota
    
    It is used in NVD for CVE's like:
    
    https://nvd.nist.gov/vuln/detail/CVE-2012-3417
    
    Signed-off-by: Mikko Rapeli <mikko.rapeli at bmw.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit 07be7cb9405e4a6289edad8afb3a50c1f8651620)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-extended/quota/quota_4.03.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/quota/quota_4.03.bb b/meta/recipes-extended/quota/quota_4.03.bb
index 22aab41..28b3854 100644
--- a/meta/recipes-extended/quota/quota_4.03.bb
+++ b/meta/recipes-extended/quota/quota_4.03.bb
@@ -22,6 +22,8 @@ SRC_URI_append_libc-musl = " file://replace_getrpcbynumber_r.patch"
 SRC_URI[md5sum] = "6b09f9c93515c25a528be5754cdfb6f5"
 SRC_URI[sha256sum] = "9c6c4d9ae7bf30506dd2aa3d8056c4ff2f8d087930d7c721616f5c093bdc674b"
 
+CVE_PRODUCT = "linux_diskquota"
+
 UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/linuxquota/files/quota-tools/"
 UPSTREAM_CHECK_REGEX = "/quota-tools/(?P<pver>(\d+[\.\-_]*)+)/"
 

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


More information about the Openembedded-commits mailing list