]> granicus.if.org Git - file/commitdiff
magic fixes
authorChristos Zoulas <christos@zoulas.com>
Sat, 25 Nov 2006 18:36:10 +0000 (18:36 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 25 Nov 2006 18:36:10 +0000 (18:36 +0000)
ChangeLog
magic/Magdir/linux
magic/Magdir/python
magic/Makefile.am
magic/magic.mime
magic/magic2mime

index 7c7e1c9023856fa1cc3610d715edc6b2e832d602..a478abcc459372b878f2a0da3a89384e1c00a842 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-11-25 13:35 Christos Zoulas <christos@zoulas.com>
+       
+       * Don't store the current offset in the magic
+         struct, because it needs to be restored and
+         it was not done properly all the time. Bug
+         found by: Arkadiusz Miskiewicz
+
+       * Fix problem in the '\0' separator; and don't
+         print it as an additional separator; print
+         it as the only separator.
+
 2006-11-17 10:51 Christos Zoulas <christos@zoulas.com>
 
        * Added a -0 option to print a '\0' separator
index 36cc24fc2fe99c2406b805e7b114e4909630d14a..fc0c42d40cf7085619fea1e2ebc7da63ad2a7e83 100644 (file)
 
 0x618           string LVM2\ 001       LVM2 (Linux Logical Volume Manager)
 >(0x614.l+0x600) string        >\0             , UUID: %s
+
+# SE Linux policy database
+0      lelong  0xf97cff8c              SE Linux policy
+>16    lelong  x                       v%d
+>20    lelong  1                       MLS
+>24    lelong  x                       %d symbols
+>28    lelong  x                       %d ocons
index 5aea137f289de5d813d80a1603160a8fcbff3664..9fac2b9ae70732b97ce24c73ba66169b727da9f6 100644 (file)
@@ -13,6 +13,7 @@
 0      belong          0x2ded0d0a      python 2.2 byte-compiled
 0      belong          0x3bf20d0a      python 2.3 byte-compiled
 0      belong          0x6df20d0a      python 2.4 byte-compiled
+0      belong          0xb3f20d0a      python 2.5 byte-compiled
 
 0      string/b  #!\ /usr/bin/python   python script text executable
 
index 8e904e6d6d128bb677a9c915af69546e9442c51f..c7059c56a5730f8398ed16efba5fcb5720d0b2b3 100644 (file)
@@ -196,6 +196,7 @@ Magdir/troff \
 Magdir/tuxedo \
 Magdir/typeset \
 Magdir/unknown \
+Magdir/unicode \
 Magdir/uuencode \
 Magdir/varied.out \
 Magdir/varied.script \
index c4591b8b1da4286ca267f8b1303370c7ff1b8b1a..3fa67e5928c4b10d3a131ae9f232d0cda6c53dc9 100644 (file)
 0      string          WordPro\0       application/vnd.lotus-wordpro
 0      string          WordPro\r\373   application/vnd.lotus-wordpro
 0      string          CPC\262         image/cpi
+
+# 
+128    string          DICM            application/dicom
index f3fbe2675af4148a149729ccf0113013b1ca8469..dfb12604ceff93df9a40e8da4df3d1e23f44fb44 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/env perl
 # -*- PERL -*-
-# $Id: magic2mime,v 1.3 2006/03/02 22:10:26 christos Exp $
+# $Id: magic2mime,v 1.4 2006/11/25 18:36:10 christos Exp $
 # Copyright (c) 1996, 1997 vax@linkdead.paranoia.com (VaX#n8)
 #
 # Usage: echo 'your-file-output-here' | file_to_ctype.pl
@@ -42,6 +42,7 @@
        '^Sun/NeXT audio data', 'audio/basic',
     '^MPEG', 'video/mpeg',
     '^Apple QuickTime movie', 'video/quicktime',
+    '^DICOM medical imaging data', 'application/dicom',
        # made up by me
     '^bitmap', 'image/x-bitmap',
     '^PC bitmap data, Windows 3.x format', 'image/x-msw3bmp',