Re: Updated proposal for improving the FTP NEW process
Wouter Verhelst <[email protected]> Wed, 14 Mar 2018 08:36:01 +0100
| Newsgroups | gmane.linux.debian.curiosa |
|---|---|
| Organization | The Debian Project, http://www.debian.org/ |
| Message-ID | <[email protected]> |
On Sun, Mar 11, 2018 at 05:14:06PM +0000, Chris Lamb wrote: > Hi Lars, > > > I'm happy that the ftp masters are doing their job in the best way > > they can. This includes any re-reviews of packages already in the > > archive, at whatever points they choose, be that when there's a new > > binary package from an old source package, randomly chosen packages, > > or targeting packages whose SHA3 ends in 42. > > $ cd /srv/ftp-master.debian.org/queue/new > > $ sha384sum *.changes | fgrep '42 ' > d317231d0cc6ed33e2b7436a1416a3edf94dd85dc12fd108eb2a813bfe0d81bbf6b16ca149dcfe6fdeb866b8a3d5f742 node-split-string_4.0.0-1_amd64.changes That's not SHA3, SHA384 is an algorithm from the SHA2 family (yes that's possibly confusing). If you want SHA3, you need to install libdigest-sha3-perl, which includes a sha3sum script in /usr/bin.