Deleted Added
full compact
compress (191771) compress (192350)
1
2#------------------------------------------------------------------------------
3# compress: file(1) magic for pure-compression formats (no archives)
4#
5# compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, etc.
6#
7# Formats for various forms of compressed data
8# Formats for "compress" proper have been moved into "compress.c",

--- 181 unchanged lines hidden (view full) ---

190
191# Type: LZMA
192# URL: http://www.7-zip.org/sdk.html
193# From: Robert Millan <rmh@aybabtu.com> and Reuben Thomas <rrt@sc3d.org>
194# Commented out because apparently not reliable (according to Debian
195# bug #364260)
196#0 string ]\000\000\200\000 LZMA compressed data
197
1
2#------------------------------------------------------------------------------
3# compress: file(1) magic for pure-compression formats (no archives)
4#
5# compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, etc.
6#
7# Formats for various forms of compressed data
8# Formats for "compress" proper have been moved into "compress.c",

--- 181 unchanged lines hidden (view full) ---

190
191# Type: LZMA
192# URL: http://www.7-zip.org/sdk.html
193# From: Robert Millan <rmh@aybabtu.com> and Reuben Thomas <rrt@sc3d.org>
194# Commented out because apparently not reliable (according to Debian
195# bug #364260)
196#0 string ]\000\000\200\000 LZMA compressed data
197
198# http://tukaani.org/xz/xz-file-format.txt
1990 ustring \xFD7zXZ\x00 xz compressed data
200!:mime application/x-xz
201
198# AFX compressed files (Wolfram Kleff)
1992 string -afx- AFX compressed file data
200
201# Supplementary magic data for the file(1) command to support
202# rzip(1). The format is described in magic(5).
203#
204# Copyright (C) 2003 by Andrew Tridgell. You may do whatever you want with
205# this file.
206#
2070 string RZIP rzip compressed data
208>4 byte x - version %d
209>5 byte x \b.%d
210>6 belong x (%d bytes)
202# AFX compressed files (Wolfram Kleff)
2032 string -afx- AFX compressed file data
204
205# Supplementary magic data for the file(1) command to support
206# rzip(1). The format is described in magic(5).
207#
208# Copyright (C) 2003 by Andrew Tridgell. You may do whatever you want with
209# this file.
210#
2110 string RZIP rzip compressed data
212>4 byte x - version %d
213>5 byte x \b.%d
214>6 belong x (%d bytes)
215
216# Type: XZ
217# URL: http://tukaani.org/xz/
2180 string \xfd\x37\x7a\x58\x5a\x00 XZ compressed data
219!:mime application/x-xz