mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00

CVE-2018-25032 fixes at oe-core causing fuzz and build error, backport the patch with fuzz fixed and another patch to fix build error. Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
23 lines
658 B
BlitzBasic
23 lines
658 B
BlitzBasic
require recipes-core/zlib/zlib_1.2.11.bb
|
|
|
|
FILESEXTRAPATHS_append = ":${COREBASE}/meta/recipes-core/zlib/zlib"
|
|
|
|
SUMMARY = "Zlib Compression Library (Intel-tuned)"
|
|
|
|
PROVIDES = "zlib"
|
|
|
|
SRC_URI = "git://github.com/jtkukunas/zlib.git;protocol=https;branch=master \
|
|
file://ldflags-tests.patch \
|
|
file://run-ptest \
|
|
file://CVE-2018-25032-fuzz-fixed.patch \
|
|
file://fix-removed-last-lit.patch \
|
|
"
|
|
|
|
SRCREV = "a43a247bfa16ec5368747b5b64f11ea5ca033010"
|
|
S = "${WORKDIR}/git"
|
|
|
|
RPROVIDES_${PN} += "zlib"
|
|
RPROVIDES_${PN}-ptest += "zlib-ptest"
|
|
|
|
UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+)_jtkv(\d+(\.\d+)+))$"
|