From: Yanis BINARD Date: Fri, 3 Apr 2026 13:30:58 +0000 (+0200) Subject: barebox: upgrade v2026.03.0 -> v2026.03.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a23ebbcc4518c8e0ea72419d4bbbf8afd5d189a;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git barebox: upgrade v2026.03.0 -> v2026.03.1 CVE-2026-33243 has been fixed in v2026.03.0[0] but introduced a regression. v2026.03.1 contains a single commit to fix it[1]. Changelog : https://github.com/barebox/barebox/compare/v2026.03.0...v2026.03.1 * FIT: handle hashed-nodes property not being in hashed nodes order Release: https://github.com/barebox/barebox/releases/tag/v2026.03.1 [0]: https://github.com/barebox/barebox/commit/55f25be5223b662c6888d9d7ef07d28e0348d7db [1]: https://lore.kernel.org/barebox/abljJRMecNdejSD0@pengutronix.de/ Signed-off-by: Yanis BINARD Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/barebox/barebox-common.inc b/meta/recipes-bsp/barebox/barebox-common.inc index 17cfc25692..9f615a82d4 100644 --- a/meta/recipes-bsp/barebox/barebox-common.inc +++ b/meta/recipes-bsp/barebox/barebox-common.inc @@ -3,6 +3,6 @@ SECTION = "bootloaders" LIC_FILES_CHKSUM = "file://COPYING;md5=f5125d13e000b9ca1f0d3364286c4192" -PV = "2026.03.0" +PV = "2026.03.1" SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2" -SRC_URI[sha256sum] = "760f22ff34ca00539d29826cce07d83210e41ebb51266616c6969b855c099bc2" +SRC_URI[sha256sum] = "9e4b23720016bb934dc5ea36d4c33886a8a295445d290b99993d0b32caab6469"