diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-10 20:39:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-11 17:09:16 +0000 |
commit | 259afff65287d9010d849f926fcfd10157223875 (patch) | |
tree | 4a867149d6c4ec2787aa5a5d1882b68e9b077279 /meta/recipes-devtools/rust/rust-snapshot.inc | |
parent | 7d88111fab70a55b5e45b5d6d27781fc957c8c6b (diff) | |
download | poky-259afff65287d9010d849f926fcfd10157223875.tar.gz |
rust: update 1.56.0 -> 1.56.1
This update includes fixes for the 'trojan source' vulnerability:
https://blog.rust-lang.org/2021/11/01/Rust-1.56.1.html
Drop two unused patches.
(From OE-Core rev: 5ff0b0d8c6c37ebf916062f03a378fe0e34b1c53)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust/rust-snapshot.inc')
-rw-r--r-- | meta/recipes-devtools/rust/rust-snapshot.inc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/rust/rust-snapshot.inc b/meta/recipes-devtools/rust/rust-snapshot.inc index 18e98d70a0..3418a2e0ba 100644 --- a/meta/recipes-devtools/rust/rust-snapshot.inc +++ b/meta/recipes-devtools/rust/rust-snapshot.inc | |||
@@ -2,17 +2,17 @@ | |||
2 | ## snapshot info is taken from rust/src/stage0.txt | 2 | ## snapshot info is taken from rust/src/stage0.txt |
3 | ## TODO: find a way to add additional SRC_URIs based on the contents of an | 3 | ## TODO: find a way to add additional SRC_URIs based on the contents of an |
4 | ## earlier SRC_URI. | 4 | ## earlier SRC_URI. |
5 | RS_VERSION = "1.56.0" | 5 | RS_VERSION = "1.56.1" |
6 | CARGO_VERSION = "1.56.0" | 6 | CARGO_VERSION = "1.56.1" |
7 | 7 | ||
8 | # TODO: Add hashes for other architecture toolchains as well. Make a script? | 8 | # TODO: Add hashes for other architecture toolchains as well. Make a script? |
9 | SRC_URI[rust-std-snapshot-x86_64.sha256sum] = "f693e4f41a959d62528e0043b0b010c4815fb9f5887267ae34ff8b860f8ec4ae" | 9 | SRC_URI[rust-std-snapshot-x86_64.sha256sum] = "b01011cbb5503c456ecc6a557a38e099994b8497df545c661ce8fd48c5beadc6" |
10 | SRC_URI[rustc-snapshot-x86_64.sha256sum] = "2a5f919e2036496c02ab4707a5eb8bd8a4ce6ea589e01cb39f25d213a26dcdfe" | 10 | SRC_URI[rustc-snapshot-x86_64.sha256sum] = "a7001d1218b62d377cab15522d1b1c376b073c05f7d0ff32cf278871a5eeda3d" |
11 | SRC_URI[cargo-snapshot-x86_64.sha256sum] = "f972125810d2db7df2e0af56d9f6a3dcdacc52d983bdf0ca17309b45fc44209b" | 11 | SRC_URI[cargo-snapshot-x86_64.sha256sum] = "dfed65a50e2b58b6807c1fb6f8afa7abd5c3b22c682d505721d615823687c708" |
12 | 12 | ||
13 | SRC_URI[rust-std-snapshot-aarch64.sha256sum] = "3cd1c69c618e5efaf578a156c2a950c93964f9b47ba4d705d5700bdc64880231" | 13 | SRC_URI[rust-std-snapshot-aarch64.sha256sum] = "a83416d15354e4dfa1c1e4a756282c6be7169679f2b04eca82ed34e2116b93f0" |
14 | SRC_URI[rustc-snapshot-aarch64.sha256sum] = "0d2491a59f697d2ea52fc429b8d4665acb5f79b0e16703f3604b61b8aa68d1c4" | 14 | SRC_URI[rustc-snapshot-aarch64.sha256sum] = "77aec6a8c5f3d33941c79a48cda3bb08878c23dd1947dc027dfe5c4da41305b3" |
15 | SRC_URI[cargo-snapshot-aarch64.sha256sum] = "9d97cd655845572846c058577f68ea74b6111f8ea7649db308f786475f764a09" | 15 | SRC_URI[cargo-snapshot-aarch64.sha256sum] = "3d263eb1871b5d6ca4b198b9611925923e9353e1f5c2becf8c7b784298e88743" |
16 | 16 | ||
17 | SRC_URI += " \ | 17 | SRC_URI += " \ |
18 | https://static.rust-lang.org/dist/${RUST_STD_SNAPSHOT}.tar.xz;name=rust-std-snapshot-${BUILD_ARCH};subdir=rust-snapshot-components \ | 18 | https://static.rust-lang.org/dist/${RUST_STD_SNAPSHOT}.tar.xz;name=rust-std-snapshot-${BUILD_ARCH};subdir=rust-snapshot-components \ |