source:
clfs-sysroot/patches/file-5.00-new_compressors-1.patch@
667fd39
Last change on this file since 667fd39 was f3547a3, checked in by , 16 years ago | |
---|---|
|
|
File size: 1.1 KB |
-
magic/Magdir/compress
Submitted By: Jim Gifford <jim at cross-lfs dot org> Date: 2009-03-01 Initial Package Version: 5.00 Upstream Status: Unknown Origin: Jim Gifford Description: For using xz compression diff -Naur file-5.00.orig/magic/Magdir/compress file-5.00/magic/Magdir/compress
old new 188 188 >6 byte x version %d 189 189 >7 byte x \b.%d 190 190 191 # XZ (Lempel-Ziv-Markov chain-Algorithm) file format supported by: 192 # - 7-Zip <http://7-zip.org/> 193 # - LZMA SDK <http://7-zip.org/sdk.html> 194 # - LZMA Utils <http://tukaani.org/lzma/> 195 # 196 # Note that this is different format than the original format created 197 # by LZMA_Alone from older versions of LZMA SDK. These files are 198 # non-trivial to detect, because they have no magic bytes. 199 # 200 0 ustring \xFD7zXZ\x00 xz compressed data, 201 >6 ubyte&0x10 0x00 single-block stream 202 >6 ubyte&0x10 0x10 multi-block stream 203 191 204 # Type: LZMA 192 205 # URL: http://www.7-zip.org/sdk.html 193 206 # From: Robert Millan <rmh@aybabtu.com> and Reuben Thomas <rrt@sc3d.org>
Note:
See TracBrowser
for help on using the repository browser.