]> git.saurik.com Git - apt.git/commit - test/integration/test-bug-596498-trusted-unsigned-repo
do not load filesize in pkgAcqIndexTrans explicitly
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 13 Oct 2014 08:24:54 +0000 (10:24 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 13 Oct 2014 11:01:52 +0000 (13:01 +0200)
commit78bc8d6b16c898c30ab046519d758ee9c1c6f42b
tree6f388075595c113255eb459916ca64e70c73875d
parent9d653a6de2ca952247cc4e628256259d225570a6
do not load filesize in pkgAcqIndexTrans explicitly

The constructor is calling the baseclass pkgAcqIndex which does this
already – and also does it correctly for compressed files which would
overwise lead to the size of uncompressed files to be expected.

Git-Dch: Ignore
apt-pkg/acquire-item.cc
test/integration/test-bug-596498-trusted-unsigned-repo
test/integration/test-compressed-indexes