From: Alex Kiernan Date: Fri, 13 Jan 2023 11:53:18 +0000 (+0000) Subject: rust: Upgrade 1.66.0 -> 1.66.1 X-Git-Tag: 2023-04-mickledore~784 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d31afc5666eda95032d0be47ff815859550a65f;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git rust: Upgrade 1.66.0 -> 1.66.1 Changes: Added validation of SSH host keys for git URLs in Cargo (CVE-2022-46176) Signed-off-by: Alex Kiernan Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/rust/cargo_1.66.0.bb b/meta/recipes-devtools/rust/cargo_1.66.1.bb similarity index 100% rename from meta/recipes-devtools/rust/cargo_1.66.0.bb rename to meta/recipes-devtools/rust/cargo_1.66.1.bb diff --git a/meta/recipes-devtools/rust/libstd-rs_1.66.0.bb b/meta/recipes-devtools/rust/libstd-rs_1.66.1.bb similarity index 100% rename from meta/recipes-devtools/rust/libstd-rs_1.66.0.bb rename to meta/recipes-devtools/rust/libstd-rs_1.66.1.bb diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.66.0.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.66.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust-cross-canadian_1.66.0.bb rename to meta/recipes-devtools/rust/rust-cross-canadian_1.66.1.bb diff --git a/meta/recipes-devtools/rust/rust-llvm_1.66.0.bb b/meta/recipes-devtools/rust/rust-llvm_1.66.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust-llvm_1.66.0.bb rename to meta/recipes-devtools/rust/rust-llvm_1.66.1.bb diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index 6f1df4561b2..22e97174a98 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/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] = "0dc176e34fae9871f855a6ba4cb30fa19d69c5b4428d29281a07419c4950715c" +SRC_URI[rust.sha256sum] = "07ac4e6c93e0d8ecfaf3b86c4c78bbbde3f5be675f0334e7fb343cb4a0b81ebe" RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" diff --git a/meta/recipes-devtools/rust/rust_1.66.0.bb b/meta/recipes-devtools/rust/rust_1.66.1.bb similarity index 100% rename from meta/recipes-devtools/rust/rust_1.66.0.bb rename to meta/recipes-devtools/rust/rust_1.66.1.bb