summaryrefslogtreecommitdiff
path: root/package/file/patches/patch-magic_Magdir_compress
blob: cee99739bf3e5182c8c283e8c1e30fb92c68d27c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- file-5.03.orig/magic/Magdir/compress	2009-04-22 15:07:35.000000000 +0200
+++ file-5.03/magic/Magdir/compress	2009-05-31 04:09:09.000000000 +0200
@@ -9,11 +9,6 @@
 # because it tries to uncompress it to figure out what's inside.
 
 # standard unix compress
-0	string		\037\235	compress'd data
-!:mime	application/x-compress
-!:apple	LZIVZIVU
->2	byte&0x80	>0		block compressed
->2	byte&0x1f	x		%d bits
 
 # gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver)
 #   Edited by Chris Chittleborough <cchittleborough@yahoo.com.au>, March 2002