3c48eea213
* liblzma fixes: - A memory leak was fixed. - lzma_stream_buffer_encode() no longer creates an empty .xz Block if encoding an empty buffer. Such an empty Block with LZMA2 data would trigger a bug in 5.0.1 and older (see the first bullet point in 5.0.2 notes). When releasing 5.0.2, I thought that no encoder creates this kind of files but I was wrong. - Validate function arguments better in a few functions. Most importantly, specifying an unsupported integrity check to lzma_stream_buffer_encode() no longer creates a corrupt .xz file. Probably no application tries to do that, so this shouldn't be a big problem in practice. - Document that lzma_block_buffer_encode(), lzma_easy_buffer_encode(), lzma_stream_encoder(), and lzma_stream_buffer_encode() may return LZMA_UNSUPPORTED_CHECK. - The return values of the _memusage() functions are now documented better. * Fix command name detection in xzgrep. xzegrep and xzfgrep now correctly use egrep and fgrep instead of grep. * French translation was added.
82 lines
1.5 KiB
Text
82 lines
1.5 KiB
Text
@comment $NetBSD: PLIST,v 1.6 2011/06/15 11:43:13 adam Exp $
|
|
bin/lzcat
|
|
bin/lzcmp
|
|
bin/lzdiff
|
|
bin/lzegrep
|
|
bin/lzfgrep
|
|
bin/lzgrep
|
|
bin/lzless
|
|
bin/lzma
|
|
bin/lzmadec
|
|
bin/lzmainfo
|
|
bin/lzmore
|
|
bin/unlzma
|
|
bin/unxz
|
|
bin/xz
|
|
bin/xzcat
|
|
bin/xzcmp
|
|
bin/xzdec
|
|
bin/xzdiff
|
|
bin/xzegrep
|
|
bin/xzfgrep
|
|
bin/xzgrep
|
|
bin/xzless
|
|
bin/xzmore
|
|
include/lzma.h
|
|
include/lzma/base.h
|
|
include/lzma/bcj.h
|
|
include/lzma/block.h
|
|
include/lzma/check.h
|
|
include/lzma/container.h
|
|
include/lzma/delta.h
|
|
include/lzma/filter.h
|
|
include/lzma/hardware.h
|
|
include/lzma/index.h
|
|
include/lzma/index_hash.h
|
|
include/lzma/lzma.h
|
|
include/lzma/stream_flags.h
|
|
include/lzma/version.h
|
|
include/lzma/vli.h
|
|
lib/liblzma.la
|
|
lib/pkgconfig/liblzma.pc
|
|
man/man1/lzcat.1
|
|
man/man1/lzcmp.1
|
|
man/man1/lzdiff.1
|
|
man/man1/lzegrep.1
|
|
man/man1/lzfgrep.1
|
|
man/man1/lzgrep.1
|
|
man/man1/lzless.1
|
|
man/man1/lzma.1
|
|
man/man1/lzmadec.1
|
|
man/man1/lzmainfo.1
|
|
man/man1/lzmore.1
|
|
man/man1/unlzma.1
|
|
man/man1/unxz.1
|
|
man/man1/xz.1
|
|
man/man1/xzcat.1
|
|
man/man1/xzcmp.1
|
|
man/man1/xzdec.1
|
|
man/man1/xzdiff.1
|
|
man/man1/xzegrep.1
|
|
man/man1/xzfgrep.1
|
|
man/man1/xzgrep.1
|
|
man/man1/xzless.1
|
|
man/man1/xzmore.1
|
|
share/doc/xz/AUTHORS
|
|
share/doc/xz/COPYING
|
|
share/doc/xz/COPYING.GPLv2
|
|
share/doc/xz/NEWS
|
|
share/doc/xz/README
|
|
share/doc/xz/THANKS
|
|
share/doc/xz/TODO
|
|
share/doc/xz/examples/xz_pipe_comp.c
|
|
share/doc/xz/examples/xz_pipe_decomp.c
|
|
share/doc/xz/faq.txt
|
|
share/doc/xz/history.txt
|
|
share/doc/xz/lzma-file-format.txt
|
|
share/doc/xz/xz-file-format.txt
|
|
share/locale/cs/LC_MESSAGES/xz.mo
|
|
share/locale/de/LC_MESSAGES/xz.mo
|
|
share/locale/fr/LC_MESSAGES/xz.mo
|
|
share/locale/it/LC_MESSAGES/xz.mo
|
|
share/locale/pl/LC_MESSAGES/xz.mo
|