source: patches/file-5.00-new_compressors-1.patch @ 207aad6

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 207aad6 was 89bc6ed, checked in by Jim Gifford <clfs@…>, 15 years ago

Added Patches to File, Man, Tar, and Texinfo to support XZ Utils - Patches

  • Property mode set to 100644
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  
    188188>6      byte            x                       version %d
    189189>7      byte            x                       \b.%d
    190190
     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#
     2000       ustring         \xFD7zXZ\x00    xz compressed data,
     201>6      ubyte&0x10      0x00            single-block stream
     202>6      ubyte&0x10      0x10            multi-block stream
     203
    191204# Type: LZMA
    192205# URL:  http://www.7-zip.org/sdk.html
    193206# From: Robert Millan <rmh@aybabtu.com> and Reuben Thomas <rrt@sc3d.org>
Note: See TracBrowser for help on using the repository browser.