]> git.saurik.com Git - apt.git/commit
allow uncompressed files to be empty in store again
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 14 Apr 2016 14:16:06 +0000 (16:16 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Thu, 14 Apr 2016 14:55:35 +0000 (16:55 +0200)
commit479f6fa454cd6ee9e1bc4d9ecda856d34584092e
treea30949d2fae2f523123a7f44ee64c689555bafbe
parente169fa4a85e03b2b03bb1bdba716b96654ae6050
allow uncompressed files to be empty in store again

With the previous fix for file applied we can again hit repositories
which contain uncompressed empty files, which since the introduction of
the central store: method wasn't accounted for anymore as we forbid
empty compressed files.
methods/store.cc
test/integration/test-apt-update-empty-files [new file with mode: 0755]