Date: Tue, 29 Dec 2009 06:06:20 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libarchive archive_read_support_compression_xz.c Message-ID: <200912290606.nBT66hJb023076@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2009-12-29 06:06:20 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_compression_xz.c Log: SVN rev 201167 on 2009-12-29 06:06:20Z by kientzle If we're linking against liblzma, allow the decompressor to use up to 1<<30 bytes of memory, which is required for some streams. Also, try to make the taster more discriminating about raw lzma streams. The detection here is still really weak, though; please use xz instead of lzma. Revision Changes Path 1.3 +87 -23 src/lib/libarchive/archive_read_support_compression_xz.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912290606.nBT66hJb023076>