]> granicus.if.org Git - file/commitdiff
Welcome to 4.07
authorChristos Zoulas <christos@zoulas.com>
Tue, 23 Dec 2003 17:34:31 +0000 (17:34 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 23 Dec 2003 17:34:31 +0000 (17:34 +0000)
12 files changed:
ChangeLog
configure.in
magic/Magdir/amigaos
magic/Magdir/animation
magic/Magdir/cad [new file with mode: 0644]
magic/Magdir/images
magic/Magdir/macintosh
magic/Magdir/microstation [deleted file]
magic/Magdir/msdos
magic/Magdir/plan9 [new file with mode: 0644]
magic/Magdir/riff
magic/Makefile.am

index 1dabee87a7502bb6f34016172af6855a88f00f5a..c5875ca755ed2cd3e15497bc373d4300333bc766 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
 
+2003-12-23 12:12  Christos Zoulas  <christos@zoulas.com>
+
+       * fix -k flag (Maciej W. Rozycki)
+
+2003-11-18 14:10  Christos Zoulas  <christos@zoulas.com>
+
+       * Try to give us much info as possible on corrupt elf files.
+         (Willy Tarreau) <willy@w.ods.org>
+       * Updated python bindings (Brett Funderburg)
+          <brettf@deepfile.com>
+
 2003-11-11 15:03  Christos Zoulas  <christos@zoulas.com>
 
        * Include file.h first, because it includes config.h
index f140701959224b10817b7b22df2264041706b00f..ec17e9f59dba218c6fa3f1250d05342e0c92856c 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/file.c)
-AM_INIT_AUTOMAKE(file, 4.06)
+AM_INIT_AUTOMAKE(file, 4.07)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 
index f12d49648659a43699789da406d72db05962459b..4d655e91e7d5483fe6042a1e1adf119f25a52c97 100644 (file)
 >35    byte            3               os: Unix
 
 0      belong          0x000003fa      AmigaOS shared library
+
+# Amiga disk types
+# 
+0      string          RDSK            Rigid Disk Block
+>160   string          x               on %.24s
+0      string          DOS\0           Amiga DOS disk
+0      string          DOS\1           Amiga FFS disk
+0      string          DOS\2           Amiga Inter DOS disk
+0      string          DOS\3           Amiga Inter FFS disk
+0      string          DOS\4           Amiga Fastdir DOS disk
+0      string          DOS\5           Amiga Fastdir FFS disk
+0      string          KICK            Kickstart disk
index 77c64eb752ff9ff57f1aee5f04d4da361d2bbbc0..e9ebf08d324ff25d7926704ee0faca209f82f517 100644 (file)
 # \003.  Most of them start with non-null values at hex offset 0x34 or so.
 #0     string  \3\0\0\0\0\0\0\0\0\0\0\0        DL version 3
 
-# SGI and Apple formats
+# SGI formats
 0      string          MOVI            Silicon Graphics movie file
+
+# Apple Quicktime: Scan for all known top-level QT atom markers
 4      string          moov            Apple QuickTime movie file (moov)
 4      string          mdat            Apple QuickTime movie file (mdat)
+4      string          ftyp            Apple QuickTime movie file (ftyp)
+4      string          free            Apple QuickTime movie file (free)
+4      string          junk            Apple QuickTime movie file (junk)
+4      string          pnot            Apple QuickTime movie file (pnot)
+4      string          skip            Apple QuickTime movie file (skip)
+4      string          wide            Apple QuickTime movie file (wide)
+4      string          pict            Apple QuickTime movie file (pict)
 
 # iso 13818 transport stream
 #
diff --git a/magic/Magdir/cad b/magic/Magdir/cad
new file mode 100644 (file)
index 0000000..911ab5e
--- /dev/null
@@ -0,0 +1,33 @@
+
+#------------------------------------------------------------------------------
+# autocad:  file(1) magic for cad files
+#
+
+# AutoCAD DWG versions R13/R14 (www.autodesk.com)
+# Written December 01, 2003 by Lester Hightower
+# Based on the DWG File Format Specifications at http://www.opendwg.org/
+0      string         \101\103\061\060\061                AutoCAD
+>5     string         \062\000\000\000\000                DWG ver. R13
+>5     string         \064\000\000\000\000                DWG ver. R14
+
+# Microstation DGN/CIT Files (www.bentley.com)
+# Written October 30, 2003 by Lester Hightower
+# DGN is the default file extension of Microstation/Intergraph CAD files.
+# CIT is the proprietary raster format (similar to TIFF) used to attach
+# raster underlays to Microstation DGN (vector) drawings.
+# 
+# http://www.wotsit.org/search.asp
+# http://filext.com/detaillist.php?extdetail=DGN
+# http://filext.com/detaillist.php?extdetail=CIT
+#
+# http://www.bentley.com/products/default.cfm?objectid=97F351F5-9C35-4E5E-89C2
+# 3F86C928&method=display&p_objectid=97F351F5-9C35-4E5E-89C280A93F86C928
+# http://www.bentley.com/products/default.cfm?objectid=A5C2FD43-3AC9-4C71-B682
+# 721C479F&method=display&p_objectid=A5C2FD43-3AC9-4C71-B682C7BE721C479F
+0      string         \010\011\376                        Microstation
+>3     string         \002
+>>30   string         \372\104                            DGN File
+>>30   string         \172\104                            DGN File
+>>30   string         \026\105                            DGN File
+>4     string         \030\000\000                        CIT File
+
index 8e20f0844e91e017c0f46605e4b5cbffecb7e4d5..1a1fdc089fbaf0fcbfda875ad97d4ac724ac747b 100644 (file)
 >0x0020                string  >0.6.1          file version %s
 >0x0020                string  <0.6.1          file version %s
 
+# DCX is multi-page PCX, using a simple header of up to 1024
+# offsets for the respective PCX components.
+# From: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de>
+0      lelong  987654321       DCX multi-page PCX image data
index 576b5211b49789a1046bbece4f75969a64ab8228..1e8e5f3d6a5b3f8f2ed78d9d1c99c768840adcd3 100644 (file)
 >24    string          CATALOG         catalog
 >24    string          INDEX           data file index
 >24    string          VIEW            data view
+# sas 7+ magic from Reinhold Koch (reinhold.koch@roche.com)
+#
+0x54    string          SAS             SAS 7+
+>0x9C   string          DATA            data file
+>0x9C   string          CATALOG         catalog
+>0x9C   string          INDEX           data file index
+>0x9C   string          VIEW            data view
+
 # spss magic for SPSS system and portable files, 
 #       from Bruce Foster (bef@nwu.edu).
 
diff --git a/magic/Magdir/microstation b/magic/Magdir/microstation
deleted file mode 100644 (file)
index 3075576..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#------------------------------------------------------------------------------
-# microstation:  file(1) magic for Microstation DGN/CIT files (www.bentley.com)
-# Written October 30, 2003 by Lester Hightower
-#
-# DGN is the default file extension of Microstation/Intergraph CAD files.
-# CIT is the proprietary raster format (similar to TIFF) used to attach
-# raster underlays to Microstation DGN (vector) drawings.
-
-# http://www.wotsit.org/search.asp
-# http://filext.com/detaillist.php?extdetail=DGN
-# http://filext.com/detaillist.php?extdetail=CIT
-
-# http://www.bentley.com/products/default.cfm?objectid=97F351F5-9C35-4E5E-89C280A93F86C928&method=display&p_objectid=97F351F5-9C35-4E5E-89C280A93F86C928
-# http://www.bentley.com/products/default.cfm?objectid=A5C2FD43-3AC9-4C71-B682C7BE721C479F&method=display&p_objectid=A5C2FD43-3AC9-4C71-B682C7BE721C479F
-0       string         \010\011\376                        Microstation
->3      string         \002
->>30    string         \372\104                            DGN File
->>30    string         \172\104                            DGN File
->>30    string         \026\105                            DGN File
->4      string         \030\000\000                        CIT File
index d568f50ef94be65ee121bd102a22327015a61cd8..35848641563776630a0f791475a5b8f009dc2539 100644 (file)
 >>0x8ad        string          UPX             [compressed w/%s
 >>>&1  string          >\0             %.4s]
 >>0x1c string          pmodedj         stubbed with %s
+
+# QDOS
+4      belong          0x4AFB          QDOS executable
+>9     pstring         x               '%s'
+0      beshort         0xFB01          QDOS object
+>2     pstring         x               '%s'
diff --git a/magic/Magdir/plan9 b/magic/Magdir/plan9
new file mode 100644 (file)
index 0000000..b564fc8
--- /dev/null
@@ -0,0 +1,4 @@
+#------------------------------------------------------------------------------
+# plan9:  file(1) magic for AT&T Bell Labs' Plan 9 executables
+#
+0      belong          0x000001EB      Plan 9 executable
index f1074c408e026324d59f59121e6e8faf2c8595a8..a79dd66ad08bac7f30f5022a386b13aa02a1872d 100644 (file)
 >8     string          sfbk            SoundFont/Bank
 # MPEG-1 wrapped in a RIFF, apparently
 >8      string          CDXA            \b, wrapped MPEG-1 (CDXA)
+>8     string          4XMV            \b, 4X Movie file 
 
 #
 # XXX - some of the below may only appear in little-endian form.
index 24e528ee90c4645c6005bb0ba30ac39179baf365..12f01f29275fb93d654e1e57599e1ab2c03e2de6 100644 (file)
@@ -43,6 +43,7 @@ Magdir/blender \
 Magdir/blit \
 Magdir/bout \
 Magdir/bsdi \
+Magdir/cad \
 Magdir/c-lang \
 Magdir/c64 \
 Magdir/cddb \
@@ -140,6 +141,7 @@ Magdir/pdp \
 Magdir/perl \
 Magdir/pgp \
 Magdir/pkgadd \
+Magdir/plan9 \
 Magdir/plus5 \
 Magdir/printer \
 Magdir/project \