From 40a461532cf254d735f1e09e0dee105ad28ad2b4 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 4 Jul 2013 23:30:47 +0000 Subject: Changes 5.0.5: * lzmadec and liblzma's lzma_alone_decoder(): Support decompressing .lzma files that have less common settings in the headers (dictionary size other than 2^n or 2^n + 2^(n-1), or uncompressed size greater than 256 GiB). The limitations existed to avoid false positives when detecting .lzma files. The lc + lp <= 4 limitation still remains since liblzma's LZMA decoder has that limitation. NOTE: xz's .lzma support or liblzma's lzma_auto_decoder() are NOT affected by this change. They still consider uncommon .lzma headers as not being in the .lzma format. Changing this would give way too many false positives. * xz: - Interaction of preset and custom filter chain options was made less illogical. This affects only certain less typical uses cases so few people are expected to notice this change. Now when a custom filter chain option (e.g. --lzma2) is specified, all preset options (-0 ... -9, -e) earlier are on the command line are completely forgotten. Similarly, when a preset option is specified, all custom filter chain options earlier on the command line are completely forgotten. Example 1: "xz -9 --lzma2=preset=5 -e" is equivalent to "xz -e" which is equivalent to "xz -6e". Earlier -e didn't put xz back into preset mode and thus the example command was equivalent to "xz --lzma2=preset=5". Example 2: "xz -9e --lzma2=preset=5 -7" is equivalent to "xz -7". Earlier a custom filter chain option didn't make xz forget the -e option so the example was equivalent to "xz -7e". - Fixes and improvements to error handling. - Various fixes to the man page. * xzless: Fixed to work with "less" versions 448 and later. * xzgrep: Made -h an alias for --no-filename. * Include the previously missing debug/translation.bash which can be useful for translators. * Include a build script for Mac OS X. This has been in the Git repository since 2010 but due to a mistake in Makefile.am the script hasn't been included in a release tarball before. --- archivers/xz/Makefile | 4 ++-- archivers/xz/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'archivers/xz') diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile index f7681d6cc37..82fba39a65d 100644 --- a/archivers/xz/Makefile +++ b/archivers/xz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2012/10/08 14:07:18 abs Exp $ +# $NetBSD: Makefile,v 1.16 2013/07/04 23:30:47 adam Exp $ -DISTNAME= xz-5.0.4 +DISTNAME= xz-5.0.5 CATEGORIES= archivers MASTER_SITES= http://tukaani.org/xz/ EXTRACT_SUFX= .tar.bz2 diff --git a/archivers/xz/distinfo b/archivers/xz/distinfo index 29d7638e5e9..134c71c343d 100644 --- a/archivers/xz/distinfo +++ b/archivers/xz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2012/07/02 06:16:23 adam Exp $ +$NetBSD: distinfo,v 1.10 2013/07/04 23:30:47 adam Exp $ -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 +SHA1 (xz-5.0.5.tar.bz2) = 166b228efae6bfadbbf831e9982510209d74240e +RMD160 (xz-5.0.5.tar.bz2) = 16c0a0b4a72023342b1ece8151c8d0bdf8b40968 +Size (xz-5.0.5.tar.bz2) = 1060649 bytes -- cgit v1.2.3