[oe-commits] [openembedded-core] 04/39: flac_1.3.1.bb: set CVE_PRODUCT to libflac

git at git.openembedded.org git at git.openembedded.org
Tue Aug 29 10:58:01 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 4fb024450b8f2b7de01969c32e8a6fbcc8f50019
Author: Mikko Rapeli <mikko.rapeli at bmw.de>
AuthorDate: Thu Jul 20 16:22:54 2017 +0300

    flac_1.3.1.bb: set CVE_PRODUCT to libflac
    
    NVD uses product name libflac for CVE's like:
    
    https://nvd.nist.gov/vuln/detail/CVE-2014-8962
    
    Signed-off-by: Mikko Rapeli <mikko.rapeli at bmw.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit e09bd27059b26affddf466f4e55a7f4c719c3b17)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-multimedia/flac/flac_1.3.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-multimedia/flac/flac_1.3.2.bb b/meta/recipes-multimedia/flac/flac_1.3.2.bb
index 8a7fc5e..8315ab5 100644
--- a/meta/recipes-multimedia/flac/flac_1.3.2.bb
+++ b/meta/recipes-multimedia/flac/flac_1.3.2.bb
@@ -19,6 +19,8 @@ SRC_URI = "http://downloads.xiph.org/releases/flac/${BP}.tar.xz"
 SRC_URI[md5sum] = "454f1bfa3f93cc708098d7890d0499bd"
 SRC_URI[sha256sum] = "91cfc3ed61dc40f47f050a109b08610667d73477af6ef36dcad31c31a4a8d53f"
 
+CVE_PRODUCT = "libflac"
+
 inherit autotools gettext
 
 EXTRA_OECONF = "--disable-oggtest \

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


More information about the Openembedded-commits mailing list