summaryrefslogtreecommitdiff
path: root/archivers/xz/Makefile
diff options
context:
space:
mode:
authoradam <adam>2011-04-14 09:03:40 +0000
committeradam <adam>2011-04-14 09:03:40 +0000
commit4a3effeb2e14fdc4b4e83109bb2eb289acad7057 (patch)
tree1f728533e53355ad5fde4bbe141fedec9a93e04e /archivers/xz/Makefile
parent2d3ef296e6f4c57b77f25a19eb85b5753da84e8c (diff)
downloadpkgsrc-4a3effeb2e14fdc4b4e83109bb2eb289acad7057.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.
Diffstat (limited to 'archivers/xz/Makefile')
-rw-r--r--archivers/xz/Makefile4
1 files changed, 2 insertions, 2 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