Bug 189973 - md5 or sha1 checksum control on the downloaded files
Summary: md5 or sha1 checksum control on the downloaded files
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandriva RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-18 16:15 UTC by gerlos
Modified: 2009-09-10 20:20 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gerlos 2009-04-18 16:15:42 UTC
Version:           2.2.2 (using KDE 4.2.2)
OS:                Linux
Installed from:    Mandriva RPMs

It would be useful if we could verify a downloaded file in kget.

Maybe it could be done with an entry in the right click menu called "verify this download", that could trigger a dialogue with some radio button to chose between md5 or sha1 for example, and a text field to paste the checksum taken from the web or a file selection button to point to the checksum file downloaded previously.

After we've inserted the requested infos, it should display a window with a progress bar and the results of the check.

Maybe it could be also somehow "smart", and if we are downloading  a file called big-file.iso together with its md5 sum control file big-file.iso.md5, it should get automatically the needed infos, from that file, without asking us anything.
Comment 1 Matthias Fuchs 2009-09-10 20:20:49 UTC
All that is supported in trunk now.
md5 is always supported, other types (sha1, sha256 etc.) when KGet is compiled with QCA support.

The ChecksumSearch-Plugin searches for checksums according to predefined (modifiable) patterns.