diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2023-01-13 11:53:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-15 12:23:41 +0000 |
commit | afd2d15923612bf2baaf7278f3e307a5bd72cbf2 (patch) | |
tree | 180d96bd67f83eae87f68a02351cbdfb3240ee68 | |
parent | 5dba0314f75a9dbc6e04912510e94e860bf1acf1 (diff) | |
download | poky-afd2d15923612bf2baaf7278f3e307a5bd72cbf2.tar.gz |
rust: Upgrade 1.66.0 -> 1.66.1
Changes:
Added validation of SSH host keys for git URLs in Cargo (CVE-2022-46176)
(From OE-Core rev: 3d31afc5666eda95032d0be47ff815859550a65f)
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>
-rw-r--r-- | meta/recipes-devtools/rust/cargo_1.66.1.bb (renamed from meta/recipes-devtools/rust/cargo_1.66.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/rust/libstd-rs_1.66.1.bb (renamed from meta/recipes-devtools/rust/libstd-rs_1.66.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/rust/rust-cross-canadian_1.66.1.bb (renamed from meta/recipes-devtools/rust/rust-cross-canadian_1.66.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/rust/rust-llvm_1.66.1.bb (renamed from meta/recipes-devtools/rust/rust-llvm_1.66.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/rust/rust-source.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/rust/rust_1.66.1.bb (renamed from meta/recipes-devtools/rust/rust_1.66.0.bb) | 0 |
6 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/cargo_1.66.0.bb b/meta/recipes-devtools/rust/cargo_1.66.1.bb index 2b2394e898..2b2394e898 100644 --- a/meta/recipes-devtools/rust/cargo_1.66.0.bb +++ b/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 index 8802e9790c..8802e9790c 100644 --- a/meta/recipes-devtools/rust/libstd-rs_1.66.0.bb +++ b/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 index 55865238ab..55865238ab 100644 --- a/meta/recipes-devtools/rust/rust-cross-canadian_1.66.0.bb +++ b/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 index 4cc57d12ae..4cc57d12ae 100644 --- a/meta/recipes-devtools/rust/rust-llvm_1.66.0.bb +++ b/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 6f1df4561b..22e97174a9 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 | |||
7 | file://0001-Do-not-use-LFS64-on-linux-with-musl.patch;patchdir=${RUSTSRC} \ | 7 | file://0001-Do-not-use-LFS64-on-linux-with-musl.patch;patchdir=${RUSTSRC} \ |
8 | file://zlib-off64_t.patch;patchdir=${RUSTSRC} \ | 8 | file://zlib-off64_t.patch;patchdir=${RUSTSRC} \ |
9 | " | 9 | " |
10 | SRC_URI[rust.sha256sum] = "0dc176e34fae9871f855a6ba4cb30fa19d69c5b4428d29281a07419c4950715c" | 10 | SRC_URI[rust.sha256sum] = "07ac4e6c93e0d8ecfaf3b86c4c78bbbde3f5be675f0334e7fb343cb4a0b81ebe" |
11 | 11 | ||
12 | RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" | 12 | RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" |
13 | 13 | ||
diff --git a/meta/recipes-devtools/rust/rust_1.66.0.bb b/meta/recipes-devtools/rust/rust_1.66.1.bb index eba933dded..eba933dded 100644 --- a/meta/recipes-devtools/rust/rust_1.66.0.bb +++ b/meta/recipes-devtools/rust/rust_1.66.1.bb | |||