mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
This commit is another part of CVE-2019-16167, please see https://github.com/sysstat/sysstat/issues/232. (From OE-Core rev: 586c045eb81b79200b46bf743f5d3fdb5f68c12d) Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
383 B
BlitzBasic
11 lines
383 B
BlitzBasic
require sysstat.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb"
|
|
|
|
SRC_URI += "file://0001-Include-needed-headers-explicitly.patch \
|
|
file://0001-Fix-232-Memory-corruption-bug-due-to-Integer-Overflo.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "d8e3bbb9c873dd370f6d33664e326570"
|
|
SRC_URI[sha256sum] = "f752f3c406153a6fc446496f1102872505ace3f0931d975c1d664c81ec09f129"
|