29006b7eaf5270234c23e31cf47ea280751f0ef8
[dragonfly.git] / contrib / file / src / patchlevel.h
1 #define FILE_VERSION_MAJOR      5
2 #define patchlevel              4
3
4 /*
5  * Patchlevel file for Ian Darwin's MAGIC command.
6  * $File: patchlevel.h,v 1.75 2010/01/22 21:08:13 christos Exp $
7  *
8  * $Log: patchlevel.h,v $
9  * Revision 1.75  2010/01/22 21:08:13  christos
10  * welcome to 5.04
11  *
12  * Revision 1.74  2009/05/06 20:32:48  christos
13  * welcome to 5.03
14  *
15  * Revision 1.73  2009/05/04 15:15:13  christos
16  * 5.02...
17  *
18  * Revision 1.72  2009/04/30 21:20:15  christos
19  * 5.01 we are almost here.
20  *
21  * Revision 1.71  2009/01/21 19:09:42  christos
22  * file 5.0
23  *
24  * Revision 1.70  2008/08/30 10:01:01  christos
25  * file 4.26
26  *
27  * Revision 1.69  2008/07/02 15:27:05  christos
28  * welcome to 4.25
29  *
30  * Revision 1.68  2008/03/22 21:39:43  christos
31  * file 4.24
32  *
33  * Revision 1.67  2007/12/28 20:08:40  christos
34  * welcome to 4.23.
35  *
36  * Revision 1.66  2007/12/27 16:38:24  christos
37  * welcome to 4.22
38  *
39  * Revision 1.65  2007/05/24 17:22:27  christos
40  * Welcome to 4.21
41  *
42  * Revision 1.64  2007/03/01 22:14:55  christos
43  * welcome to 4.20
44  *
45  * Revision 1.63  2007/01/12 17:38:28  christos
46  * Use File id.
47  *
48  * Revision 1.62  2006/12/11 21:49:58  christos
49  * time for 4.19
50  *
51  * Revision 1.61  2006/10/31 21:18:09  christos
52  * bump
53  *
54  * Revision 1.60  2006/03/02 22:15:12  christos
55  * welcome to 4.17
56  *
57  * Revision 1.59  2005/10/17 17:15:21  christos
58  * welcome to 4.16
59  *
60  * Revision 1.58  2005/08/18 15:52:56  christos
61  * welcome to 4.15
62  *
63  * Revision 1.57  2005/06/25 15:52:14  christos
64  * Welcome to 4.14
65  *
66  * Revision 1.56  2005/02/09 19:25:13  christos
67  * Welcome to 4.13
68  *
69  * Revision 1.55  2004/11/24 18:57:47  christos
70  * Re-do the autoconf stuff once more; passes make dist now.
71  *
72  * Revision 1.54  2004/11/21 05:52:05  christos
73  * ready for 4.11
74  *
75  * Revision 1.53  2004/07/24 20:40:46  christos
76  * welcome to 4.10
77  *
78  * Revision 1.52  2004/04/07 00:32:25  christos
79  * welcome to 4.09
80  *
81  * Revision 1.51  2004/03/22 21:17:11  christos
82  * welcome to 4.08.
83  *
84  * Revision 1.50  2003/12/23 17:34:04  christos
85  * 4.07
86  *
87  * Revision 1.49  2003/10/15 02:08:27  christos
88  * welcome to 4.06
89  *
90  * Revision 1.48  2003/09/12 19:41:14  christos
91  * this is 4.04
92  *
93  * Revision 1.47  2003/05/23 21:38:21  christos
94  * welcome to 4.03
95  *
96  * Revision 1.46  2003/04/02 18:57:43  christos
97  * prepare for 4.02
98  *
99  * Revision 1.45  2003/03/26 15:37:25  christos
100  * - Pass lint
101  * - make NULL in magic_file mean stdin
102  * - Fix "-" argument to file to pass NULL to magic_file
103  * - avoid pointer casts by using memcpy
104  * - rename magic_buf -> magic_buffer
105  * - keep only the first error
106  * - manual page: new sentence, new line
107  * - fix typo in api function (magic_buf -> magic_buffer)
108  *
109  * Revision 1.44  2003/03/23 22:23:31  christos
110  * finish librarification.
111  *
112  * Revision 1.43  2003/03/23 21:16:26  christos
113  * update copyrights.
114  *
115  * Revision 1.42  2003/03/23 04:06:05  christos
116  * Library re-organization
117  *
118  * Revision 1.41  2003/02/27 20:53:45  christos
119  * - fix memory allocation problem (Jeff Johnson)
120  * - fix stack overflow corruption (David Endler)
121  * - fixes from NetBSD source (Antti Kantee)
122  * - magic fixes
123  *
124  * Revision 1.40  2003/02/08 18:33:53  christos
125  * - detect inttypes.h too (Dave Love <d.love@dl.ac.uk>)
126  * - eliminate unsigned char warnings (Petter Reinholdtsen <pere@hungry.com>)
127  * - better elf PT_NOTE handling (Nalin Dahyabhai <nalin@redhat.com>)
128  * - add options to format the output differently
129  * - much more magic.
130  *
131  * Revision 1.39  2002/07/03 18:57:52  christos
132  * - ansify/c99ize
133  * - more magic
134  * - better COMPILE_ONLY support.
135  * - new magic files.
136  * - fix solaris compilation problems.
137  *
138  * Revision 1.38  2002/05/16 18:45:56  christos
139  * - pt_note elf additions from NetBSD
140  * - EMX os specific changes (Alexander Mai)
141  * - stdint.h detection, acconfig.h fixes (Maciej W. Rozycki, Franz Korntner)
142  * - regex file additions (Kim Cromie)
143  * - getopt_long support and misc cleanups (Michael Piefel)
144  * - many magic fixes and additions
145  *
146  * Revision 1.37  2001/09/03 14:44:22  christos
147  * daylight/tm_isdst detection
148  * magic fixes
149  * don't eat the whole file if it has only nulls
150  *
151  * Revision 1.36  2001/07/22 21:04:15  christos
152  * - magic fixes
153  * - add new operators, pascal strings, UTC date printing, $HOME/.magic
154  *   [from "Tom N Harris" <telliamed@mac.com>]
155  *
156  * Revision 1.35  2001/04/24 14:40:25  christos
157  * - rename magic file sgi to mips and fix it
158  * - add support for building magic.mgc
159  * - portability fixes for mmap()
160  * - try gzip before uncompress, because uncompress sometimes hangs
161  * - be more conservative about pipe reads and writes
162  * - many magic fixes
163  *
164  * Revision 1.34  2001/03/12 05:05:57  christos
165  * - new compiled magic format
166  * - lots of magic additions
167  *
168  * Revision 1.33  2000/11/13 00:30:50  christos
169  * - wordperfect magic fix: freebsd pr 9388
170  * - more msdos fixes from freebsd pr's 20131 and 20812
171  * - sas and spss magic [Bruce Foster]
172  * - mkinstalldirs [John Fremlin]
173  * - sgi opengl fixes [Michael Pruett]
174  * - netbsd magic fixes [Ignatios Souvatzis]
175  * - audio additions [Michael Pruett]
176  * - fix problem with non ansi RCSID [Andreas Ley]
177  * - oggs magic [Felix von Leitner]
178  * - gmon magic [Eugen Dedu]
179  * - TNEF magic [Joomy]
180  * - netpbm magic and misc other image stuff [Bryan Henderson]
181  *
182  * Revision 1.32  2000/08/05 18:24:18  christos
183  * Correct indianness detection in elf (Charles Hannum)
184  * FreeBSD elf core support (Guy Harris)
185  * Use gzip in systems that don't have uncompress (Anthon van der Neut)
186  * Internationalization/EBCDIC support (Eric Fisher)
187  * Many many magic changes
188  *
189  * Revision 1.31  2000/05/14 17:58:36  christos
190  * - new magic for claris files
191  * - new magic for mathematica and maple files
192  * - new magic for msvc files
193  * - new -k flag to keep going matching all possible entries
194  * - add the word executable on #! magic files, and fix the usage of
195  *   the word script
196  * - lots of other magic fixes
197  * - fix typo test -> text
198  *
199  * Revision 1.30  2000/04/11 02:41:17  christos
200  * - add support for mime output (-i)
201  * - make sure we free memory in case realloc fails
202  * - magic fixes
203  *
204  * Revision 1.29  1999/11/28 20:02:29  christos
205  * new string/[Bcb] magic from anthon, and adjustments to the magic files to
206  * use it.
207  *
208  * Revision 1.28  1999/10/31 22:11:48  christos
209  * - add "char" type for compatibility with HP/UX
210  * - recognize HP/UX syntax &=n etc.
211  * - include errno.h for CYGWIN
212  * - conditionalize the S_IS* macros
213  * - revert the SHT_DYNSYM test that broke the linux stripped binaries test
214  * - lots of Magdir changes
215  *
216  * Revision 1.27  1999/02/14 17:21:41  christos
217  * Automake support and misc cleanups from Rainer Orth
218  * Enable reading character and block special files from Dale R. Worley
219  *
220  * Revision 1.26  1998/09/12 13:19:39  christos
221  * - add support for bi-endian indirect offsets (Richard Verhoeven)
222  * - add recognition for bcpl (Joseph Myers)
223  * - remove non magic files from Magdir to avoid difficulties building
224  *   on os2 where files are case independent
225  * - magic fixes.
226  *
227  * Revision 1.25  1998/06/27 14:04:04  christos
228  * OLF patch Guy Harris
229  * Recognize java/html (debian linux)
230  * Const poisoning (debian linux)
231  * More magic!
232  *
233  * Revision 1.24  1998/02/15 23:20:38  christos
234  * Autoconf patch: Felix von Leitner <leitner@math.fu-berlin.de>
235  * More magic fixes
236  * Elf64 fixes
237  *
238  * Revision 1.23  1997/11/05 16:03:37  christos
239  * - correct elf prps offset for SunOS-2.5.1 [guy@netapp.com]
240  * - handle 64 bit time_t's correctly [ewt@redhat.com]
241  * - new mime style magic [clarosse@netvista.net]
242  * - new TI calculator magic [rmcguire@freenet.columbus.oh.us]
243  * - new figlet fonts [obrien@freebsd.org]
244  * - new cisco magic, and elf fixes [jhawk@bbnplanet.com]
245  * - -b flag addition, and x86 filesystem magic [vax@linkhead.paranoia.com]
246  * - s/Mpeg/MPEG, header and elf typo fixes [guy@netapp.com]
247  * - Windows/NT registry files, audio code [guy@netapp.com]
248  * - libGrx graphics lib fonts [guy@netapp.com]
249  * - PNG fixes [guy@netapp.com]
250  * - more m$ document magic [guy@netapp.com]
251  * - PPD files [guy@netapp.com]
252  * - archive magic cleanup [guy@netapp.com]
253  * - linux kernel magic cleanup [guy@netapp.com]
254  * - lecter magic [guy@netapp.com]
255  * - vgetty magic [guy@netapp.com]
256  * - sniffer additions [guy@netapp.com]
257  *
258  * Revision 1.22  1997/01/15 17:23:24  christos
259  * - add support for elf core files: find the program name under SVR4 [Ken Pizzini]
260  * - print strings only up to the first carriage return [various]
261  * - freebsd international ascii support [J Wunsch]
262  * - magic fixes and additions [Guy Harris]
263  * - 64 bit fixes [Larry Schwimmer]
264  * - support for both utime and utimes, but don't restore file access times
265  *   by default [various]
266  * - \xXX only takes 2 hex digits, not 3.
267  * - re-implement support for core files [Guy Harris]
268  *
269  * Revision 1.21  1996/10/05 18:15:29  christos
270  * Segregate elf stuff and conditionally enable it with -DBUILTIN_ELF
271  * More magic fixes
272  *
273  * Revision 1.20  1996/06/22  22:15:52  christos
274  * - support relative offsets of the form >&
275  * - fix bug with truncating magic strings that contain \n
276  * - file -f - did not read from stdin as documented
277  * - support elf file parsing using our own elf support.
278  * - as always magdir fixes and additions.
279  *
280  * Revision 1.19  1995/10/27  23:14:46  christos
281  * Ability to parse colon separated list of magic files
282  * New LEGAL.NOTICE
283  * Various magic file changes
284  *
285  * Revision 1.18  1995/05/20  22:09:21  christos
286  * Passed incorrect argument to eatsize().
287  * Use %ld and %lx where appropriate.
288  * Remove unused variables
289  * ELF support for both big and little endian
290  * Fixes for small files again.
291  *
292  * Revision 1.17  1995/04/28  17:29:13  christos
293  * - Incorrect nroff detection fix from der Mouse
294  * - Lost and incorrect magic entries.
295  * - Added ELF stripped binary detection [in C; ugh]
296  * - Look for $MAGIC to find the magic file.
297  * - Eat trailing size specifications from numbers i.e. ignore 10L
298  * - More fixes for very short files
299  *
300  * Revision 1.16  1995/03/25  22:06:45  christos
301  * - use strtoul() where it exists.
302  * - fix sign-extend bug
303  * - try to detect tar archives before nroff files, otherwise
304  *   tar files where the first file starts with a . will not work
305  *
306  * Revision 1.15  1995/01/21  21:03:35  christos
307  * Added CSECTION for the file man page
308  * Added version flag -v
309  * Fixed bug with -f input flag (from iorio@violet.berkeley.edu)
310  * Lots of magic fixes and reorganization...
311  *
312  * Revision 1.14  1994/05/03  17:58:23  christos
313  * changes from mycroft@gnu.ai.mit.edu (Charles Hannum) for unsigned
314  *
315  * Revision 1.13  1994/01/21  01:27:01  christos
316  * Fixed null termination bug from Don Seeley at BSDI in ascmagic.c
317  *
318  * Revision 1.12  1993/10/27  20:59:05  christos
319  * Changed -z flag to understand gzip format too.
320  * Moved builtin compression detection to a table, and move
321  * the compress magic entry out of the source.
322  * Made printing of numbers unsigned, and added the mask to it.
323  * Changed the buffer size to 8k, because gzip will refuse to
324  * unzip just a few bytes.
325  *
326  * Revision 1.11  1993/09/24  18:49:06  christos
327  * Fixed small bug in softmagic.c introduced by
328  * copying the data to be examined out of the input
329  * buffer. Changed the Makefile to use sed to create
330  * the correct man pages.
331  *
332  * Revision 1.10  1993/09/23  21:56:23  christos
333  * Passed purify. Fixed indirections. Fixed byte order printing.
334  * Fixed segmentation faults caused by referencing past the end
335  * of the magic buffer. Fixed bus errors caused by referencing
336  * unaligned shorts or longs.
337  *
338  * Revision 1.9  1993/03/24  14:23:40  ian
339  * Batch of minor changes from several contributors.
340  *
341  * Revision 1.8  93/02/19  15:01:26  ian
342  * Numerous changes from Guy Harris too numerous to mention but including
343  * byte-order independance, fixing "old-style masking", etc. etc. A bugfix
344  * for broken symlinks from martin@@d255s004.zfe.siemens.de.
345  * 
346  * Revision 1.7  93/01/05  14:57:27  ian
347  * Couple of nits picked by Christos (again, thanks).
348  * 
349  * Revision 1.6  93/01/05  13:51:09  ian
350  * Lotsa work on the Magic directory.
351  * 
352  * Revision 1.5  92/09/14  14:54:51  ian
353  * Fix a tiny null-pointer bug in previous fix for tar archive + uncompress.
354  * 
355  */