diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2012-04-13 23:30:38 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2012-04-13 23:30:38 +0000 |
| commit | b60a4870e8e65b50ccb2ec0bdbe880d2e94efa9e (patch) | |
| tree | 76d27a13085cbcecae404c91dc1a6e03fc5c5d7b /Magdir/compress | |
| parent | dacc26abaa8ab61168c45f0716bea144fa8afd14 (diff) | |
Notes
Diffstat (limited to 'Magdir/compress')
| -rw-r--r-- | Magdir/compress | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Magdir/compress b/Magdir/compress index 98d2e091d0c4..94c209d76112 100644 --- a/Magdir/compress +++ b/Magdir/compress @@ -1,5 +1,5 @@ #------------------------------------------------------------------------------ -# $File: compress,v 1.47 2011/03/08 00:39:46 christos Exp $ +# $File: compress,v 1.49 2011/12/07 22:04:27 christos Exp $ # compress: file(1) magic for pure-compression formats (no archives) # # compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, etc. @@ -190,9 +190,10 @@ !:mime application/x-7z-compressed # Type: LZMA -0 lelong 0x8000005d LZMA compressed data, ->5 lequad =0xffffffffffffffff streamed ->5 lequad !0xffffffffffffffff non-streamed, size %lld +0 lelong&0xffffff =0x5d +>12 leshort =0xff LZMA compressed data, +>>5 lequad =0xffffffffffffffff streamed +>>5 lequad !0xffffffffffffffff non-streamed, size %lld !:mime application/x-lzma # http://tukaani.org/xz/xz-file-format.txt |
