]> git.saurik.com Git - apt.git/commit
follow dpkg and xz and use CRC64 for xz compression
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 22 Dec 2015 14:56:47 +0000 (15:56 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Tue, 22 Dec 2015 14:56:47 +0000 (15:56 +0100)
commit885a1ffd27e621d7cd2452b39e2053e2f1044253
tree6019dfaa8aa8cf19f3b3d8197352c6c6faa55d93
parentfa89055f13726dcc07f9fe14b5f1e8a7af210d61
follow dpkg and xz and use CRC64 for xz compression

dpkg switched from CRC32 to CRC64 in
777915108d9d36d022dc4fc4151a615fc95e5032 with the message:
| This is the default CRC used by the xz command-line tool, align with
| it and switch from CRC32 to CRC64. It should provide slightly better
| detection against damaged data, at a negligible speed difference.
apt-pkg/contrib/fileutl.cc