123456789101112131415 |
- Author: Daniel Baumann <mail@daniel-baumann.ch>
- Description: Updating gzip mime (Closes: #688886).
- diff -Naurp file.orig/magic/Magdir/compress file/magic/Magdir/compress
- --- file.orig/magic/Magdir/compress
- +++ file/magic/Magdir/compress
- @@ -21,7 +21,7 @@
- # * Produce shorter output - notably, only report compression methods
- # other than 8 ("deflate", the only method defined in RFC 1952).
- 0 string \037\213 gzip compressed data
- -!:mime application/x-gzip
- +!:mime application/gzip
- >2 byte <8 \b, reserved method
- >2 byte >8 \b, unknown method
- >3 byte &0x01 \b, ASCII
|