Bug 25060 - Duplicate sha512sum files in ftp/dwz/releases dir
Summary: Duplicate sha512sum files in ftp/dwz/releases dir
Status: RESOLVED FIXED
Alias: None
Product: dwz
Classification: Unclassified
Component: default (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-03 14:01 UTC by Tom de Vries
Modified: 2019-10-03 21:37 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom de Vries 2019-10-03 14:01:58 UTC
Using the new contrib/upload-release.sh I've created two checksum files: md5sum and sha512sum, but it seems there's some site mechanism that has added another checksum file: sha512.sum:
...
$ ls -la
totaal 272
drwxr-sr-x. 2 vries dwz   4096 okt  2 14:44 .
drwsrwsr-x. 3 vries dwz   4096 okt  2 13:55 ..
-rw-r--r--. 1 vries dwz 143279 okt  2 14:26 dwz-0.13.tar.gz
-rw-r--r--. 1 vries dwz 114016 okt  2 14:26 dwz-0.13.tar.xz
-rw-r--r--. 1 vries dwz    100 okt  2 14:26 md5sum
-rw-r--r--. 1 vries dwz    292 okt  2 14:26 sha512sum
-rw-r--r--. 1 root  dwz    569 okt  2 14:44 sha512.sum
...

The sha512.sum file also contains entries for md5sum and sha512sum:
...
$ awk '{print $2}' sha512.sum 
dwz-0.13.tar.gz
dwz-0.13.tar.xz
md5sum
sha512sum
...

It seems the easiest should be to remove sha512sum and hope that sha512.sum gets updated automagically to remove the sha512sum entry.
Comment 1 Tom de Vries 2019-10-03 14:03:17 UTC
(In reply to Tom de Vries from comment #0)
> It seems the easiest should be to remove sha512sum

Done.

> and hope that sha512.sum
> gets updated automagically to remove the sha512sum entry.

Let's wait and see.
Comment 2 Tom de Vries 2019-10-03 21:26:58 UTC
(In reply to Tom de Vries from comment #1)
> > and hope that sha512.sum
> > gets updated automagically to remove the sha512sum entry.
> 
> Let's wait and see.

That has happened now:
...
$ wget https://sourceware.org/ftp/dwz/releases/sha512.sum
$ awk '{print $2}' sha512.sum 
dwz-0.13.tar.gz
dwz-0.13.tar.xz
md5sum
...
Comment 3 Tom de Vries 2019-10-03 21:37:30 UTC
Fixed contrib/upload-release.sh: https://sourceware.org/git/?p=dwz.git;a=commit;h=f10d7fbbbffb9974b07f0a91c10993448cf5c47f