public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Deepesh.Varatharajan@windriver.com
To: openembedded-core@lists.openembedded.org
Cc: Sundeep.Kokkonda@windriver.com, Deepesh.Varatharajan@windriver.com
Subject: [PATCH] rust: Upgrade 1.94.0 -> 1.94.1
Date: Mon,  6 Apr 2026 05:01:53 -0700	[thread overview]
Message-ID: <20260406120153.3783152-1-Deepesh.Varatharajan@windriver.com> (raw)

From: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>

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 <Deepesh.Varatharajan@windriver.com>
---
 meta/conf/distro/include/tcmode-default.inc                     | 2 +-
 meta/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
 meta/recipes-devtools/rust/rust-source.inc                      | 2 +-
 meta/recipes-devtools/rust/{rust_1.94.0.bb => rust_1.94.1.bb}   | 0
 6 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/rust/{cargo_1.94.0.bb => cargo_1.94.1.bb} (100%)
 rename meta/recipes-devtools/rust/{libstd-rs_1.94.0.bb => libstd-rs_1.94.1.bb} (100%)
 rename meta/recipes-devtools/rust/{rust-cross-canadian_1.94.0.bb => rust-cross-canadian_1.94.1.bb} (100%)
 rename meta/recipes-devtools/rust/{rust_1.94.0.bb => rust_1.94.1.bb} (100%)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 4e4e3e0cd1..d2dd5abc03 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -12,7 +12,7 @@ PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
 GCCVERSION ?= "15.%"
 SDKGCCVERSION ?= "${GCCVERSION}"
 GLIBCVERSION ?= "2.43%"
-RUSTVERSION ?= "1.94.0%"
+RUSTVERSION ?= "1.94.1%"
 
 PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
 PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}"
diff --git a/meta/recipes-devtools/rust/cargo_1.94.0.bb b/meta/recipes-devtools/rust/cargo_1.94.1.bb
similarity index 100%
rename from meta/recipes-devtools/rust/cargo_1.94.0.bb
rename to meta/recipes-devtools/rust/cargo_1.94.1.bb
diff --git a/meta/recipes-devtools/rust/libstd-rs_1.94.0.bb b/meta/recipes-devtools/rust/libstd-rs_1.94.1.bb
similarity index 100%
rename from meta/recipes-devtools/rust/libstd-rs_1.94.0.bb
rename to meta/recipes-devtools/rust/libstd-rs_1.94.1.bb
diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.94.0.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.94.1.bb
similarity index 100%
rename from meta/recipes-devtools/rust/rust-cross-canadian_1.94.0.bb
rename to meta/recipes-devtools/rust/rust-cross-canadian_1.94.1.bb
diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc
index cd6999c8f2..43d60fb6f6 100644
--- a/meta/recipes-devtools/rust/rust-source.inc
+++ b/meta/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 = "${UNPACKDIR}/rustc-${RUST_VERSION}-src"
 
diff --git a/meta/recipes-devtools/rust/rust_1.94.0.bb b/meta/recipes-devtools/rust/rust_1.94.1.bb
similarity index 100%
rename from meta/recipes-devtools/rust/rust_1.94.0.bb
rename to meta/recipes-devtools/rust/rust_1.94.1.bb
-- 
2.51.0



                 reply	other threads:[~2026-04-06 12:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260406120153.3783152-1-Deepesh.Varatharajan@windriver.com \
    --to=deepesh.varatharajan@windriver.com \
    --cc=Sundeep.Kokkonda@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox