|
Update XZ Utils to 5.0.3.
Information about this release from README.chromium:
--
Name: XZ Utils
URL: http://tukaani.org/xz/
Source URL: http://git.tukaani.org/xz.git
Version: 5.0.4 (git tag v5.0.4, f6999fefe47884922f3f62186ddcf849d54b1092,
2012-06-22 07:54:56 +0300)
License: Public domain/license grant, LGPL 2.1, GPL 2, GPL 3
Description:
XZ Utils is general-purpose data compression software implementing the
modified Lempel-Ziv-Markov chain algorithm (LZMA2).
Local Modifications:
- None.
--
From NEWS:
--
5.0.4 (2012-06-22)
* liblzma:
- Fix lzma_index_init(). It could crash if memory allocation
failed.
- Fix the possibility of an incorrect LZMA_BUF_ERROR when a BCJ
filter is used and the application only provides exactly as
much output space as is the uncompressed size of the file.
- Fix a bug in doc/examples_old/xz_pipe_decompress.c. It didn't
check if the last call to lzma_code() really returned
LZMA_STREAM_END, which made the program think that truncated
files are valid.
- New example programs in doc/examples (old programs are now in
doc/examples_old). These have more comments and more detailed
error handling.
* Fix "xz -lvv foo.xz". It could crash on some corrupted files.
* Fix output of "xz --robot -lv" and "xz --robot -lvv" which
incorrectly printed the filename also in the "foo (x/x)" format.
* Fix exit status of "xzdiff foo.xz bar.xz".
* Fix exit status of "xzgrep foo binary_file".
* Fix portability to EBCDIC systems.
* Fix a configure issue on AIX with the XL C compiler. See INSTALL
for details.
* Update French, German, Italian, and Polish translations.
--
BUG= 222086
Committed r189101
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1890 lines, -1128 lines) |
Patch |
 |
M |
AUTHORS
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
INSTALL
|
View
|
|
7 chunks |
+27 lines, -17 lines |
0 comments
|
Download
|
 |
M |
Makefile.am
|
View
|
|
2 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
M |
NEWS
|
View
|
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
M |
README
|
View
|
|
9 chunks |
+29 lines, -25 lines |
0 comments
|
Download
|
 |
D |
README.chromium
|
View
|
|
1 chunk |
+0 lines, -5 lines |
1 comment
|
Download
|
 |
M |
THANKS
|
View
|
|
4 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
configure.ac
|
View
|
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
A |
doc/examples/00_README.txt
|
View
|
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A |
doc/examples/01_compress_easy.c
|
View
|
|
1 chunk |
+297 lines, -0 lines |
0 comments
|
Download
|
 |
A |
doc/examples/02_decompress.c
|
View
|
|
1 chunk |
+287 lines, -0 lines |
0 comments
|
Download
|
 |
A |
doc/examples/03_compress_custom.c
|
View
|
|
1 chunk |
+193 lines, -0 lines |
0 comments
|
Download
|
 |
A |
doc/examples/Makefile
|
View
|
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
D |
doc/examples/xz_pipe_comp.c
|
View
|
|
1 chunk |
+0 lines, -127 lines |
0 comments
|
Download
|
 |
D |
doc/examples/xz_pipe_decomp.c
|
View
|
|
1 chunk |
+0 lines, -115 lines |
0 comments
|
Download
|
 |
A + |
doc/examples_old/xz_pipe_comp.c
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
doc/examples_old/xz_pipe_decomp.c
|
View
|
|
2 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
doc/faq.txt
|
View
|
|
9 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
doc/history.txt
|
View
|
|
7 chunks |
+38 lines, -37 lines |
0 comments
|
Download
|
 |
M |
dos/Makefile
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
m4/acx_pthread.m4
|
View
|
|
1 chunk |
+0 lines, -279 lines |
0 comments
|
Download
|
 |
A + |
m4/ax_pthread.m4
|
View
|
|
10 chunks |
+131 lines, -101 lines |
0 comments
|
Download
|
 |
A |
macosx/build.sh
|
View
|
|
1 chunk |
+92 lines, -0 lines |
0 comments
|
Download
|
 |
M |
po/de.po
|
View
|
|
32 chunks |
+91 lines, -78 lines |
0 comments
|
Download
|
 |
M |
po/fr.po
|
View
|
|
31 chunks |
+118 lines, -119 lines |
0 comments
|
Download
|
 |
M |
po/it.po
|
View
|
|
34 chunks |
+107 lines, -91 lines |
0 comments
|
Download
|
 |
M |
po/pl.po
|
View
|
|
30 chunks |
+82 lines, -68 lines |
0 comments
|
Download
|
 |
M |
src/common/sysdefs.h
|
View
|
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/common/tuklib_open_stdxxx.c
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/liblzma/Makefile.am
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/liblzma/api/lzma/version.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/liblzma/common/index.c
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/liblzma/lz/lz_encoder_hash.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/liblzma/simple/simple_coder.c
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
src/liblzma/simple/simple_private.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
src/scripts/xzdiff.in
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
|
src/scripts/xzgrep.in
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/xz/args.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/xz/coder.c
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/xz/list.c
|
View
|
|
3 chunks |
+6 lines, -15 lines |
0 comments
|
Download
|
 |
M |
src/xz/message.c
|
View
|
|
3 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/xz/xz.1
|
View
|
|
2 chunks |
+20 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/Makefile.am
|
View
|
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/create_compress_files.c
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/files/README
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tests/files/bad-1-block_header-6.xz
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
A |
tests/test_bcj_exact_size.c
|
View
|
|
1 chunk |
+112 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tests/test_scripts.sh
|
View
|
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
|
windows/README-Windows.txt
|
View
|
|
1 chunk |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
windows/build.bash
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|