mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
92b5798115
The impacted function mentioned in the nvd[1] was introduced in v12.82[2], hence we can ignore this CVE. [1]https://nvd.nist.gov/vuln/detail/CVE-2026-7580 [2]https://github.com/exiftool/exiftool/commit/280a7f0db71b5887be492d57723723cb196ad2f9 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
26 lines
894 B
BlitzBasic
26 lines
894 B
BlitzBasic
SUMMARY = "Exiftool"
|
|
DESCRIPTION = "ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files."
|
|
HOMEPAGE = "https://exiftool.org/"
|
|
SECTION = "libs"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://perl-Image-ExifTool.spec;beginline=5;endline=5;md5=ffefffc98dab025cb49489bd4d88ee10"
|
|
|
|
inherit cpan
|
|
|
|
SRCREV = "fc4f6614ff0c19bb5f332a9c464dcef7267931df"
|
|
SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
perl \
|
|
perl-module-list-util \
|
|
perl-module-overload \
|
|
perl-module-file-glob \
|
|
perl-module-scalar-util \
|
|
perl-module-compress-zlib \
|
|
"
|
|
|
|
CVE_STATUS[CVE-2026-3102] = "not-applicable-platform: affects only MacOS"
|
|
CVE_STATUS[CVE-2026-7580] = "cpe-incorrect: The current version (12.72) is not affected."
|