diff options
author | adam <adam@pkgsrc.org> | 2011-04-14 09:03:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-04-14 09:03:40 +0000 |
commit | 6656405f99a84c977b2aee27521726d502bfabe8 (patch) | |
tree | 1f728533e53355ad5fde4bbe141fedec9a93e04e | |
parent | 54ef47f71f566579c38b5afca2bab3548b5c2c65 (diff) | |
download | pkgsrc-6656405f99a84c977b2aee27521726d502bfabe8.tar.gz |
Changes 5.0.2:
* LZMA2 decompressor now correctly accepts LZMA2 streams with no
uncompressed data. Previously it considered them corrupt. The
bug can affect applications that use raw LZMA2 streams. It is
very unlikely to affect .xz files because no compressor creates
.xz files with empty LZMA2 streams. (Empty .xz files are a
different thing than empty LZMA2 streams.)
* "xz --suffix=.foo filename.foo" now refuses to compress the
file due to it already having the suffix .foo. It was already
documented on the man page, but the code lacked the test.
* "xzgrep -l foo bar.xz" works now.
* Polish translation was added.
-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 c7a56a1be06..6d78c90c93e 100644 --- a/archivers/xz/Makefile +++ b/archivers/xz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2011/02/09 09:12:16 adam Exp $ +# $NetBSD: Makefile,v 1.9 2011/04/14 09:03:40 adam Exp $ -DISTNAME= xz-5.0.1 +DISTNAME= xz-5.0.2 CATEGORIES= archivers MASTER_SITES= http://tukaani.org/xz/ EXTRACT_SUFX= .tar.bz2 diff --git a/archivers/xz/PLIST b/archivers/xz/PLIST index 3ee57123270..20b3a763a11 100644 --- a/archivers/xz/PLIST +++ b/archivers/xz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2011/02/09 09:12:16 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2011/04/14 09:03:40 adam Exp $ bin/lzcat bin/lzcmp bin/lzdiff @@ -78,3 +78,4 @@ share/doc/xz/xz-file-format.txt share/locale/cs/LC_MESSAGES/xz.mo share/locale/de/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 7c95c5cf7a6..ce4b3f1112b 100644 --- a/archivers/xz/distinfo +++ b/archivers/xz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2011/02/09 09:12:16 adam Exp $ +$NetBSD: distinfo,v 1.7 2011/04/14 09:03:40 adam Exp $ -SHA1 (xz-5.0.1.tar.bz2) = a87cef4f299fbeab60f2b2f18966d851eabc9661 -RMD160 (xz-5.0.1.tar.bz2) = 424f3d2be307d0bb876678e12ad351e82a9f855d -Size (xz-5.0.1.tar.bz2) = 1005959 bytes +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 |