| Summary: | Update candidate: rust 1.21.0, cargo 0.22.0 | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Rémi Verschelde <rverschelde> |
| Component: | RPM Packages | Assignee: | QA Team <qa-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | sysadmin-bugs |
| Version: | 6 | Keywords: | advisory, validated_update |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | has_procedure MGA6-64-OK | ||
| Source RPM: | rust-1.19.0-1.mga6, cargo-0.20.0-1.mga6 | CVE: | |
| Status comment: | |||
|
Description
Rémi Verschelde
2017-10-21 18:47:26 CEST
Rémi Verschelde
2017-10-21 18:47:34 CEST
Whiteboard:
(none) =>
has_procedure Tested OK on Mageia 6 64-bit. Advisory uploaded.
$ cargo install ripgrep --force
Updating registry `https://github.com/rust-lang/crates.io-index`
Installing ripgrep v0.6.0
Downloading num_cpus v1.7.0
Downloading memchr v1.0.2
Downloading termcolor v0.3.3
Downloading lazy_static v0.2.9
Downloading atty v0.2.3
Downloading clap v2.26.2
Downloading encoding_rs v0.6.11
Downloading libc v0.2.32
Downloading textwrap v0.8.0
Compiling cfg-if v0.1.2
Compiling void v1.0.2
Compiling ansi_term v0.9.0
Compiling bytecount v0.1.7
Compiling same-file v0.1.3
Compiling crossbeam v0.2.10
Compiling strsim v0.6.0
Compiling regex-syntax v0.4.1
Compiling fnv v1.0.5
Compiling lazy_static v0.2.9
Compiling unicode-width v0.1.4
Compiling log v0.3.8
Compiling libc v0.2.32
Compiling vec_map v0.8.0
Compiling bitflags v0.9.1
Compiling utf8-ranges v1.0.0
Compiling termcolor v0.3.3
Compiling encoding_rs v0.6.11
Compiling unreachable v1.0.0
Compiling walkdir v1.0.7
Compiling env_logger v0.4.3
Compiling term_size v0.3.0
Compiling atty v0.2.3
Compiling num_cpus v1.7.0
Compiling memmap v0.5.2
Compiling memchr v1.0.2
Compiling thread_local v0.3.4
Compiling textwrap v0.8.0
Compiling aho-corasick v0.6.3
Compiling clap v2.26.2
Compiling regex v0.2.2
Compiling globset v0.2.0
Compiling grep v0.1.6
Compiling ignore v0.2.2
Compiling ripgrep v0.6.0
Finished release [optimized + debuginfo] target(s) in 166.83 secs
Replacing /home/akien/.cargo/bin/rg
$ cd Mageia/QA/advisories
$ rg cargo
21907.adv
2:subject: Updated rust and cargo packages bring latest stable release
6: - cargo-0.22.0-1.mga6
21400.adv
2:subject: Updated rust and cargo packages bring latest stable release
6: - cargo-0.20.0-1.mga6
$ cd ~/Documents/Programmation/Rust/rust-hello_world/
$ cargo run
Compiling hello_world v0.0.1 (file:///home/akien/Documents/Programmation/Rust/rust-hello_world)
Finished dev [unoptimized + debuginfo] target(s) in 0.40 secs
Running `target/debug/hello_world`
Hello World!
I'm a Rustacean!Keywords:
(none) =>
advisory As it's still unused by any package in Mageia 6, there's little risk of breakage so I think it's good to go. Keywords:
(none) =>
validated_update An update for this issue has been pushed to the Mageia Updates repository. https://advisories.mageia.org/MGAA-2017-0098.html Resolution:
(none) =>
FIXED |