mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
730f4c000c
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>
22 lines
572 B
BlitzBasic
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 \
|
|
"
|