]> git.saurik.com Git - apt.git/commit - apt-pkg/acquire-item.h
support hashes for compressed pdiff files
authorDavid Kalnischkies <david@kalnischkies.de>
Sun, 7 Jun 2015 22:06:41 +0000 (00:06 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Tue, 9 Jun 2015 10:57:36 +0000 (12:57 +0200)
commit4f51fd8636592a96aecf17c8bf4cfdb3ea2207cc
tree0510ab4c8b6a78fe15798d5cac4455e4c0ae5178
parentfec55559451dc1c440c4770ee3faa116522fc59c
support hashes for compressed pdiff files

At the moment we only have hashes for the uncompressed pdiff files, but
via the new '$HASH-Download' field in the .diff/Index hashes can be
provided for the .gz compressed pdiff file, which apt will pick up now
and use to verify the download. Now, we "just" need a buy in from the
creators of repositories…
apt-pkg/acquire-item.cc
apt-pkg/acquire-item.h
apt-pkg/contrib/hashes.cc
apt-pkg/contrib/hashes.h
apt-pkg/indexrecords.cc
methods/rred.cc
test/integration/test-pdiff-usage