summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/zip/zip_3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/zip/zip_3.0.bb')
-rw-r--r--meta/recipes-extended/zip/zip_3.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-extended/zip/zip_3.0.bb b/meta/recipes-extended/zip/zip_3.0.bb
index c00a932763..97e5e57533 100644
--- a/meta/recipes-extended/zip/zip_3.0.bb
+++ b/meta/recipes-extended/zip/zip_3.0.bb
@@ -19,6 +19,12 @@ UPSTREAM_VERSION_UNKNOWN = "1"
19SRC_URI[md5sum] = "7b74551e63f8ee6aab6fbc86676c0d37" 19SRC_URI[md5sum] = "7b74551e63f8ee6aab6fbc86676c0d37"
20SRC_URI[sha256sum] = "f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369" 20SRC_URI[sha256sum] = "f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369"
21 21
22# Disputed and also Debian doesn't consider a vulnerability
23CVE_CHECK_WHITELIST += "CVE-2018-13410"
24
25# Not for zip but for smart contract implementation for it
26CVE_CHECK_WHITELIST += "CVE-2018-13684"
27
22# zip.inc sets CFLAGS, but what Makefile actually uses is 28# zip.inc sets CFLAGS, but what Makefile actually uses is
23# CFLAGS_NOOPT. It will also force -O3 optimization, overriding 29# CFLAGS_NOOPT. It will also force -O3 optimization, overriding
24# whatever we set. 30# whatever we set.