fix suse-bzip2
authorJoey Hess <joey@kitenet.net>
Wed, 4 Jan 2012 23:28:54 +0000 (19:28 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 4 Jan 2012 23:28:54 +0000 (19:28 -0400)
commitf4c15493679a4cc400d4d806966e173a9b40011c
treed66ab02244c6cee118e1c71158ec8cc207793955
parenta49754eb01beef8d85807155efb22a3bbc9e50ca
fix suse-bzip2

My hack job to remove the compressor changed its output (dunno how but it was
on byte 11 of the output file), so I am instead just copying in all of bzip2,
modified with suse's patch.
16 files changed:
Makefile.PL
pristine-bz2
pristine-tar.spec
zgz/pit/suse-bzip2/LICENSE
zgz/pit/suse-bzip2/blocksort.c
zgz/pit/suse-bzip2/bzip2.c
zgz/pit/suse-bzip2/bzlib.c
zgz/pit/suse-bzip2/bzlib.h [new file with mode: 0644]
zgz/pit/suse-bzip2/bzlib_private.h
zgz/pit/suse-bzip2/compress.c
zgz/pit/suse-bzip2/crctable.c [new file with mode: 0644]
zgz/pit/suse-bzip2/decompress.c [new file with mode: 0644]
zgz/pit/suse-bzip2/huffman.c
zgz/pit/suse-bzip2/main.c [deleted file]
zgz/pit/suse-bzip2/randtable.c [new file with mode: 0644]
zgz/zgz.c