summaryrefslogtreecommitdiff
path: root/archivers/xz
diff options
context:
space:
mode:
authoradam <adam>2013-07-04 23:30:47 +0000
committeradam <adam>2013-07-04 23:30:47 +0000
commit40a461532cf254d735f1e09e0dee105ad28ad2b4 (patch)
treed273170c4727460ee34353b27f6719d6161c4540 /archivers/xz
parentcc150d3ac84fd17cc81096497871eb723c8e1b4f (diff)
downloadpkgsrc-40a461532cf254d735f1e09e0dee105ad28ad2b4.tar.gz
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.
Diffstat (limited to 'archivers/xz')
-rw-r--r--archivers/xz/Makefile4
-rw-r--r--archivers/xz/distinfo8
2 files changed, 6 insertions, 6 deletions
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