summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-03-08 19:37:00 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-17 13:25:16 -0700
commit75e14941ba55b46b58d8b46605c4a3aa438e8693 (patch)
treee8f889f5cf0daa81c89de54e870d7f2fd542bfb5
parent0934de7a60ffbf0dc9abb463b041203822d5e07e (diff)
downloadmeta-openembedded-75e14941ba55b46b58d8b46605c4a3aa438e8693.tar.gz
exiv2: upgrade 0.28.7 -> 0.28.8
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/exiv2/exiv2_0.28.8.bb (renamed from meta-oe/recipes-support/exiv2/exiv2_0.28.7.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/exiv2/exiv2_0.28.7.bb b/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${
9 file://0001-Use-automake-output-for-tests.patch \ 9 file://0001-Use-automake-output-for-tests.patch \
10 file://0001-Allow-test-data-path-configuration.patch \ 10 file://0001-Allow-test-data-path-configuration.patch \
11 " 11 "
12SRCREV = "afcb7a8ba84a7de36d2f1ee7689394e078697956" 12SRCREV = "2cd987a731236037b6b78cbff897d08685a8ef49"
13 13
14inherit cmake gettext ptest 14inherit cmake gettext ptest
15 15
@@ -19,6 +19,7 @@ PACKAGECONFIG[unittest] = "-DEXIV2_BUILD_UNIT_TESTS=ON -DTEST_FOLDER=${PTEST_PAT
19 19
20RDEPENDS:${PN}-ptest += " \ 20RDEPENDS:${PN}-ptest += " \
21 python3-html \ 21 python3-html \
22 python3-json \
22 python3-lxml \ 23 python3-lxml \
23 python3-multiprocessing \ 24 python3-multiprocessing \
24 python3-shell \ 25 python3-shell \