summaryrefslogtreecommitdiff
path: root/archivers/xz
AgeCommit message (Collapse)AuthorFilesLines
2011-02-09Changes 5.0.1:adam4-9/+11
* xz --force now (de)compresses files that have setuid, setgid, The man page had it documented this way already, but the code had a bug. * gzip and bzip2 support in xzdiff was fixed. * Portability fixes * Minor fix to Czech translation
2010-11-03Changes 5.0.0:adam6-40/+14
* The memory usage limit is now disabled by default. * Added support for XZ_DEFAULTS environment variable. * The compression settings associated with the preset levels -0 ... -9 have been changed. --extreme was changed a little too. * If a preset level (-0 ... -9) is specified after a custom filter chain options have been used (e.g. --lzma2), the custom filter chain will be forgotten. Earlier the preset options were completely ignored after custom filter chain options had been seen. * xz will create sparse files when decompressing if the uncompressed data contains long sequences of binary zeros. * Support for "xz --list" was added. Combine with --verbose or --verbose --verbose (-vv) for detailed output. * I had hoped that liblzma API would have been stable after 4.999.9beta, but there have been a couple of changes in the advanced features, which don't affect most applications: - Index handling code was revised. If you were using the old API, you will get a compiler error (so it's easy to notice). - A subtle but important change was made to the Block handling API. lzma_block.version has to be initialized even for lzma_block_header_decode(). Code that doesn't do it will work for now, but might break in the future, which makes this API change easy to miss. * The major soname has been bumped to 5.0.0. liblzma API and ABI are now stable, so the need to recompile programs linking against liblzma shouldn't arise soon.
2010-08-25Add builtin support for xz.obache1-0/+104
2010-03-20Fix detection of available memory. From Ryu ONODERA in PR 42969.wiz4-8/+9
Bump PKGREVISION.
2009-12-13Software needs at least gcc 3.4 to compile and link.heinz1-1/+3
With gcc 3.3.3 (from NetBSD/i386 3.1) there are problems with undefined references to LZMA_CRC32_TABLE and LZMA_CRC64_TABLE in crc32.S and crc64_x86.S.
2009-12-13Add buildlink3.mk file for R. (hi adam!).wiz1-0/+13
2009-09-18Explicitly disable assembler when using sunpro, it can't handle it.sketch1-1/+7
2009-09-04Fix build on NetBSD-4.0/i386. Patches from Robert Elz in PR 41963.wiz3-1/+29
(Also sent upstream.)
2009-08-31Update to 4.999.9beta:wiz3-8/+43
XZ Utils 4.999.9beta was released on 2009-08-27. Among many less important changes, this release fixes a data corruption in the compression code. (The bug was specific to XZ Utils and was not present in 7-Zip or LZMA SDK.) Everyone using an older version of XZ Utils should upgrade. This is the last beta release before XZ Utils 5.0.0. No big changes are planned before the first stable release.
2009-08-23Marked as CONFLICT each other, both package contains lib/liblzma.{a,so}.obache1-2/+2
Noticed by Jukka Salmi in pkgsrc-users@.
2009-07-07Reimport xz-4.999.8beta archivers/xz so that the directory nameminskim4-0/+90
matches PKGNAME. This replaces archivers/xz-utils. OK'ed by wiz@.