[Buildroot] [PATCH 1/1] package/{rust, rust-bin}: bump to version 1.65.0

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Nov 5 22:41:03 UTC 2022


On Thu,  3 Nov 2022 16:42:06 -0600
James Hilliard <james.hilliard1 at gmail.com> wrote:

> Link to Rust 1.65.0 annoucement: https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html
> 
> Newest version of the source archives have been retrieved with their hash values,
> and the signature of the .asc files have been verified as follows:
> $ curl -fsSL https://static.rust-lang.org/rust-key.gpg.ascii | gpg --import
> $ gpg --verify <filename.asc> <filename>
> 
> There is no typographical error in the packages according to the check-pakage utility:
> $ ./utils/check-package package/rust-bin/*
> $ ./utils/check-package package/rust/*
> 
> The testsuite tool were successfully run for rust and rust-bin packages to test
> the Rust toolchain under 1.65.0:
> $ ./support/testing/run-tests -k -d dl/ -o testsuite tests.package.test_rust.TestRustBin
> $ ./support/testing/run-tests -k -d dl/ -o testsuite tests.package.test_rust.TestRust
> 
> In order to verify the compatibility of packages depending on Rust 1.65.0,
> tests using `./utils/test-pkg` were run.
> You may want to execute the test-pkg command after creating a `.config` file
> enabling the corresponding BR2_PACKAGE, for example:
> Create a file `buildroot/ripgrep.config` containing "BR2_PACKAGE_RIPGREP=y"
> Then execute:
> $ ./utils/test-pkg -d test-pkg -c ripgrep.config -p ripgrep
> 
> Results:
> librsvg OK
> ripgrep OK
> suricata OK
> bat OK
> 
> Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
> ---
>  package/rust-bin/rust-bin.hash | 252 ++++++++++++++++-----------------
>  package/rust-bin/rust-bin.mk   |   2 +-
>  package/rust/rust.hash         |   6 +-
>  package/rust/rust.mk           |   2 +-
>  4 files changed, 131 insertions(+), 131 deletions(-)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list