diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 16:50:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 16:50:53 +0200 |
commit | eee3718f1ec72f689f3a241af008e985819826df (patch) | |
tree | 6c3f58ac7adb7e2ce85f53ed71a418b656a5b162 /package/file/patches/patch-magic_Magdir_compress | |
parent | b74845e7a1608a96af70e1b3ae4c6c28e5052e7a (diff) | |
parent | 1cd31f169fab4ab0ce45617c161da3fec9f7359d (diff) |
Merge branch 'master' of ssh://openadk.org/git/openadk
Diffstat (limited to 'package/file/patches/patch-magic_Magdir_compress')
-rw-r--r-- | package/file/patches/patch-magic_Magdir_compress | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/file/patches/patch-magic_Magdir_compress b/package/file/patches/patch-magic_Magdir_compress new file mode 100644 index 000000000..cee99739b --- /dev/null +++ b/package/file/patches/patch-magic_Magdir_compress @@ -0,0 +1,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 |