| Summary: | Update candidate: rust 1.25.0, cargo 0.26.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, has_procedure, validated_update |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | MGA6-64-OK | ||
| Source RPM: | rust-1.23.0-1.mga6, cargo-0.24.0-1.mga6 | CVE: | |
| Status comment: | |||
|
Description
Rémi Verschelde
2018-04-09 09:03:32 CEST
Rémi Verschelde
2018-04-09 09:03:40 CEST
Keywords:
(none) =>
has_procedure Tested successfully on Mageia 6 x86_64:
# urpmi --searchmedia testing rust rust-std-static rustfmt-preview cargo
$ cargo install ripgrep --force
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading ripgrep v0.8.1
Installing ripgrep v0.8.1
Downloading regex v0.2.10
Downloading grep v0.1.8
Downloading ignore v0.4.1
Downloading libc v0.2.40
Downloading memmap v0.6.2
Downloading globset v0.3.0
Downloading termcolor v0.3.6
Downloading atty v0.2.8
Downloading clap v2.31.2
Downloading bytecount v0.3.1
Downloading regex-syntax v0.5.3
Downloading ucd-util v0.1.1
Downloading walkdir v2.1.4
Downloading crossbeam v0.3.2
Downloading strsim v0.7.0
Downloading ansi_term v0.11.0
Compiling strsim v0.7.0
Compiling ucd-util v0.1.1
Compiling utf8-ranges v1.0.0
Compiling cfg-if v0.1.2
Compiling unicode-width v0.1.4
Compiling bitflags v1.0.1
Compiling bytecount v0.3.1
Compiling void v1.0.2
Compiling regex v0.2.10
Compiling ansi_term v0.11.0
Compiling regex-syntax v0.4.2
Compiling same-file v1.0.2
Compiling crossbeam v0.3.2
Compiling fnv v1.0.6
Compiling lazy_static v1.0.0
Compiling termcolor v0.3.6
Compiling libc v0.2.40
Compiling log v0.4.1
Compiling encoding_rs v0.7.2
Compiling textwrap v0.9.0
Compiling regex-syntax v0.5.3
Compiling unreachable v1.0.0
Compiling walkdir v2.1.4
Compiling atty v0.2.8
Compiling memmap v0.6.2
Compiling memchr v2.0.1
Compiling num_cpus v1.8.0
Compiling thread_local v0.3.5
Compiling clap v2.31.2
Compiling aho-corasick v0.6.4
Compiling ripgrep v0.8.1
Compiling globset v0.3.0
Compiling grep v0.1.8
Compiling ignore v0.4.1
Finished release [optimized + debuginfo] target(s) in 111.76 secs
Replacing /home/akien/.cargo/bin/rg
$ rg --version
ripgrep 0.8.1
-SIMD -AVX
$ rg cargo
22882.adv
2:subject: Updated rust and cargo packages bring latest stable release
6: - cargo-0.26.0-1.mga6
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
22437.adv
2:subject: Updated rust and cargo packages bring latest stable release
6: - cargo-0.24.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.49 secs
Running `target/debug/hello_world`
Hello World!
I'm a Rustacean!
$ rustfmt -v src/main.rs
Formatting /home/akien/Documents/Programmation/Rust/rust-hello_world/src/main.rs
Spent 0.000 secs in the parsing phase, and 0.000 secs in the formatting phaseKeywords:
(none) =>
advisory Since there are no reverse deps for rust yet in Mageia 6, validating as is. We'll start using rust for Mageia packages when Firefox 60 ESR lands in Mageia 6. Keywords:
(none) =>
validated_update An update for this issue has been pushed to the Mageia Updates repository. https://advisories.mageia.org/MGAA-2018-0060.html Resolution:
(none) =>
FIXED |