From 2d53ca48ed39dccf6f25c6f690df7f0a7caa7e322f4256f11fbc2f0c5d951ca9 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 27 Nov 2012 13:46:12 +0000 Subject: [PATCH] Accepting request 143030 from home:rudi_m:bldchn - Update to version 5.0.4 * 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 OBS-URL: https://build.opensuse.org/request/show/143030 OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=50 --- xz-5.0.3.tar.bz2 | 3 --- xz-5.0.4.tar.bz2 | 3 +++ xz.changes | 27 +++++++++++++++++++++++++++ xz.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 xz-5.0.3.tar.bz2 create mode 100644 xz-5.0.4.tar.bz2 diff --git a/xz-5.0.3.tar.bz2 b/xz-5.0.3.tar.bz2 deleted file mode 100644 index 3fc4698..0000000 --- a/xz-5.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a11b9e17bfcda62319c5a8c4a2062dc81607a316d3f6adff89422d81ec1eae9 -size 1025913 diff --git a/xz-5.0.4.tar.bz2 b/xz-5.0.4.tar.bz2 new file mode 100644 index 0000000..1f9ccb6 --- /dev/null +++ b/xz-5.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd9b060d3a1ad396b3be52c9b9311046a1c369e6062aea752658c435629ce92 +size 1048328 diff --git a/xz.changes b/xz.changes index 8acfd3d..003b82e 100644 --- a/xz.changes +++ b/xz.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Nov 27 11:10:13 UTC 2012 - sweet_f_a@gmx.de + +- Update to version 5.0.4 + * 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 + ------------------------------------------------------------------- Sun Jul 29 17:52:57 UTC 2012 - jengelh@inai.de diff --git a/xz.spec b/xz.spec index 3c670f0..f9f81a3 100644 --- a/xz.spec +++ b/xz.spec @@ -20,7 +20,7 @@ Name: xz Summary: A Program for Compressing Files License: LGPL-2.1+ and GPL-2.0+ Group: Productivity/Archiving/Compression -Version: 5.0.3 +Version: 5.0.4 Release: 0 Url: http://tukaani.org/lzma/ Source: http://tukaani.org/xz/%{name}-%{version}.tar.bz2