mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 12:52:01 +00:00
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-20911 https://nvd.nist.gov/vuln/detail/CVE-2026-21413 Both CVEs are tracked with incorrect version info: NVD indicates that 0.22.1 is explicitly vulnerable, but the fixes are actually included in this release. Relevant commits: CVE-2026-20911:5357bb5fc6CVE-2026-21413:75ed2c12a3Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
18 lines
734 B
BlitzBasic
18 lines
734 B
BlitzBasic
SUMMARY = "raw image decoder"
|
|
LICENSE = "LGPL-2.1-only | CDDL-1.0"
|
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=1d66195044cfbe4327c055d1c9c1a229"
|
|
|
|
SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=0.22-stable;protocol=https;tag=${PV}"
|
|
SRCREV = "b860248a89d9082b8e0a1e202e516f46af9adb29"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
DEPENDS = "jpeg jasper lcms"
|
|
|
|
CVE_STATUS[CVE-2026-5318] = "fixed-version: fixed since 0.22.1"
|
|
CVE_STATUS[CVE-2026-5342] = "fixed-version: fixed since 0.22.1"
|
|
CVE_STATUS[CVE-2026-20884] = "fixed-version: fixed since 0.22.1"
|
|
CVE_STATUS[CVE-2026-24450] = "fixed-version: fixed since 0.22.1"
|
|
CVE_STATUS[CVE-2026-20911] = "fixed-version: fixed since 0.22.1"
|
|
CVE_STATUS[CVE-2026-21413] = "fixed-version: fixed since 0.22.1"
|