diff mbox series

mesa: security bump 26.0.0 -> 26.0.1

Message ID 20260227-mesa-26-0-1-v1-1-63ae511aeafe@cherry.de
State Under Review
Headers show
Series mesa: security bump 26.0.0 -> 26.0.1 | expand

Commit Message

Quentin Schulz Feb. 27, 2026, 4:14 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

See https://docs.mesa3d.org/relnotes/26.0.1.html for the changelog and
sha256sum.

The announcement[1] on the mailing list states this contains an
important security fix.

[1] https://lists.freedesktop.org/archives/mesa-dev/2026-February/226597.html

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
Build tested on RK3399, RK3588, PX30, qemuarm64, qemux86-64, qemuriscv64
with poky distro. Not runtime tested.

Did a cursory check of the commits since 26.0.0, nothing standing out as
requiring additional changes in the recipe.
---
 meta/recipes-graphics/mesa/mesa.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


---
base-commit: be8cdcf13a658e9e81ff2f7b71d1c8c37a920ce7
change-id: 20260227-mesa-26-0-1-ec6a747db4c6

Best regards,
--  
Quentin Schulz <quentin.schulz@cherry.de>
diff mbox series

Patch

diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 82e02e5f91..58102dad74 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -19,8 +19,8 @@  SRC_URI = "https://archive.mesa3d.org/mesa-${PV}.tar.xz \
            file://0001-freedreno-don-t-encode-build-path-into-binaries.patch \
 "
 
-SRC_URI[sha256sum] = "2a44e98e64d5c36cec64633de2d0ec7eff64703ee25b35364ba8fcaa84f33f72"
-PV = "26.0.0"
+SRC_URI[sha256sum] = "bb5104f9f9a46c9b5175c24e601e0ef1ab44ce2d0fdbe81548b59adc8b385dcc"
+PV = "26.0.1"
 
 UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"