bzip2 1.0.6-1 source package in Ubuntu
Changelog
bzip2 (1.0.6-1) unstable; urgency=low * New upstream version 1.0.6 * Debian source format is 3.0 (quilt) * Fix "insecure temporary file creation (bzexe)" Patch by vladz Closes: 632862 * Compress changelogs with the -n option Closes: 646972 * Update debian/copyright Closes: 619797 -- Anibal Monsalve Salazar <email address hidden> Sun, 04 Dec 2011 19:51:51 +1100
Upload details
- Uploaded by:
- Anibal Monsalve Salazar
- Uploaded to:
- Sid
- Original maintainer:
- Anibal Monsalve Salazar
- Architectures:
- any all
- Section:
- utils
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | main | utils |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bzip2_1.0.6-1.dsc | 2.3 KiB | f3473142ae75b713d57396ba35f7545ec7ccaaf5ba113edc11407246a658b3b3 |
bzip2_1.0.6.orig.tar.bz2 | 692.1 KiB | d70a9ccd8bdf47e302d96c69fecd54925f45d9c7b966bb4ef5f56b770960afa7 |
bzip2_1.0.6-1.debian.tar.bz2 | 56.5 KiB | 32064ac5ac92d11ec20c342c263c1734824a14690e31dc8c845db83a2cb06d48 |
Available diffs
- diff from 1.0.5-7 to 1.0.6-1 (476.6 KiB)
No changes file available.
Binary packages built by this source
- bzip2: No summary available for bzip2 in ubuntu quantal.
No description available for bzip2 in ubuntu quantal.
- bzip2-doc: No summary available for bzip2-doc in ubuntu quantal.
No description available for bzip2-doc in ubuntu quantal.
- lib32bz2-1.0: high-quality block-sorting file compressor library - 32bit runtime
This package contains the libbzip2 32bit runtime library.
- lib32bz2-dev: high-quality block-sorting file compressor library - 32bit development
Static libraries and include files for the bzip2 compressor library (32bit).
- lib64bz2-1.0: high-quality block-sorting file compressor library - 64bit runtime
This package contains the libbzip2 64bit runtime library.
- lib64bz2-dev: No summary available for lib64bz2-dev in ubuntu quantal.
No description available for lib64bz2-dev in ubuntu quantal.
- libbz2-1.0: No summary available for libbz2-1.0 in ubuntu quantal.
No description available for libbz2-1.0 in ubuntu quantal.
- libbz2-dev: high-quality block-sorting file compressor library - development
Static libraries and include files for the bzip2 compressor library.
.
bzip2 is a freely available, patent free, high-quality data compressor.
It typically compresses files to within 10% to 15% of the best available
techniques, whilst being around twice as fast at compression and six
times faster at decompression.
.
bzip2 compresses files using the Burrows-Wheeler block-sorting text
compression algorithm, and Huffman coding. Compression is generally
considerably better than that achieved by more conventional
LZ77/LZ78-based compressors, and approaches the performance of the PPM
family of statistical compressors.
.
The archive file format of bzip2 (.bz2) is incompatible with that of its
predecessor, bzip (.bz).