diff mbox series

[meta-lts-mixins,kirkstone/rust-1.68,RFC,v2,2/2] rust: Upgrade 1.68.1 -> 1.68.2

Message ID fdae8aaed52fc95b63356e1c7899b46f7d378229.1683479537.git.scott.murray@konsulko.com
State New
Headers show
Series Proposed Kirkstone Rust 1.68 mixin | expand

Commit Message

Scott Murray May 7, 2023, 5:17 p.m. UTC
From: Alex Kiernan <alex.kiernan@gmail.com>

Changes:

* Update the GitHub RSA host key bundled within Cargo. The key was
  rotated by GitHub on 2023-03-24 after the old one leaked.
* Mark the old GitHub RSA host key as revoked. This will prevent Cargo
  from accepting the leaked key even when trusted by the system.
* Add support for @revoked and a better error message for
  @cert-authority in Cargo’s SSH host key verification

(From OE-Core rev: 4563432b41026adc56c54452984b19ab64e7406e)

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 recipes-devtools/rust/{cargo_1.68.1.bb => cargo_1.68.2.bb}      | 0
 .../rust/{libstd-rs_1.68.1.bb => libstd-rs_1.68.2.bb}           | 0
 ...t-cross-canadian_1.68.1.bb => rust-cross-canadian_1.68.2.bb} | 0
 .../rust/{rust-llvm_1.68.1.bb => rust-llvm_1.68.2.bb}           | 0
 recipes-devtools/rust/rust-source.inc                           | 2 +-
 recipes-devtools/rust/{rust_1.68.1.bb => rust_1.68.2.bb}        | 0
 6 files changed, 1 insertion(+), 1 deletion(-)
 rename recipes-devtools/rust/{cargo_1.68.1.bb => cargo_1.68.2.bb} (100%)
 rename recipes-devtools/rust/{libstd-rs_1.68.1.bb => libstd-rs_1.68.2.bb} (100%)
 rename recipes-devtools/rust/{rust-cross-canadian_1.68.1.bb => rust-cross-canadian_1.68.2.bb} (100%)
 rename recipes-devtools/rust/{rust-llvm_1.68.1.bb => rust-llvm_1.68.2.bb} (100%)
 rename recipes-devtools/rust/{rust_1.68.1.bb => rust_1.68.2.bb} (100%)
diff mbox series

Patch

diff --git a/recipes-devtools/rust/cargo_1.68.1.bb b/recipes-devtools/rust/cargo_1.68.2.bb
similarity index 100%
rename from recipes-devtools/rust/cargo_1.68.1.bb
rename to recipes-devtools/rust/cargo_1.68.2.bb
diff --git a/recipes-devtools/rust/libstd-rs_1.68.1.bb b/recipes-devtools/rust/libstd-rs_1.68.2.bb
similarity index 100%
rename from recipes-devtools/rust/libstd-rs_1.68.1.bb
rename to recipes-devtools/rust/libstd-rs_1.68.2.bb
diff --git a/recipes-devtools/rust/rust-cross-canadian_1.68.1.bb b/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb
similarity index 100%
rename from recipes-devtools/rust/rust-cross-canadian_1.68.1.bb
rename to recipes-devtools/rust/rust-cross-canadian_1.68.2.bb
diff --git a/recipes-devtools/rust/rust-llvm_1.68.1.bb b/recipes-devtools/rust/rust-llvm_1.68.2.bb
similarity index 100%
rename from recipes-devtools/rust/rust-llvm_1.68.1.bb
rename to recipes-devtools/rust/rust-llvm_1.68.2.bb
diff --git a/recipes-devtools/rust/rust-source.inc b/recipes-devtools/rust/rust-source.inc
index c8f5a5a..6d3a4b1 100644
--- a/recipes-devtools/rust/rust-source.inc
+++ b/recipes-devtools/rust/rust-source.inc
@@ -7,7 +7,7 @@  SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
             file://0001-Do-not-use-LFS64-on-linux-with-musl.patch;patchdir=${RUSTSRC} \
             file://zlib-off64_t.patch;patchdir=${RUSTSRC} \
 "
-SRC_URI[rust.sha256sum] = "5b8ea94085b65e75c1fa6310e2f90bd706fa80bfcb3544fe26f4037b911d9fb2"
+SRC_URI[rust.sha256sum] = "ce1a115f6aafa912b4622906a92b626354973afa9288e2c7750df4dcf3390fc0"
 
 RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src"
 
diff --git a/recipes-devtools/rust/rust_1.68.1.bb b/recipes-devtools/rust/rust_1.68.2.bb
similarity index 100%
rename from recipes-devtools/rust/rust_1.68.1.bb
rename to recipes-devtools/rust/rust_1.68.2.bb