diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-06 15:58:43 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-06 11:34:42 -0700 |
| commit | a56309b5b24870fee3667d031203b3f9663e755f (patch) | |
| tree | 7efde372d69a82fe1146d20037d9730a25fa0551 /meta-oe/recipes-support/exiv2/exiv2_0.28.7.bb | |
| parent | f516be2c45664c5c03b2245c02995a948e8d2e48 (diff) | |
| download | meta-openembedded-a56309b5b24870fee3667d031203b3f9663e755f.tar.gz | |
exiv2: upgrade 0.28.3 -> 0.28.7
This upgrade includes fixes for CVE-2025-26623, CVE-2025-54080
and CVE-2025-55304.
Changelog:
https://github.com/Exiv2/exiv2/blob/v0.28.7/doc/ChangeLog
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/exiv2/exiv2_0.28.7.bb')
| -rw-r--r-- | meta-oe/recipes-support/exiv2/exiv2_0.28.7.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/exiv2/exiv2_0.28.7.bb b/meta-oe/recipes-support/exiv2/exiv2_0.28.7.bb new file mode 100644 index 0000000000..e1f57ae8c7 --- /dev/null +++ b/meta-oe/recipes-support/exiv2/exiv2_0.28.7.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | SUMMARY = "Exif, Iptc and XMP metadata manipulation library and tools" | ||
| 2 | LICENSE = "GPL-2.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2" | ||
| 4 | |||
| 5 | DEPENDS = "zlib expat brotli libinih" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/Exiv2/exiv2.git;protocol=https;branch=0.28.x;tag=v${PV}" | ||
| 8 | SRCREV = "afcb7a8ba84a7de36d2f1ee7689394e078697956" | ||
| 9 | |||
| 10 | inherit cmake gettext | ||
