From 6c14299d095d05a06da59ce64b2012734f1ad468 Mon Sep 17 00:00:00 2001 From: Mikko Rapeli Date: Sat, 5 Sep 2020 20:29:50 +0300 Subject: mdns: set CVE_PRODUCT to "apple:mdnsresponder" This is used in CVEs like https://nvd.nist.gov/vuln/detail/CVE-2015-7987 Signed-off-by: Mikko Rapeli Signed-off-by: Khem Raj --- meta-networking/recipes-protocols/mdns/mdns_1096.40.7.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking/recipes-protocols') diff --git a/meta-networking/recipes-protocols/mdns/mdns_1096.40.7.bb b/meta-networking/recipes-protocols/mdns/mdns_1096.40.7.bb index 88521c1b2e..a87b02a787 100644 --- a/meta-networking/recipes-protocols/mdns/mdns_1096.40.7.bb +++ b/meta-networking/recipes-protocols/mdns/mdns_1096.40.7.bb @@ -25,6 +25,8 @@ SRC_URI = "https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-${P SRC_URI[md5sum] = "ac766013bbcb323e9db4c80805b2552a" SRC_URI[sha256sum] = "b86f4816b4145915198e7c5bf0bc56dbbfd960e9a4518bb6486baa40cdcca7e6" +CVE_PRODUCT = "apple:mdnsresponder" + PARALLEL_MAKE = "" S = "${WORKDIR}/mDNSResponder-${PV}/mDNSPosix" -- cgit 1.2.3-korg