Last change
on this file since 569a269 was f3547a3, checked in by Joe Ciccone <jciccone@…>, 16 years ago |
Add new compressors patches to file texinfo and man. Also add the file fixes patch.
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[f3547a3] | 1 | Submitted By: Jim Gifford <jim at cross-lfs dot org>
|
---|
| 2 | Date: 2009-03-01
|
---|
| 3 | Initial Package Version: 5.00
|
---|
| 4 | Upstream Status: Unknown
|
---|
| 5 | Origin: Jim Gifford
|
---|
| 6 | Description: For using xz compression
|
---|
| 7 |
|
---|
| 8 | diff -Naur file-5.00.orig/magic/Magdir/compress file-5.00/magic/Magdir/compress
|
---|
| 9 | --- file-5.00.orig/magic/Magdir/compress 2008-11-26 06:14:00.000000000 -0800
|
---|
| 10 | +++ file-5.00/magic/Magdir/compress 2009-03-01 23:31:49.670919682 -0800
|
---|
| 11 | @@ -188,6 +188,19 @@
|
---|
| 12 | >6 byte x version %d
|
---|
| 13 | >7 byte x \b.%d
|
---|
| 14 |
|
---|
| 15 | +# XZ (Lempel-Ziv-Markov chain-Algorithm) file format supported by:
|
---|
| 16 | +# - 7-Zip <http://7-zip.org/>
|
---|
| 17 | +# - LZMA SDK <http://7-zip.org/sdk.html>
|
---|
| 18 | +# - LZMA Utils <http://tukaani.org/lzma/>
|
---|
| 19 | +#
|
---|
| 20 | +# Note that this is different format than the original format created
|
---|
| 21 | +# by LZMA_Alone from older versions of LZMA SDK. These files are
|
---|
| 22 | +# non-trivial to detect, because they have no magic bytes.
|
---|
| 23 | +#
|
---|
| 24 | +0 ustring \xFD7zXZ\x00 xz compressed data,
|
---|
| 25 | +>6 ubyte&0x10 0x00 single-block stream
|
---|
| 26 | +>6 ubyte&0x10 0x10 multi-block stream
|
---|
| 27 | +
|
---|
| 28 | # Type: LZMA
|
---|
| 29 | # URL: http://www.7-zip.org/sdk.html
|
---|
| 30 | # From: Robert Millan <rmh@aybabtu.com> and Reuben Thomas <rrt@sc3d.org>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.