xz-utils 5.1.1alpha+20110809-2 source package in Ubuntu
Changelog
xz-utils (5.1.1alpha+20110809-2) unstable; urgency=low * debian/rules build-arch: Do not trigger an infinite "make" recursion loop when DEB_BUILD_OPTIONS=nocheck. Closes: #638071. Thanks to Thorsten Glaser. xz-utils (5.1.1alpha+20110809-1) unstable; urgency=low * New snapshot, taken from upstream commit 5c5b225. - liblzma: - lzma_stream_encoder() leaked memory. - The LZMA2 decoder rejected streams that decompress to a zero-length string. - lzma_easy_buffer_encode() and lzma_stream_buffer_encode() used to write such streams when asked to compress a 0-length buffer. - lzma_index_init() would segfault on allocation failure. - liblzma: Various functions check their arguments (especially choice of integrity check) better, making it harder to create a corrupt .xz file instead of receiving an error. - xz and scripts: - "xz -v -v --list" would read and try to free() uninitialized memory, continuing past the end of an on-stack array, when asked to describe certain corrupted XZ files. - xz -S.suf now refuses to compress a file whose name already ends with the suffix “.suf”. - xz --force can be used to compress setuid, setgid, sticky, and multiply linked files. - xz uses posix_fadvise() to speed up sequential input. - xz --block-size forces a full flush periodically during compression, for better random-access reading support and to make simple parallelism possible in the future. - unxz: The new --single-stream option discards trailing garbage after the end of the first stream. - xzdiff can read gzip- and bzip2-compressed files. - xzdiff and xzgrep can read lzop-compressed files. - xzegrep and xzfgrep perform extended regex and fixed-string matches, respectively. (The previous behavior was to always use basic regexes.) - xzgrep -l (= --files-with-match) works. - The Czech “xz --help” output uses a more correct term for files with holes. Thanks to Petr Hubený. Closes: #605762. - xz: New Polish and French translations. - The Doxygen-generated documentation uses short, relative paths to name source files. Closes: #572273. * Update copyright file. * Remove example programs from debian/examples. They are included in the upstream source package now. * Move liblzma to an architecture-specific directory, so the native library and foreign-architecture versions can be installed simultaneously. - liblzma2: Pre-Depends: multiarch-support. - Use debhelper compatibility level 9. This requires passing the dh sequence name before other options when invoking dh in debian/rules. Build-Depends: debhelper (>= 8.1.3). - liblzma2, liblzma-dev: Install files under /usr/lib/<triplet> instead of /usr/lib. - Thanks to Steve Langasek for explaining the process on the Debian wiki. * Standards-Version: 3.9.2 (checked). * debian/control: liblzma2 is Multi-Arch: same, while xz-utils and xzdec are Multi-Arch: foreign. Closes: #637883. Thanks to Riku Voipio. * debian/symbols: Bump the minimal version for LZMA2 encoder functions that reject more bad arguments and skip empty blocks. * debian/rules: ./configure --disable-symbol-versions for now. * debian/rules: Provide build-arch and build-indep targets that only build the code and the API documentation, respectively. Thanks to Roger Leigh for suggesting it through lintian. Build-Depends: debhelper (>= 8.9.0). * debian/rules: Treat DEB_BUILD_OPTIONS=nocheck as a request not to run build-time tests. Thanks to Thorsten Glaser for a reminder. Closes: #627209. -- Ubuntu Archive Auto-Sync <email address hidden> Mon, 17 Oct 2011 16:43:38 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Precise
- Original maintainer:
- Jonathan Nieder
- Architectures:
- any
- Section:
- utils
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
xz-utils_5.1.1alpha+20110809.orig.tar.gz | 533.9 KiB | 30246a8d3cc44d31204d0134cdbf613f755d82e86b5fdb9d4fdc2ec40291f6da |
xz-utils_5.1.1alpha+20110809-2.debian.tar.gz | 144.6 KiB | b57f8421772b0773a31e79bb5de40cbbdf70fe7aff20f011eac8f7398cd55b24 |
xz-utils_5.1.1alpha+20110809-2.dsc | 2.1 KiB | 4d5edec5655c099dd2015caf5daa096139da602a95f62c8fe202efbb35ab7272 |
Available diffs
- diff from 5.0.0-2 to 5.1.1alpha+20110809-2 (674.8 KiB)
Binary packages built by this source
- liblzma-dev: XZ-format compression library - development files
XZ is the successor to the Lempel-
Ziv/Markov- chain Algorithm
compression format, which provides memory-hungry but powerful
compression (often better than bzip2) and fast, easy decompression.
.
The native format of liblzma is XZ; it also supports raw (headerless)
streams and the older LZMA format used by lzma. (For 7-Zip's related
format, use the p7zip package instead.) This package provides the
development library needed to build programs using liblzma.
- liblzma-doc: XZ-format compression library - API documentation
This package contains a reference manual for the liblzma data
compression library, in Doxygen-generated HTML files. The purpose
of each struct, macro, and function in the public interface is
explained.
- liblzma2: No summary available for liblzma2 in ubuntu precise.
No description available for liblzma2 in ubuntu precise.
- xz-lzma: XZ-format compression utilities - compatibility commands
XZ is the successor to the Lempel-
Ziv/Markov- chain Algorithm
compression format, which provides memory-hungry but powerful
compression (often better than bzip2) and fast, easy decompression.
.
This package provides symbolic links allowing xz-utils to provide the
same interface for manipulating LZMA files as the lzma package. The
xz-utils package can handle LZMA files on its own; this package is
only necessary when using scripts or other programs that require the
older command names.
- xz-utils: XZ-format compression utilities
XZ is the successor to the Lempel-
Ziv/Markov- chain Algorithm
compression format, which provides memory-hungry but powerful
compression (often better than bzip2) and fast, easy decompression.
.
This package provides the command line tools for working with XZ
compression, including xz, unxz, xzcat, xzgrep, and so on. They can
also handle the older LZMA format, and if invoked via appropriate
symlinks will emulate the behavior of the commands in the lzma
package.
.
The XZ format is similar to the older LZMA format but includes some
improvements for general use:
.
* 'file' magic for detecting XZ files;
* crc64 data integrity check;
* limited random-access reading support;
* improved support for multithreading (not used in xz-utils);
* support for flushing the encoder.
- xzdec: XZ-format compression utilities - tiny decompressors
XZ is the successor to the Lempel-
Ziv/Markov- chain Algorithm
compression format, which provides memory-hungry but powerful
compression (often better than bzip2) and fast, easy decompression.
.
This package provides the xzdec and lzmadec utilities, which write
the decompressed version of a compressed file to standard output. The
binaries are very small, so they can be easily stored on small media
with some compressed files, and they are linked statically against
liblzma so they can be used on machines without a compatible version
of liblzma installed. However, they have:
.
* no compression support;
* no support for writing to a file other than standard output;
* no translated messages;
* been optimized for size rather than speed.
.
For a full-featured xzcat command without these limitations, use
the xz-utils package instead.