]> git.saurik.com Git - apt.git/commit
fix Alt-Filename handling of file method
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 14 Apr 2016 14:01:56 +0000 (16:01 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Thu, 14 Apr 2016 14:15:39 +0000 (16:15 +0200)
commite169fa4a85e03b2b03bb1bdba716b96654ae6050
tree5f7ceadd6f2b10091d4731577c4b444e9805e3b0
parentc75e60ebb6bc7a578b57e7c4e01579798bae720b
fix Alt-Filename handling of file method

A silly of-by-one error in the stripping of the extension to check for
the uncompressed filename broken in an attempt to support all
compressions in commit a09f6eb8fc67cd2d836019f448f18580396185e5.

Fixing this highlights also mistakes in the handling of the Alt-Filename
in libapt which would cause apt to remove the file from the repository
(if root has the needed rights – aka the disk isn't readonly or similar)
apt-pkg/acquire-item.cc
methods/file.cc
test/integration/test-apt-update-file