Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop confusing comma from no strong hash message | David Kalnischkies | 2016-03-25 | 1 | -1/+1 |
| | |||||
* | Report non-transient errors as errors, not as warnings | Julian Andres Klode | 2016-03-16 | 1 | -2/+2 |
| | | | | | This makes it easier to understand what really is an error and what not. | ||||
* | show a more descriptive error for weak Release files | David Kalnischkies | 2015-12-14 | 1 | -0/+40 |
If we can't work with the hashes we parsed from the Release file we display now an error message if the Release file includes only weak hashes instead of downloading the indexes and failing to verify them with "Hash Sum mismatch" even through the hashes didn't mismatch (they were just weak). If for some (unlikely) reason we have got weak hashes only for individual targets we will show a warning to this effect (again, befor downloading and failing the index itself). Closes: 806459 |