summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rust
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2023-04-10 10:41:22 +0100
committerSteve Sakoman <steve@sakoman.com>2023-05-10 04:16:51 -1000
commit9326c714c52ac2026cc21b6fbfe40a4e7a308f82 (patch)
treef021aebaf40058ef3ee100bd3f7b6061a4ddf2c0 /meta/recipes-devtools/rust
parent5d347d6ab1d9976a4a49ea0e728d031bbe3d1f47 (diff)
downloadpoky-9326c714c52ac2026cc21b6fbfe40a4e7a308f82.tar.gz
rust: Upgrade 1.68.1 -> 1.68.2
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: 80ffaf90282a72276f6bf62e22976400fe7bb1f9) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 4563432b41026adc56c54452984b19ab64e7406e) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/rust')
-rw-r--r--meta/recipes-devtools/rust/cargo_1.68.2.bb (renamed from meta/recipes-devtools/rust/cargo_1.68.1.bb)0
-rw-r--r--meta/recipes-devtools/rust/libstd-rs_1.68.2.bb (renamed from meta/recipes-devtools/rust/libstd-rs_1.68.1.bb)0
-rw-r--r--meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb (renamed from meta/recipes-devtools/rust/rust-cross-canadian_1.68.1.bb)0
-rw-r--r--meta/recipes-devtools/rust/rust-llvm_1.68.2.bb (renamed from meta/recipes-devtools/rust/rust-llvm_1.68.1.bb)0
-rw-r--r--meta/recipes-devtools/rust/rust-source.inc2
-rw-r--r--meta/recipes-devtools/rust/rust_1.68.2.bb (renamed from meta/recipes-devtools/rust/rust_1.68.1.bb)0
6 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/cargo_1.68.1.bb b/meta/recipes-devtools/rust/cargo_1.68.2.bb
index 2b2394e898..2b2394e898 100644
--- a/meta/recipes-devtools/rust/cargo_1.68.1.bb
+++ b/meta/recipes-devtools/rust/cargo_1.68.2.bb
diff --git a/meta/recipes-devtools/rust/libstd-rs_1.68.1.bb b/meta/recipes-devtools/rust/libstd-rs_1.68.2.bb
index f4e5abc0cc..f4e5abc0cc 100644
--- a/meta/recipes-devtools/rust/libstd-rs_1.68.1.bb
+++ b/meta/recipes-devtools/rust/libstd-rs_1.68.2.bb
diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.68.1.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb
index 55865238ab..55865238ab 100644
--- a/meta/recipes-devtools/rust/rust-cross-canadian_1.68.1.bb
+++ b/meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb
diff --git a/meta/recipes-devtools/rust/rust-llvm_1.68.1.bb b/meta/recipes-devtools/rust/rust-llvm_1.68.2.bb
index 6304070deb..6304070deb 100644
--- a/meta/recipes-devtools/rust/rust-llvm_1.68.1.bb
+++ b/meta/recipes-devtools/rust/rust-llvm_1.68.2.bb
diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc
index d48fcd5bc9..b25b5c17e8 100644
--- a/meta/recipes-devtools/rust/rust-source.inc
+++ b/meta/recipes-devtools/rust/rust-source.inc
@@ -8,7 +8,7 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
8 file://zlib-off64_t.patch;patchdir=${RUSTSRC} \ 8 file://zlib-off64_t.patch;patchdir=${RUSTSRC} \
9 file://0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch;patchdir=${RUSTSRC} \ 9 file://0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch;patchdir=${RUSTSRC} \
10" 10"
11SRC_URI[rust.sha256sum] = "5b8ea94085b65e75c1fa6310e2f90bd706fa80bfcb3544fe26f4037b911d9fb2" 11SRC_URI[rust.sha256sum] = "ce1a115f6aafa912b4622906a92b626354973afa9288e2c7750df4dcf3390fc0"
12 12
13RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" 13RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src"
14 14
diff --git a/meta/recipes-devtools/rust/rust_1.68.1.bb b/meta/recipes-devtools/rust/rust_1.68.2.bb
index 83f9bec68a..83f9bec68a 100644
--- a/meta/recipes-devtools/rust/rust_1.68.1.bb
+++ b/meta/recipes-devtools/rust/rust_1.68.2.bb