]> git.saurik.com Git - apt.git/commit
remove debianism file-content verification
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 8 Jun 2015 14:08:53 +0000 (16:08 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Tue, 9 Jun 2015 10:57:36 +0000 (12:57 +0200)
commit4cd86fc61960404ef7dd8a474c2dff2002016824
treeffbcd201c558aac0281df913d1b8130215e18ded
parent8d041b4f4f353079268039dcbfd8b5e575196b66
remove debianism file-content verification

The code requires every index file we download to have a Package field,
but that doesn't hold true for all index we might want to download in
the future. Some might not even be deb822 formatted files…

The check was needed as apt used to accept unverifiable files like
Translation-*, but nowadays it requires hashes for these as well. Even
for unsigned repositories we interpret the Release file as binding now,
which means this check isn't triggerable expect for repositories which
do not have a Release file at all – something which is highly discouraged!

Git-Dch: Ignore
apt-pkg/acquire-item.cc
apt-pkg/acquire-item.h