patchlevel.h 12 KB

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