Re: HEADS-UP: Upcoming retirement of long-term-unused packages for Rust crates

2023-02-04 Thread Fabio Valentini
On Tue, Nov 22, 2022 at 11:24 PM Fabio Valentini wrote: > > On Tue, Nov 22, 2022 at 6:49 PM Josh Stone wrote: > > > > On 11/22/22 8:13 AM, Fabio Valentini wrote: > > > List of Rust library-only packages, > > > > > > - rust-rustfilt > > > > This one does have a binary, a Rust equivalent to binutil

Re: HEADS-UP: Upcoming retirement of long-term-unused packages for Rust crates

2022-11-22 Thread Fabio Valentini
On Tue, Nov 22, 2022 at 6:49 PM Josh Stone wrote: > > On 11/22/22 8:13 AM, Fabio Valentini wrote: > > List of Rust library-only packages, > > > > - rust-rustfilt > > This one does have a binary, a Rust equivalent to binutils' c++filt. Thanks for the responses, I've added dialoguer, constant_time_

Re: HEADS-UP: Upcoming retirement of long-term-unused packages for Rust crates

2022-11-22 Thread Josh Stone
On 11/22/22 11:59 AM, Simo Sorce wrote: > On Tue, 2022-11-22 at 17:13 +0100, Fabio Valentini wrote: >> - rust-curve25519-dalek > > Asymmetric cryptography in pure rust should not be used, there is still > no support in the language for constant time operations, which means > there is a fat chance

Re: HEADS-UP: Upcoming retirement of long-term-unused packages for Rust crates

2022-11-22 Thread Simo Sorce
On Tue, 2022-11-22 at 17:13 +0100, Fabio Valentini wrote: > - rust-curve25519-dalek Asymmetric cryptography in pure rust should not be used, there is still no support in the language for constant time operations, which means there is a fat chance these implementations are susceptible to trivial ti

Re: HEADS-UP: Upcoming retirement of long-term-unused packages for Rust crates

2022-11-22 Thread Josh Stone
On 11/22/22 8:13 AM, Fabio Valentini wrote: > List of Rust library-only packages, > > - rust-rustfilt This one does have a binary, a Rust equivalent to binutils' c++filt. It's OK though -- c++filt knows Rust mangling these days, whereas rustfilt doesn't know C++, so it wouldn't be much loss to d

Re: HEADS-UP: Upcoming retirement of long-term-unused packages for Rust crates

2022-11-22 Thread Kalev Lember
Hi Fabio, On Tue, Nov 22, 2022 at 5:14 PM Fabio Valentini wrote: > - rust-constant_time_eq > Can you leave rust-constant_time_eq out please? 'authenticator' that I'm packaging depends on it. -- Kalev ___ devel mailing list -- devel@lists.fedoraproje

Re: HEADS-UP: Upcoming retirement of long-term-unused packages for Rust crates

2022-11-22 Thread Ian McInerney via devel
On Tue, Nov 22, 2022 at 4:14 PM Fabio Valentini wrote: > Hi all, > > I've been collecting data about the dependency graph of Rust packages > in Fedora for over a year now, and I would like to start the process > of removing some accumulated cruft. In particular, I've been keeping > track of which

HEADS-UP: Upcoming retirement of long-term-unused packages for Rust crates

2022-11-22 Thread Fabio Valentini
Hi all, I've been collecting data about the dependency graph of Rust packages in Fedora for over a year now, and I would like to start the process of removing some accumulated cruft. In particular, I've been keeping track of which packages for *library* packages (i.e. they ship only source code bu