Dirk Mueller
2f9edeb10a
* Add octal indirect magic * avoid infinite loop in non-wide code * Obey MAGIC_CONTINUE with multiple magic files * Fix bug with large flist * PR/364: Detect non-nul-terminated core filenames from QEMU * PR/359: Add support for http://ndjson.org/ * PR/362: Fix wide printing * PR/358: Fix width for -f - - drop file-boo1201350.patch (upstream) OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=254
21 lines
686 B
Plaintext
21 lines
686 B
Plaintext
---
|
|
magic/Magdir/archive | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
Index: magic/Magdir/archive
|
|
===================================================================
|
|
--- magic/Magdir/archive.orig
|
|
+++ magic/Magdir/archive
|
|
@@ -1421,6 +1421,11 @@
|
|
0 string PK\x07\x08PK\x03\x04 Zip multi-volume archive data, at least PKZIP v2.50 to extract
|
|
!:mime application/zip
|
|
!:ext zip/cbz
|
|
+>30 ubelong 0x6d696d65 Zip archive data, at least v2.0 to extract
|
|
+>>34 ubelong 0x74797065 \b, mime type
|
|
+>>>38 regex application/[a-z+-]+ \b %s
|
|
+!:mime application/unknown+zip
|
|
+!:ext zip/cbz
|
|
|
|
# Zip archives (Greg Roelofs, c/o zip-bugs@wkuvx1.wku.edu)
|
|
0 string PK\005\006 Zip archive data (empty)
|