summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-update-filesize-mismatch
AgeCommit message (Collapse)AuthorFilesLines
2015-12-19tests: support spaces in path and TMPDIRDavid Kalnischkies1-2/+2
This doesn't allow all tests to run cleanly, but it at least allows to write tests which could run successfully in such environments. Git-Dch: Ignore
2015-08-12travis: add ppa:ubuntu-toolschain-r/test as source for gcc-5David Kalnischkies1-1/+1
This makes travis-ci able to run our tests again. Sometimes. If it doesn't spontaneously fails with internal gcc errors… Git-Dch: Ignore
2014-11-06Merge remote-tracking branch 'upstream/debian/experimental' into ↵Michael Vogt1-0/+50
feature/no-more-acquire-guessing Conflicts: apt-pkg/acquire-item.cc
2014-11-04test/integration/test-apt-update-filesize-mismatch: use "basename file ↵Michael Vogt1-1/+1
suffix" instead of -s for compatibility with older systems
2014-10-24promote filesize to a hashstringDavid Kalnischkies1-0/+55
It is a very simple hashstring, which is why it isn't contributing to the usability of a list of them, but it is also trivial to check and calculate, so it doesn't hurt checking it either as it can combined even with the simplest other hashes greatly complicate attacks on them as you suddenly need a same-size hash collision, which is usually a lot harder to achieve.