diff options
author | adam <adam@pkgsrc.org> | 2012-07-02 06:16:23 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-07-02 06:16:23 +0000 |
commit | 695790bb11ba31fa309ed090d7c13f4e57288146 (patch) | |
tree | e761d8f880a6cb8922bc697c25d3deb5c2dfd1a1 /archivers | |
parent | 01a55d98e22fe4eaed6a535afd8144b1316e71a0 (diff) | |
download | pkgsrc-695790bb11ba31fa309ed090d7c13f4e57288146.tar.gz |
Changes 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.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/xz/Makefile | 4 | ||||
-rw-r--r-- | archivers/xz/PLIST | 11 | ||||
-rw-r--r-- | archivers/xz/distinfo | 8 |
3 files changed, 14 insertions, 9 deletions
diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile index 700e0913a7b..e42c474bdd2 100644 --- a/archivers/xz/Makefile +++ b/archivers/xz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2012/06/13 11:02:35 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2012/07/02 06:16:23 adam Exp $ -DISTNAME= xz-5.0.3 +DISTNAME= xz-5.0.4 CATEGORIES= archivers MASTER_SITES= http://tukaani.org/xz/ EXTRACT_SUFX= .tar.bz2 diff --git a/archivers/xz/PLIST b/archivers/xz/PLIST index 964f50ec7c7..e673629676e 100644 --- a/archivers/xz/PLIST +++ b/archivers/xz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2011/06/15 11:43:13 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2012/07/02 06:16:23 adam Exp $ bin/lzcat bin/lzcmp bin/lzdiff @@ -69,8 +69,13 @@ 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/examples/00_README.txt +share/doc/xz/examples/01_compress_easy.c +share/doc/xz/examples/02_decompress.c +share/doc/xz/examples/03_compress_custom.c +share/doc/xz/examples/Makefile +share/doc/xz/examples_old/xz_pipe_comp.c +share/doc/xz/examples_old/xz_pipe_decomp.c share/doc/xz/faq.txt share/doc/xz/history.txt share/doc/xz/lzma-file-format.txt diff --git a/archivers/xz/distinfo b/archivers/xz/distinfo index 2ae870cfeeb..29d7638e5e9 100644 --- a/archivers/xz/distinfo +++ b/archivers/xz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2011/06/15 11:43:13 adam Exp $ +$NetBSD: distinfo,v 1.9 2012/07/02 06:16:23 adam Exp $ -SHA1 (xz-5.0.3.tar.bz2) = 79661fd1c24603437e325d76732046b1da683b32 -RMD160 (xz-5.0.3.tar.bz2) = 10127da6e2e35e5e92b3125f6088c756b80931e5 -Size (xz-5.0.3.tar.bz2) = 1025913 bytes +SHA1 (xz-5.0.4.tar.bz2) = 7dd986aa42e0181cad3af236826f65514d2f7c19 +RMD160 (xz-5.0.4.tar.bz2) = 25463b22fb24156a5d6c62450265ebe1b29e670e +Size (xz-5.0.4.tar.bz2) = 1048328 bytes |