diff mbox series

[AUH] libdisplay-info: upgrading to 0.4.0 SUCCEEDED

Message ID 0101019f92a60f27-69dd66e7-71f2-4f0c-9ba5-20d4c0bf7238-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libdisplay-info: upgrading to 0.4.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org July 24, 2026, 5:43 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libdisplay-info* to *0.4.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libdisplay-info-upgrade-0.3.0-0.4.0.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 0144f19975328941b365aeb0c4b24d7b7ae6cd4c Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 24 Jul 2026 05:42:57 +0000
Subject: [PATCH] libdisplay-info: upgrade 0.3.0 -> 0.4.0

c67a3e9 build: bump version to 0.4.0
772d506 build: disable most v4l-utils options by default
d77a2e5 cta: switch error handling to negative error number away from errno
8057b29 edid: fix potential overflow in shift operation
99d8394 cta: add a few missing return on failures
c5d86fe cta: do not fail when there's a bad Data Block in a CTA extension
d18dd43 cta: cosmetic changes to _di_cta_data_block_parse()
824bb14 cta: document that _di_cta_data_block_destroy() accepts zeroed tag
636f24f cta: set errno when we don't have a fatal failure
fd31752 displayid: make _di_displayid_parse_type_1_7_timing() return void
c8f09c0 cta: do not fail when HDMI Vendor Specific Data Block has error
cb5e3ed vic: avoid out-of-bounds array access
baa0e52 di-edid-decode: Avoid crash when printing unknown DMT code
70855b1 ci: Use gcc's static analyzer functionality in the build-gcc job
c61b4b3 edid: Release all resources when parsing a display descriptor fails
53b1009 displayid: Handle failed allocations
84026a7 di-edid-decode: Initialize variables to zero to help analyzers
76f133a cta: Initialize speaker location coordinates to zero
73ec53d info: search CTA blocks in DisplayID v2 extensions
73ab82d info: don't use di_ prefix for static helpers
6feabfe di-edid-decode: add support for DisplayID v2 CTA-861 data blocks
80caacc di-edid-decode: introduce print_cta_data_block()
7324cca displayid2: add support for CTA-861 data blocks
4713505 cta: expose _di_cta_data_block_{parse,destroy}
34b3635 cta: make di_cta.flags optional
d535192 cta: introduce struct di_cta
91c3b83 di-edid-decode: Fix printing unknown DMT codes
ccf012e displayid: Fix double free of cta_vics
d828f86 cta-vic-table: re-generate from CTA-861-I
5a12f3a tool/gen-cta-vic: update for CTA-861-I
e4e0986 displayid: Add support for type IV timings
d3b62b6 displayid: Move checking for reserved header flags to own function
bca559d dmt: Wrap the uint8_t DMT code in struct for type safety
2d98815 di-edid-decode: Move some timing printing to a shared file
9ff243b vic: Wrap the uint8_t HDMI and CTA vic codes in structs for type safety
e5c6fc1 timing: Add reverse lookup from timing definitions to codes
0af6d1d edid: Return DMT codes for Established timings III
0fd2b6b edid: Split out more DMT timing
7899041 cta: Split out HDMI and CTA VIC lookup
788c056 displayid2: decode data blocks structure
0dee020 test: add asus-ux3405
55b45d4 displayid: drop logger_add_failure()
84e8da3 cta: include sys/types.h
4daae7d ci: disable require-allow-collaboration check
69d12ff build: bump version to 0.4.0-dev
---
 .../{libdisplay-info_0.3.0.bb => libdisplay-info_0.4.0.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libdisplay-info/{libdisplay-info_0.3.0.bb => libdisplay-info_0.4.0.bb} (92%)
diff mbox series

Patch

diff --git a/meta/recipes-support/libdisplay-info/libdisplay-info_0.3.0.bb b/meta/recipes-support/libdisplay-info/libdisplay-info_0.4.0.bb
similarity index 92%
rename from meta/recipes-support/libdisplay-info/libdisplay-info_0.3.0.bb
rename to meta/recipes-support/libdisplay-info/libdisplay-info_0.4.0.bb
index 380c12b867..d993bf1061 100644
--- a/meta/recipes-support/libdisplay-info/libdisplay-info_0.3.0.bb
+++ b/meta/recipes-support/libdisplay-info/libdisplay-info_0.4.0.bb
@@ -9,6 +9,6 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=e4426409957080ee0352128354cea2de"
 DEPENDS = "hwdata-native"
 
 SRC_URI = "git://gitlab.freedesktop.org/emersion/libdisplay-info.git;branch=main;protocol=https;tag=${PV}"
-SRCREV = "47a5590e9c4eb35d67651b8c05a55f1a48259329"
+SRCREV = "c67a3e9bedb05ab61c7443704a1a107e76254595"
 
 inherit meson pkgconfig lib_package