Bug 22882 - Update candidate: rust 1.25.0, cargo 0.26.0
Summary: Update candidate: rust 1.25.0, cargo 0.26.0
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 6
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: QA Team
QA Contact:
URL:
Whiteboard: MGA6-64-OK
Keywords: advisory, has_procedure, validated_update
Depends on:
Blocks:
 
Reported: 2018-04-09 09:03 CEST by Rémi Verschelde
Modified: 2018-04-13 22:09 CEST (History)
1 user (show)

See Also:
Source RPM: rust-1.23.0-1.mga6, cargo-0.24.0-1.mga6
CVE:
Status comment:


Attachments

Description Rémi Verschelde 2018-04-09 09:03:32 CEST
Advisory:
=========

Updated rust and cargo packages bring latest stable release

  This update provides Rust 1.25.0 and Cargo 0.26.0, which are the current
  stable versions released on March 29, 2018. See the release announcements
  for more details.

References:
 - https://blog.rust-lang.org/2018/02/15/Rust-1.24.html
 - https://blog.rust-lang.org/2018/03/29/Rust-1.25.html


RPMs in core/updates_testing:
=============================

cargo-0.26.0-1.mga6
cargo-doc-0.26.0-1.mga6
rust-1.25.0-1.mga6
rust-debugger-common-1.25.0-1.mga6
rust-doc-1.25.0-1.mga6
rust-gdb-1.25.0-1.mga6
rust-lldb-1.25.0-1.mga6
rust-src-1.25.0-1.mga6
rust-std-static-1.25.0-1.mga6
rustfmt-preview-1.25.0-1.mga6


SRPMs in core/updates_testing:
==============================

- cargo-0.26.0-1.mga6
- rust-1.25.0-1.mga6


Testing procedure:
==================

Bug 21400 comment 2.
Rémi Verschelde 2018-04-09 09:03:40 CEST

Keywords: (none) => has_procedure

Comment 1 Rémi Verschelde 2018-04-09 09:11:54 CEST
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 phase

Keywords: (none) => advisory
Whiteboard: (none) => MGA6-64-OK

Comment 2 Rémi Verschelde 2018-04-09 09:12:33 CEST
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
CC: (none) => sysadmin-bugs

Comment 3 Mageia Robot 2018-04-13 22:09:42 CEST
An update for this issue has been pushed to the Mageia Updates repository.

https://advisories.mageia.org/MGAA-2018-0060.html

Resolution: (none) => FIXED
Status: NEW => RESOLVED


Note You need to log in before you can comment on or make changes to this bug.