diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2023-04-10 10:41:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-13 11:56:07 +0100 |
commit | b205ab58a6f9a7070b2af1b2c97820c957e71a35 (patch) | |
tree | a3f6c73225875b5f03e028957e500344f473cc5e /meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb | |
parent | b61233e1793709750afcf0bdfb1c9249cee9e937 (diff) | |
download | poky-b205ab58a6f9a7070b2af1b2c97820c957e71a35.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: 4563432b41026adc56c54452984b19ab64e7406e)
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>
Diffstat (limited to 'meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb')
-rw-r--r-- | meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb new file mode 100644 index 0000000000..55865238ab --- /dev/null +++ b/meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit cross-canadian | ||
2 | require rust-cross-canadian.inc \ No newline at end of file | ||