]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
rust: Upgrade 1.68.1 -> 1.68.2
authorAlex Kiernan <alex.kiernan@gmail.com>
Mon, 10 Apr 2023 09:41:22 +0000 (10:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Apr 2023 10:55:40 +0000 (11:55 +0100)
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

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/rust/cargo_1.68.2.bb [moved from meta/recipes-devtools/rust/cargo_1.68.1.bb with 100% similarity]
meta/recipes-devtools/rust/libstd-rs_1.68.2.bb [moved from meta/recipes-devtools/rust/libstd-rs_1.68.1.bb with 100% similarity]
meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb [moved from meta/recipes-devtools/rust/rust-cross-canadian_1.68.1.bb with 100% similarity]
meta/recipes-devtools/rust/rust-llvm_1.68.2.bb [moved from meta/recipes-devtools/rust/rust-llvm_1.68.1.bb with 100% similarity]
meta/recipes-devtools/rust/rust-source.inc
meta/recipes-devtools/rust/rust_1.68.2.bb [moved from meta/recipes-devtools/rust/rust_1.68.1.bb with 100% similarity]

index d48fcd5bc95015b8920591ec20d0d28db3a16cf1..b25b5c17e880edf2a2356a94c95b16cde9a0ae76 100644 (file)
@@ -8,7 +8,7 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
             file://zlib-off64_t.patch;patchdir=${RUSTSRC} \
             file://0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch;patchdir=${RUSTSRC} \
 "
-SRC_URI[rust.sha256sum] = "5b8ea94085b65e75c1fa6310e2f90bd706fa80bfcb3544fe26f4037b911d9fb2"
+SRC_URI[rust.sha256sum] = "ce1a115f6aafa912b4622906a92b626354973afa9288e2c7750df4dcf3390fc0"
 
 RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src"