summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysstat/sysstat_12.1.6.bb
diff options
context:
space:
mode:
authorWenlin Kang <wenlin.kang@windriver.com>2019-10-15 15:27:43 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-29 09:08:17 +0000
commit78e173090b6a519d097193d14ae0cce7f101c7b9 (patch)
treef203d485bafd4ad61d2db52b72198bf0e8049aae /meta/recipes-extended/sysstat/sysstat_12.1.6.bb
parented29b7291d45a94271dff9fe8ca3611d6b025e27 (diff)
downloadpoky-78e173090b6a519d097193d14ae0cce7f101c7b9.tar.gz
sysstat: fix CVE-2019-16167
This commit is another part of CVE-2019-16167, please see https://github.com/sysstat/sysstat/issues/232. (From OE-Core rev: 5c11937348debf57e3a87c7c6a6c0429fd756eca) Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 586c045eb81b79200b46bf743f5d3fdb5f68c12d) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sysstat/sysstat_12.1.6.bb')
-rw-r--r--meta/recipes-extended/sysstat/sysstat_12.1.6.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat_12.1.6.bb b/meta/recipes-extended/sysstat/sysstat_12.1.6.bb
index 8cf8c36d9b..362888d506 100644
--- a/meta/recipes-extended/sysstat/sysstat_12.1.6.bb
+++ b/meta/recipes-extended/sysstat/sysstat_12.1.6.bb
@@ -2,7 +2,9 @@ require sysstat.inc
2 2
3LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb" 3LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb"
4 4
5SRC_URI += "file://0001-Include-needed-headers-explicitly.patch" 5SRC_URI += "file://0001-Include-needed-headers-explicitly.patch \
6 file://0001-Fix-232-Memory-corruption-bug-due-to-Integer-Overflo.patch \
7"
6 8
7SRC_URI[md5sum] = "d8e3bbb9c873dd370f6d33664e326570" 9SRC_URI[md5sum] = "d8e3bbb9c873dd370f6d33664e326570"
8SRC_URI[sha256sum] = "f752f3c406153a6fc446496f1102872505ace3f0931d975c1d664c81ec09f129" 10SRC_URI[sha256sum] = "f752f3c406153a6fc446496f1102872505ace3f0931d975c1d664c81ec09f129"