mirror of
https://git.yoctoproject.org/poky
synced 2026-06-30 11:13:39 +02:00
import patch from debian to fix CVE-2023-33204
http://security.debian.org/debian-security/pool/updates/main/s/sysstat/sysstat_12.0.3-2+deb10u2.debian.tar.xz
upstream patch:
6f8dc568e6
(From OE-Core rev: c6bc5cfbed71b65753e50aee5a640934e754858a)
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
12 lines
406 B
BlitzBasic
12 lines
406 B
BlitzBasic
require sysstat.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb"
|
|
|
|
SRC_URI += "file://0001-configure.in-remove-check-for-chkconfig.patch \
|
|
file://CVE-2022-39377.patch \
|
|
file://CVE-2023-33204.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "9dfff5fac24e35bd92fb7896debf2ffb"
|
|
SRC_URI[sha256sum] = "8edb0e19b514ac560a098a02933a4735b881296d61014db89bf80f05dd7a4732"
|