mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
9f4361418d
Release Notes: * https://github.com/Exiv2/exiv2/issues/3008 * https://github.com/Exiv2/exiv2/milestone/14?closed=1 This release also fixes a low-severity security issue in asfvideo.cpp: * [CVE-2024-39695](https://github.com/Exiv2/exiv2/security/advisories/GHSA-38rv-8x93-pvrh): out-of-bounds read in AsfVideo::streamProperties. This vulnerability is in a new feature (ASF video) that was added in version 0.28.0, so earlier versions of Exiv2 are not affected. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
379 B
BlitzBasic
12 lines
379 B
BlitzBasic
SUMMARY = "Exif, Iptc and XMP metadata manipulation library and tools"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2"
|
|
|
|
DEPENDS = "zlib expat brotli libinih"
|
|
|
|
SRC_URI = "git://github.com/Exiv2/exiv2.git;protocol=https;branch=0.28.x"
|
|
SRCREV = "a6a79ef064f131ffd03c110acce2d3edb84ffa2e"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake gettext
|