| Message ID | 20260504063159.30681-3-hprajapati@mvista.com |
|---|---|
| State | Changes Requested |
| Delegated to: | Yoann Congal |
| Headers | show |
| Series | [scarthgap,1/3] libexif: upgrade 0.6.24 -> 0.6.25 | expand |
On Mon May 4, 2026 at 8:31 AM CEST, Hitendra Prajapati via lists.openembedded.org wrote: > Release notes [1]: > > libexif-0.6.26 (2026-04-14): > > * Security issues fixed: > * CVE-2026-40386: An unsigned integer underflow in Fuji and Olympus makernote handling > * CVE-2026-40385: An unsigned integer overflow on 32bit systems in Nikon makernote handling > * CVE-2026-32775: A buffer overwrite via integer underflow in makernote handling > > * handle JPEG APP3 marker > > * added EXIF_TAG_IMAGE_DEPTH tag > > * translations updated: Arabic, German, Spanish, Polish, Romanian, > * Serbian, Swedish, Ukrainian, Chinese > > [1] https://github.com/libexif/libexif/releases/tag/v0.6.26 > > Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> > --- Hello, I've tested this series but got a ptest failure: https://autobuilder.yoctoproject.org/valkyrie/?#/builders/73/builds/3632 https://valkyrie.yocto.io/pub/non-release/20260507-71/testresults/qemux86-64-ptest/core-image-ptest-libexif/log.do_testimage.1906144.20260507125409 | DEBUG: Command: ptest-runner -t 450 -d "/usr/lib" | Status: 0 Output: START: ptest-runner | 2026-05-07T12:58 | BEGIN: /usr/lib/libexif/ptest | All 0 tests passed (0 skipped) | DURATION: 0 | END: /usr/lib/libexif/ptest | 2026-05-07T12:58 | STOP: ptest-runner | TOTAL: 1 FAIL: 0 [...] | WARNING: There were failing ptests. | NOTE: ... expected failure | Traceback (most recent call last): | File "/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f | return func(*args, **kwargs) | ^^^^^^^^^^^^^^^^^^^^^ | File "/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f | return func(*args, **kwargs) | ^^^^^^^^^^^^^^^^^^^^^ | File "/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f | return func(*args, **kwargs) | ^^^^^^^^^^^^^^^^^^^^^ | File "/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py", line 27, in test_ptestrunner_expectfail | self.do_ptestrunner() | File "/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py", line 120, in do_ptestrunner | self.fail(failmsg) | AssertionError: | ptests which had no test results: | ['libexif'] Looks like no tests actually run... Can you look into it? Thanks! > .../libexif/{libexif_0.6.25.bb => libexif_0.6.26.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-support/libexif/{libexif_0.6.25.bb => libexif_0.6.26.bb} (93%) > > diff --git a/meta/recipes-support/libexif/libexif_0.6.25.bb b/meta/recipes-support/libexif/libexif_0.6.26.bb > similarity index 93% > rename from meta/recipes-support/libexif/libexif_0.6.25.bb > rename to meta/recipes-support/libexif/libexif_0.6.26.bb > index c57855303f..56b2e1e168 100644 > --- a/meta/recipes-support/libexif/libexif_0.6.25.bb > +++ b/meta/recipes-support/libexif/libexif_0.6.26.bb > @@ -12,7 +12,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libexif-${PV}.tar.bz2 \ > file://run-ptest \ > " > > -SRC_URI[sha256sum] = "7c9eba99aed3e6594d8c3e85861f1c6aaf450c218621528bc989d3b3e7a26307" > +SRC_URI[sha256sum] = "0830ed253fceeb60444fb309598bc8a9491d3007dc054aad3a50a347c5597c57" > > inherit autotools gettext github-releases ptest >
diff --git a/meta/recipes-support/libexif/libexif_0.6.25.bb b/meta/recipes-support/libexif/libexif_0.6.26.bb similarity index 93% rename from meta/recipes-support/libexif/libexif_0.6.25.bb rename to meta/recipes-support/libexif/libexif_0.6.26.bb index c57855303f..56b2e1e168 100644 --- a/meta/recipes-support/libexif/libexif_0.6.25.bb +++ b/meta/recipes-support/libexif/libexif_0.6.26.bb @@ -12,7 +12,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libexif-${PV}.tar.bz2 \ file://run-ptest \ " -SRC_URI[sha256sum] = "7c9eba99aed3e6594d8c3e85861f1c6aaf450c218621528bc989d3b3e7a26307" +SRC_URI[sha256sum] = "0830ed253fceeb60444fb309598bc8a9491d3007dc054aad3a50a347c5597c57" inherit autotools gettext github-releases ptest
Release notes [1]: libexif-0.6.26 (2026-04-14): * Security issues fixed: * CVE-2026-40386: An unsigned integer underflow in Fuji and Olympus makernote handling * CVE-2026-40385: An unsigned integer overflow on 32bit systems in Nikon makernote handling * CVE-2026-32775: A buffer overwrite via integer underflow in makernote handling * handle JPEG APP3 marker * added EXIF_TAG_IMAGE_DEPTH tag * translations updated: Arabic, German, Spanish, Polish, Romanian, * Serbian, Swedish, Ukrainian, Chinese [1] https://github.com/libexif/libexif/releases/tag/v0.6.26 Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> --- .../libexif/{libexif_0.6.25.bb => libexif_0.6.26.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libexif/{libexif_0.6.25.bb => libexif_0.6.26.bb} (93%)