Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910496 - dev-lang/rust-1.71.0, dev-lang/rust-bin-1.71.0: version bump
Summary: dev-lang/rust-1.71.0, dev-lang/rust-bin-1.71.0: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Georgy Yakovlev
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 903607
  Show dependency tree
 
Reported: 2023-07-18 17:06 UTC by Sam James
Modified: 2023-07-20 14:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-07-18 17:06:16 UTC
Release notes: https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html

gyakovlev is devaway so ideally someone would step up & help with this.
Comment 1 cyrillic 2023-07-19 02:25:21 UTC
I am not in a position to mantain this, but I have been testing 1.71_beta and then 1.71.0 when it first came out.

rust-1.71 seems to be a straightforward bump from 1.70 with no special problems or workarounds needed.
Comment 2 Larry the Git Cow gentoo-dev 2023-07-20 09:49:56 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12b1a7b68d60225302c4e0c9e95c1c9f6c939c5

commit c12b1a7b68d60225302c4e0c9e95c1c9f6c939c5
Author:     WANG Xuerui <xen0n@gentoo.org>
AuthorDate: 2023-07-19 05:39:45 +0000
Commit:     WANG Xuerui <xen0n@gentoo.org>
CommitDate: 2023-07-20 09:48:27 +0000

    virtual/rust: add 1.71.0
    
    Bug: https://bugs.gentoo.org/910496
    Closes: https://github.com/gentoo/gentoo/pull/31241
    Signed-off-by: WANG Xuerui <xen0n@gentoo.org>

 virtual/rust/rust-1.71.0.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2813c68da01897e7b37dd5cd8b00e6e4a3e85ae

commit f2813c68da01897e7b37dd5cd8b00e6e4a3e85ae
Author:     WANG Xuerui <xen0n@gentoo.org>
AuthorDate: 2023-07-19 05:38:13 +0000
Commit:     WANG Xuerui <xen0n@gentoo.org>
CommitDate: 2023-07-20 09:48:27 +0000

    dev-lang/rust: add 1.71.0
    
    Integrating an upstream revert for fixing broken bash completion file
    installation while at it.
    
    Bug: https://bugs.gentoo.org/910496
    See: https://github.com/gentoo/gentoo/pull/31241
    Signed-off-by: WANG Xuerui <xen0n@gentoo.org>

 dev-lang/rust/Manifest                             |  36 +
 .../files/1.71.0-fix-bashcomp-installation.patch   |  23 +
 dev-lang/rust/rust-1.71.0.ebuild                   | 747 +++++++++++++++++++++
 3 files changed, 806 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d283899236894468205a8b783d191c5c4c1ab728

commit d283899236894468205a8b783d191c5c4c1ab728
Author:     WANG Xuerui <xen0n@gentoo.org>
AuthorDate: 2023-07-19 03:52:42 +0000
Commit:     WANG Xuerui <xen0n@gentoo.org>
CommitDate: 2023-07-20 09:48:27 +0000

    dev-lang/rust-bin: add 1.71.0
    
    Bug: https://bugs.gentoo.org/910496
    See: https://github.com/gentoo/gentoo/pull/31241
    Signed-off-by: WANG Xuerui <xen0n@gentoo.org>

 dev-lang/rust-bin/Manifest               |  37 +++++
 dev-lang/rust-bin/rust-bin-1.71.0.ebuild | 230 +++++++++++++++++++++++++++++++
 2 files changed, 267 insertions(+)
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-07-20 14:01:37 UTC
(In reply to cyrillic from comment #1)
> I am not in a position to mantain this, but I have been testing 1.71_beta
> and then 1.71.0 when it first came out.
> 
> rust-1.71 seems to be a straightforward bump from 1.70 with no special
> problems or workarounds needed.

Thank you, and thank you xen0n!