diff options
author | adam <adam@pkgsrc.org> | 2011-06-15 11:43:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-06-15 11:43:12 +0000 |
commit | e45e69fcece4ec90514e4492b03a07b0063d0120 (patch) | |
tree | bbe7050349264091820e928913dd37d1460c19cb /archivers/xz | |
parent | 52a267ee205b104d38b25dd3ae61338e6a1dddd1 (diff) | |
download | pkgsrc-e45e69fcece4ec90514e4492b03a07b0063d0120.tar.gz |
Changes 5.0.3:
* 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.
Diffstat (limited to 'archivers/xz')
-rw-r--r-- | archivers/xz/Makefile | 4 | ||||
-rw-r--r-- | archivers/xz/PLIST | 3 | ||||
-rw-r--r-- | archivers/xz/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile index 6d78c90c93e..d637bf52a41 100644 --- a/archivers/xz/Makefile +++ b/archivers/xz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2011/04/14 09:03:40 adam Exp $ +# $NetBSD: Makefile,v 1.10 2011/06/15 11:43:12 adam Exp $ -DISTNAME= xz-5.0.2 +DISTNAME= xz-5.0.3 CATEGORIES= archivers MASTER_SITES= http://tukaani.org/xz/ EXTRACT_SUFX= .tar.bz2 diff --git a/archivers/xz/PLIST b/archivers/xz/PLIST index 20b3a763a11..964f50ec7c7 100644 --- a/archivers/xz/PLIST +++ b/archivers/xz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2011/04/14 09:03:40 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2011/06/15 11:43:13 adam Exp $ bin/lzcat bin/lzcmp bin/lzdiff @@ -77,5 +77,6 @@ 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 diff --git a/archivers/xz/distinfo b/archivers/xz/distinfo index ce4b3f1112b..2ae870cfeeb 100644 --- a/archivers/xz/distinfo +++ b/archivers/xz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2011/04/14 09:03:40 adam Exp $ +$NetBSD: distinfo,v 1.8 2011/06/15 11:43:13 adam Exp $ -SHA1 (xz-5.0.2.tar.bz2) = c244dfffef4196b997035d7389e957f56a3a87d1 -RMD160 (xz-5.0.2.tar.bz2) = 33ce14410e26e93a21612ba243a3ab7cb76eba11 -Size (xz-5.0.2.tar.bz2) = 1023720 bytes +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 |