diff mbox series

[meta-oe] exiv2: upgrade 0.28.7 -> 0.28.8

Message ID 20260308183700.16546-1-skandigraun@gmail.com
State New
Headers show
Series [meta-oe] exiv2: upgrade 0.28.7 -> 0.28.8 | expand

Commit Message

Gyorgy Sarvari March 8, 2026, 6:37 p.m. UTC
Contains fixes for CVE-2026-27596, CVE-2026-25884 and CVE-2026-27631.

Ptests passed successfully.

Changelog:
Fix leak
CI: update mac runner for 0.28.x branch
Add some new cameras and lenses
Make DataValue::value_ public
fix reading mp4 url box nested in non video/audio track
fix: do not add target exiv2lib if the target already exists
Add size checks to avoid large memory allocations
Fix size calculation in XmpTextValue::size()
Avoid calling std::find or std::string with an invalid range
Backport all changes in .github/workflows from main to 0.28.x
Fix out-of-bounds read in CrwMap::decode0x0805
Fix UBSAN false positive
Upload crash files when fuzzing fails
Remove nightly release
Fix regression in Canon lens detection
fix wrong timescale used to calculate fps
Remove nightly release vestiges
conan: update dependencies
Add Tamron 18-400mm on Nikon D90
Add Ricoh GR IV HDF and Monochrome IDs
Refresh translations
Add build provenance attestation
Add fuzz target for previews
Align some docs to main
Update README.md
add enforce to prevent integer overflow
Add enforce to check for integer overflow
Release Exiv2 version 0.28.8

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 .../recipes-support/exiv2/{exiv2_0.28.7.bb => exiv2_0.28.8.bb} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta-oe/recipes-support/exiv2/{exiv2_0.28.7.bb => exiv2_0.28.8.bb} (94%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/exiv2/exiv2_0.28.7.bb b/meta-oe/recipes-support/exiv2/exiv2_0.28.8.bb
similarity index 94%
rename from meta-oe/recipes-support/exiv2/exiv2_0.28.7.bb
rename to meta-oe/recipes-support/exiv2/exiv2_0.28.8.bb
index 82ee232fdc..df0e72f5d6 100644
--- a/meta-oe/recipes-support/exiv2/exiv2_0.28.7.bb
+++ b/meta-oe/recipes-support/exiv2/exiv2_0.28.8.bb
@@ -9,7 +9,7 @@  SRC_URI = "git://github.com/Exiv2/exiv2.git;protocol=https;branch=0.28.x;tag=v${
            file://0001-Use-automake-output-for-tests.patch \
            file://0001-Allow-test-data-path-configuration.patch \
            "
-SRCREV = "afcb7a8ba84a7de36d2f1ee7689394e078697956"
+SRCREV = "2cd987a731236037b6b78cbff897d08685a8ef49"
 
 inherit cmake gettext ptest
 
@@ -19,6 +19,7 @@  PACKAGECONFIG[unittest] = "-DEXIV2_BUILD_UNIT_TESTS=ON -DTEST_FOLDER=${PTEST_PAT
 
 RDEPENDS:${PN}-ptest += " \
     python3-html \
+    python3-json \
     python3-lxml \
     python3-multiprocessing \
     python3-shell \