Files
meta-openembedded/meta-oe/recipes-support/libraw/libraw_0.20.2.bb
T
Gyorgy Sarvari 730f4c000c libraw: ignore CVE-2020-35535
Details: https://nvd.nist.gov/vuln/detail/CVE-2020-35535

The fix is already included in the used revision.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
2025-11-30 15:13:58 +01:00

22 lines
572 B
BlitzBasic

SUMMARY = "raw image decoder"
LICENSE = "LGPL-2.1-only | CDDL-1.0"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=74c9dffdc42805f9c0de2f97df6031fc"
SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=master;protocol=https"
SRCREV = "0209b6a2caec189e6d1a9b21c10e9e49f46e5a92"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
DEPENDS = "jpeg jasper lcms"
# The fixes are already included in the current versin (0.20.2)
CVE_CHECK_IGNORE += " \
CVE-2020-35530 \
CVE-2020-35531 \
CVE-2020-35532 \
CVE-2020-35533 \
CVE-2020-35534 \
CVE-2020-35535 \
"