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-source.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-source.inc')
-rw-r--r-- | meta/recipes-devtools/rust/rust-source.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index 326a592544..e197604716 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/recipes-devtools/rust/rust-source.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | SRC_URI += "https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;name=rust" | 1 | SRC_URI += "https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;name=rust" |
2 | SRC_URI[rust.sha256sum] = "f13468889833c88e744ad579c5d8fbb7ecb53216159b54481a90e5dcdaa9e320" | 2 | SRC_URI[rust.sha256sum] = "61fdcc8bc2530ee18f91318347e09b7cc07e9ca04b1c627c135ecc8dcb8f2ac5" |
3 | 3 | ||
4 | RUSTSRC = "${WORKDIR}/rustc-${PV}-src" | 4 | RUSTSRC = "${WORKDIR}/rustc-${PV}-src" |
5 | 5 | ||