[meta-lts-mixins][scarthgap/rust][PATCH 14/35] rust: Upgrade 1.94.0 -> 1.94.1
Scott Murray <[email protected]> Fri, 31 Jul 2026 07:32:44 -0400
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <3a78a005d589840111df8f64b7c6a5e350fcde4a.1785496469.git.scott.murray@konsulko.com> |
From: Deepesh Varatharajan <[email protected]> https://blog.rust-lang.org/2026/03/26/1.94.1-release/ Rust Changes: https://github.com/rust-lang/rust/releases/tag/1.94.1 Cargo Changes: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-1941-2026-03-26 Fixes: CVE-2026-33055 and CVE-2026-33056 Test results: No changes Signed-off-by: Deepesh Varatharajan <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]> Signed-off-by: Richard Purdie <[email protected]> (adapted from oe-core commit 3a1cf16b6ff85ee814a7241cd87bba5c4b9ab5b3) Signed-off-by: Scott Murray <[email protected]> --- conf/layer.conf | 2 +- recipes-devtools/rust/{cargo_1.94.0.bb => cargo_1.94.1.bb} | 0 .../rust/{libstd-rs_1.94.0.bb => libstd-rs_1.94.1.bb} | 0 ...t-cross-canadian_1.94.0.bb => rust-cross-canadian_1.94.1.bb} | 0 .../rust/{rust-llvm_1.94.0.bb => rust-llvm_1.94.1.bb} | 0 recipes-devtools/rust/rust-source.inc | 2 +- recipes-devtools/rust/{rust_1.94.0.bb => rust_1.94.1.bb} | 0 7 files changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/rust/{cargo_1.94.0.bb => cargo_1.94.1.bb} (100%) rename recipes-devtools/rust/{libstd-rs_1.94.0.bb => libstd-rs_1.94.1.bb} (100%) rename recipes-devtools/rust/{rust-cross-canadian_1.94.0.bb => rust-cross-canadian_1.94.1.bb} (100%) rename recipes-devtools/rust/{rust-llvm_1.94.0.bb => rust-llvm_1.94.1.bb} (100%) rename recipes-devtools/rust/{rust_1.94.0.bb => rust_1.94.1.bb} (100%) diff --git a/conf/layer.conf b/conf/layer.conf index 2e59aff..b084f3a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -15,4 +15,4 @@ LAYERDEPENDS_scarthgap-rust-mixin = "core" LICENSE_PATH += "${LAYERDIR}/files/common-licenses" -RUSTVERSION ?= "1.94.0%" +RUSTVERSION ?= "1.94.1%" diff --git a/recipes-devtools/rust/cargo_1.94.0.bb b/recipes-devtools/rust/cargo_1.94.1.bb similarity index 100% rename from recipes-devtools/rust/cargo_1.94.0.bb rename to recipes-devtools/rust/cargo_1.94.1.bb diff --git a/recipes-devtools/rust/libstd-rs_1.94.0.bb b/recipes-devtools/rust/libstd-rs_1.94.1.bb similarity index 100% rename from recipes-devtools/rust/libstd-rs_1.94.0.bb rename to recipes-devtools/rust/libstd-rs_1.94.1.bb diff --git a/recipes-devtools/rust/rust-cross-canadian_1.94.0.bb b/recipes-devtools/rust/rust-cross-canadian_1.94.1.bb similarity index 100% rename from recipes-devtools/rust/rust-cross-canadian_1.94.0.bb rename to recipes-devtools/rust/rust-cross-canadian_1.94.1.bb diff --git a/recipes-devtools/rust/rust-llvm_1.94.0.bb b/recipes-devtools/rust/rust-llvm_1.94.1.bb similarity index 100% rename from recipes-devtools/rust/rust-llvm_1.94.0.bb rename to recipes-devtools/rust/rust-llvm_1.94.1.bb diff --git a/recipes-devtools/rust/rust-source.inc b/recipes-devtools/rust/rust-source.inc index 843f837..19acf5f 100644 --- a/recipes-devtools/rust/rust-source.inc +++ b/recipes-devtools/rust/rust-source.inc @@ -11,7 +11,7 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n file://0001-Update-amdgpu-data-layout.patch;patchdir=${RUSTSRC} \ file://0001-Adjust-loongarch-assembly-test.patch;patchdir=${RUSTSRC} \ " -SRC_URI[rust.sha256sum] = "0b53ae34f5c0c3612cfe1de139f9167a018cd5737bc2205664fd69ba9b25f600" +SRC_URI[rust.sha256sum] = "174fce10ce012317ca995810296d8af199318838180b03d68a853e0f02d4b571" RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" diff --git a/recipes-devtools/rust/rust_1.94.0.bb b/recipes-devtools/rust/rust_1.94.1.bb similarity index 100% rename from recipes-devtools/rust/rust_1.94.0.bb rename to recipes-devtools/rust/rust_1.94.1.bb -- 2.55.0