<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in intel</title>
    <link>http://nxr.netbsd.org/rss/src/external/bsd/file/dist/magic/magdir/intel</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1</description>
    <pubDate>Fri May 08 16:35:09 UTC 2009</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import file-5.48 (previous was file-5.45)<br/><br/>2026-05-07  11:32  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.48<br/><br/>2026-05-11  15:55 Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* add landlock support (valoq)<br/><br/>2026-04-19  15:55 Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* add BE/LE GUID<br/><br/>2026-04-17  11:05 Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* multiple fixes to prevent integer overflow in 32 bits (kerwin)<br/><br/>2026-04-15  12:40 Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/745: streamout: Don't flush when trying to set negative offsets<br/>	          on pipes, just continue, fixes 'cat file.zip | file -'<br/>	* PR/753: vmihalko: Fix race is magic_getpath()<br/><br/>2026-03-11  15:14 Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/728: Anton Monroe: Reinstate regex/c<br/><br/>2026-02-26  11:32  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.47<br/><br/>2026-02-04  09:54  Christos Zoulas &lt;christos@zoulas.com&gt;<br/>	* Better multi-compound document identification by following the<br/>	  order of the directories entries. (Thomas Ledoux)<br/><br/>2026-01-19  14:00  Christos Zoulas &lt;christos@zoulas.com&gt;<br/>	* if stat fails, don't attempt to restore times (Steven Grubb)<br/><br/>2025-05-28  15:20  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/622: Odd_Bloke: Handle negative offsets in file_buffer(),<br/>	  when fd is not available.<br/><br/>2025-05-28  12:50  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/655: jsummers: Obey str_flags in strings like we do for search<br/>	  and regex<br/>	* PR/659: Pitzl: Apply MAGIC_CONTINUE to annotations; i.e. print<br/>	  only the first, unless -k is specified.<br/><br/>2024-12-19  14:44  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/592: allow + in format strings<br/>	* PR/592: signed operations should be done in signed context<br/><br/>2024-12-05  13:50 Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/578: jsummers: Don't crash on cygwin when tm_mon == -1<br/>	* PR/579: net147: Fix stack overrun.<br/><br/>2024-11-27  14:44  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.46<br/>	* Add OFFPOSITIVE<br/><br/>2024-11-25  13:56  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* avoid leaking symbols in libmagic<br/><br/>2024-11-10  13:56  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/562: jsummers: Search/regex offsets are absolute to the<br/>	  beginning of the file, so adjust them by subtracting the<br/>	  offset that the "use" starts so that we don't double-count it.<br/><br/><br/>2024-11-09  19:30  Christos Zoulas &lt;christos@zoulas.com&gt;<br/> 	* PR/543: matshch: bump nbuf so we can get the flags into the buffer.<br/><br/><br/>2024-11-02  14:34  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/> 	* Add Android elf notes (enh)<br/><br/>2023-12-29  12:55  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Add limit for number of magic warnings allowed<br/><br/>2023-07-29  12:55  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* check regex bounds (found by clusterfuzz)</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.13</description>
    <pubDate>Wed Jun 10 15:59:14 UTC 2026</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Update to file-5.45 (Last was file-5.44)<br/><br/>2023-07-27  15:45  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.45<br/><br/>2023-07-17  11:53  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/465: psrok1: Avoid muslc asctime_r crash<br/><br/>2023-05-21  13:05  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* add SIMH tape format support<br/><br/>2023-02-09  12:50  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* bump the max size of the elf section notes to be read to 128K<br/>	  and make it configurable<br/><br/>2023-01-08   1:08  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/415: Fix decompression with program returning empty<br/><br/>2022-12-26   1:47  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/408: fix -p with seccomp<br/>	* PR/412: fix MinGW compilation</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.12</description>
    <pubDate>Fri Aug 18 18:36:50 UTC 2023</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import file-5.43+; last was file-5.40<br/><br/>2022-09-20  17:12  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* fixed various clustefuzz issues<br/><br/>2022-09-19  15:54  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Fix error detection for decompression code (Vincent Mihalkovic)<br/><br/>2022-09-15  13:50  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Add MAGIC_NO_COMPRESS_FORK and use it to produce a more<br/>	  meaningful error message if we are sandboxing.<br/><br/>2022-09-15  10:45  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Add built-in lzip decompression support (Michal Gorny)<br/><br/>2022-09-14  10:35  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Add built-in zstd decompression support (Martin Rodriguez Reboredo)<br/><br/>2022-09-13  14:55  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.43<br/><br/>2022-09-10   9:17  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Add octal indirect magic (Michal Gorny)<br/><br/>2022-08-17  11:43  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/374: avoid infinite loop in non-wide code (piru)<br/>	* PR/373: Obey MAGIC_CONTINUE with multiple magic files (vismarli)<br/><br/>2022-07-26  11:10  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Fix bug with large flist (Florian Weimer)<br/><br/>2022-07-07  13:21  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>        * PR/364: Detect non-nul-terminated core filenames from QEMU<br/>	  (mam-ableton)<br/><br/>2022-07-04  15:45  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/359: Add support for http://ndjson.org/ (darose)<br/>	* PR/362: Fix wide printing (ro-ee)<br/>	* PR/358: Fix width for -f - (jpalus)<br/>	* PR/356: Fix JSON constant parsing (davewhite)<br/><br/>2022-06-10   9:40  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.42<br/><br/>2022-05-31  14:50   Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/348: add missing cases to prevent file from aborting on<br/>	  random magic files.<br/><br/>2022-05-27  21:05   Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/351: octalify filenames when not raw before printing.<br/><br/>2022-04-18  17:51   Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* fix regex cacheing bug (Dirk Mueller)<br/>	* merge file_regcomp and file_regerror() to simplify the code<br/>	  and reduce memory requirements for storing regexes (Dirk Mueller)<br/><br/>2022-03-19  12:56   Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* cache regex (Dirk Mueller)<br/>	* detect filesystem full by flushing output (Dirk Mueller)<br/><br/>2021-11-19  12:36   Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* implement running decompressor programs using<br/>	  posix_spawnp(2) instead of vfork(2)<br/><br/>2021-10-24  11:51   Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Add support for msdos dates and times<br/><br/>2021-10-20   9:55   Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* use the system byte swapping functions if available (Werner Fink)<br/><br/>2021-10-18  11:57  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.41<br/><br/>2021-09-23  03:51  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Avinash Sonawane: Fix tzname detection<br/><br/>2021-09-03  09:17  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Fix relationship tests with "search" magic, don't short circuit<br/>	  logic<br/><br/>2021-07-13  01:06  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Fix memory leak in compile mode<br/><br/>2021-07-01  03:51  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/272: kiefermat: Only set returnval = 1 when we printed something<br/>	  (in all cases print or !print). This simplifies the logic and fixes<br/>	  the issue in the PR with -k and --mime-type there was no continuation<br/>	  printed before the default case.<br/><br/>2021-06-30  13:07  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/270: Don't translate unprintable characters in %s magic formats<br/>	  when -r<br/>	* PR/269: Avoid undefined behavior with clang (adding offset to NULL)<br/><br/>2021-05-09  18:38  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Add a new flag (f) that requires that the match is a full word,<br/>	   not a partial word match.<br/>	* Add varint types (unused)<br/><br/>2021-04-19  17:17  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/256: mutableVoid: If the file is less than 3 bytes, use the file<br/>	  length to determine type<br/>	* PR/259: aleksandr.v.novichkov: mime printing through indirect magic<br/>	  is not taken into account, use match directly so that it does.<br/><br/>2021-04-04  17:02  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* count the total bytes found not the total byte positions<br/>	  in order to determine encoding (Anatol Belski)</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.11</description>
    <pubDate>Sat Sep 24 20:07:54 UTC 2022</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>2021-03-30  20:21  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.40<br/><br/>2021-02-05  16:31  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/234: Add limit to the number of bytes to scan for encoding<br/>	* PR/230: Fix /T (trim flag) for regex<br/><br/>2021-02-01  12:31  Christos Zoulas &lt;christos@zoulas.com&gt;<br/>	* PR/77: Trim trailing separator.<br/><br/>2020-12-17  15:44  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/211: Convert system read errors from corrupt ELF<br/>	  files into human readable error messages<br/><br/>2020-12-08  16:24  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* fix multithreaded decompression file descriptor issue<br/>	  by using close-on-exec (Denys Vlasenko)<br/><br/>2020-06-27  11:58  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Exclude surrogate pairs from utf-8 detection (Michael Liu)<br/><br/>2020-06-25  12:53  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Include # to the list of ignored format chars (Werner Fink)</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.10</description>
    <pubDate>Fri Apr 09 18:58:02 UTC 2021</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import 5.39:<br/><br/>   * Remove unused subtype_mime (Steve Grubb)<br/>   * Remove unused check in okstat (Steve Grubb)<br/>   * Fix mime-type in elf binaries by making sure $x is set<br/>   * Fix indirect negative offsets broken by OFFNEGATIVE<br/>   * Fix GUID equality check<br/>   * PR/165: Handle empty array and strings in JSON<br/>   * PR/162: Add --exclude-quiet<br/>   * Fix memory leak in ascmagic (Steve Grubb)<br/>   * Fix string comparison length with ignore whitespace<br/>   * Fix mingwin 64 compilation<br/>   * PR/159: whitelist getpid needed for file_pipe2file()<br/>   * Indicate negative offsets with a flag OFFNEGATIVE<br/>     so that -0 works.<br/>   * Introduce "offset" magic type that can be used to<br/>     detect the file size, and bail on short files.<br/>   * document DER better in the magic man page.<br/>   * fix memory leaks (SonarQube)<br/>   * rewrite confusing loops (SonarQube)<br/>   * fix bogus test (SonarQube)<br/>   * pass a sized buffer to file_fmttime() (SonarQube)<br/>   * Don't allow * in printf formats, or the code itself (Christoph Biedl)<br/>   * Introduce a printf output size checker to avoid DoS attacks<br/>   * Avoid memory leak on error (oss-fuzz)<br/>   * Check length of string on DER before derefercing and add new types<br/>   * Add missing DER string (oss-fuzz)<br/>   * Add missing DER types, and debugging<br/>   * PR/140: Avoid abort with hand-crafted magic file (gockelhahn)<br/>   * PR/139:  Avoid DoS in printf with hand-crafted magic file (gockelhahn)<br/>   * PR/138: Avoid crash with hand-crafted magic file (gockelhahn)<br/>   * PR/136: Fix static build by adding a libmagic.pc (Fabrice Fontaine)<br/>   * add guid support native support via the "guid" type.</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.9</description>
    <pubDate>Mon Jun 15 00:18:48 UTC 2020</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>2018-10-18  19:32  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.35<br/><br/>2018-09-10  20:38  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Add FreeBSD ELF core file support (John Baldwin)<br/><br/>2018-08-20  18:40  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/30: Allow all parameter values to be set (don't treat 0 specially)<br/>	* handle default annotations on the softmagic match instead at the<br/>	  end.<br/><br/>2018-07-25  10:17  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/23: Recognize JSON files<br/><br/>2018-07-25  10:17  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/18: file --mime-encoding should not print mime-type<br/><br/>2018-07-25   8:50  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.34<br/><br/>2018-06-22  16:38  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Add Quad indirect offsets<br/><br/>2018-05-24  14:10  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Enable parsing of ELF dynamic sections to handle PIE better</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.8</description>
    <pubDate>Thu Oct 18 23:54:09 UTC 2018</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.7.2;<br/>2018-04-15  14:52  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.33<br/><br/>2018-02-24  14:50  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* extend the support for ${x?:} expansions for magic descriptions<br/><br/>2018-02-21  16:25  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* add support for ${x?:} in mime types to handle<br/>	  pie binaries.<br/><br/>2017-11-03   9:23  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* add support for negative offsets (offsets from the end of file)<br/><br/>2017-09-26   8:22  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* close the file on error when writing magic (Steve Grubb)<br/><br/>2017-09-24  12:02  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* seccomp support (Paul Moore)<br/><br/>2017-09-02  11:53  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.32<br/><br/>2017-08-28  16:37  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Always reset state in {file,buffer}_apprentice (Krzysztof Wilczynski)<br/><br/>2017-08-27  03:55  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Fix always true condition (Thomas Jarosch)<br/><br/>2017-05-24  17:30  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* pickier parsing of numeric values in magic files.<br/><br/>2017-05-23  17:55  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/615 add magic_getflags()</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.7</description>
    <pubDate>Sun Apr 15 19:32:47 UTC 2018</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.6.8;<br/>Import file-5.31; mostly oss-fuzz found bugs.</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.6</description>
    <pubDate>Wed May 24 23:59:57 UTC 2017</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>2017-02-10  12:24  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.30<br/><br/>2017-02-07  23:27  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* If we exceeded the offset in a search return no match<br/>	  (Christoph Biedl)<br/>	* Be more lenient on corrupt CDF files (Christoph Biedl)<br/><br/>2017-02-04  16:46  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* pacify ubsan sign extension (oss-fuzz/524)<br/><br/>2017-02-01  12:42  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* off by one in cdf parsing (PR/593)<br/>	* report debugging sections in elf (PR/591)<br/><br/>2016-11-06  10:52  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Allow @@@ in extensions<br/>	* Add missing overflow check in der magic (Jonas Wagner)<br/><br/>2016-10-25  10:40  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.29<br/><br/>2016-10-24  11:20  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* der getlength overflow (Jonas Wagner)<br/>	* multiple magic file load failure (Christoph Biedl)<br/><br/>2016-10-17  11:26  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* CDF parsing improvements (Guy Helmer)<br/><br/>2016-07-20   7:26  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Add support for signed indirect offsets<br/><br/>2016-07-18   7:41  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* cat /dev/null | file - should print empty (Christoph Biedl)<br/><br/>2016-07-05  15:20  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Bump string size from 64 to 96.<br/><br/>2016-06-13  20:20  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/556: Fix separators on annotations.<br/><br/>2016-06-13  19:40  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.28<br/>	* fix leak on allocation failure<br/><br/>2016-06-01   1:20  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/555: Avoid overflow for offset &gt; nbytes<br/>	* PR/550: Segv on DER parsing:<br/>	    - use the correct variable for length<br/>	    - set offset to 0 on failure.<br/><br/>2016-05-13  12:00  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.27<br/><br/>2016-04-18   9:35  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Errors comparing DER entries or computing offsets<br/>	  are just indications of malformed non-DER files.<br/>	  Don't print them.<br/>	* Offset comparison was off-by-one.<br/>	* Fix compression code (Werner Fink)<br/>	* Put new bytes constant in the right file (not the generated one)<br/><br/>2016-04-16  18:34  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.26<br/><br/>2016-03-31  13:50  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* make the number of bytes read from files configurable.<br/><br/>2016-03-21  13:40  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Add bounds checks for DER code (discovered by Thomas Jarosch)<br/>	* Change indirect recursion limit to indirect use count and<br/>	  bump from 15 to 50 to prevent abuse.<br/><br/>2016-03-13  20:39  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Add -00 which prints filename\0description\0<br/><br/>2016-03-01  13:28  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Fix ID3 indirect parsing<br/><br/>2016-01-19  10:18  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* add DER parsing capability<br/><br/>2015-11-13  10:35  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* provide dprintf(3) for the OS's that don't have it.<br/><br/>2015-11-11  16:25  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* redo the compression code report decompression errors<br/><br/>2015-11-10  23:25  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* REG_STARTEND code is not working as expected, delete it.<br/><br/>2015-11-09  16:05  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Add zlib support if we have it.<br/><br/>2015-11-05  11:22  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/492: compression forking was broken with magic_buffer.<br/><br/>2015-09-16   9:50  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.25<br/><br/>2015-09-11  13:25  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* add a limit to the length of regex searches<br/><br/>2015-09-08   9:50  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* fix problems with --parameter (Christoph Biedl)<br/><br/>2015-07-11  10:35  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Windows fixes PR/466 (Jason Hood)<br/><br/>2015-07-09  10:35  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.24<br/><br/>2015-06-11   8:52  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* redo long option encoding to fix off-by-one in 5.23<br/><br/>2015-06-10  13:50  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* release 5.23<br/><br/>2015-06-09  16:10  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Fix issue with regex range for magic with offset<br/>	* Always return true from mget with USE (success to mget not match<br/>	  indication). Fixes mime evaluation after USE magic<br/>	* PR/459: Don't insert magic entries to the list if there are parsing<br/>	  errors for them.<br/><br/>2015-06-03  16:00  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/455: Add utf-7 encoding<br/><br/>2015-06-03  14:30  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/455: Implement -Z, look inside, but don't report on compression<br/>	* PR/454: Fix allocation error on bad magic.<br/><br/>2015-05-29  10:30  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* handle MAGIC_CONTINUE everywhere, not just in softmagic<br/><br/>2015-05-21  14:30  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* don't print descriptions for NAME types when mime.<br/><br/>2015-04-09  15:59  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Add --extension to list the known extensions for this file type<br/>	  Idea by Andrew J Roazen<br/><br/>2015-02-14  12:23  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Bump file search buffer size to 1M.<br/><br/>2015-01-09  14:35  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Fix multiple issues with date formats reported by Christoph Biedl:<br/>		- T_LOCAL meaning was reversed<br/>		- Arithmetic did not work<br/>	  Also stop adjusting daylight savings for gmt printing.<br/><br/>2015-01-05  13:00  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/411: Fix memory corruption from corrupt cdf file.</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.5</description>
    <pubDate>Fri Feb 10 17:42:58 UTC 2017</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.4.6;  1.1.1.4.10;<br/>import file-5.19<br/><br/>2014-06-09   9:04  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Misc buffer overruns and missing buffer size tests in cdf parsing<br/>	  (Francisco Alonso, Jan Kaluza)<br/><br/>2014-06-02  14:50  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Enforce limit of 8K on regex searches that have no limits<br/>	* Allow the l modifier for regex to mean line count. Default<br/>	  to byte count. If line count is specified, assume a max<br/>	  of 80 characters per line to limit the byte count.<br/>	* Don't allow conversions to be used for dates, allowing<br/>	  the mask field to be used as an offset.<br/><br/>2014-05-30  12:51  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Make the range operator limit the length of the<br/>	  regex search.<br/><br/>2014-05-14  19:23  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/347: Windows fixes<br/>	* PR/352: Hangul word processor recognition<br/>	* PR/354: Encoding irregularities in text files<br/><br/>2014-05-06  6:12  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Fix uninitialized title in CDF files (Jan Kaluza)<br/><br/>2014-05-04  14:55  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/351: Fix compilation of empty files<br/><br/>2014-04-30  17:39  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Fix integer formats: We don't specify 'l' or<br/>	  'h' and 'hh' specifiers anymore, only 'll' for<br/>	  quads and nothing for the rest. This is so that<br/>	  magic writing is simpler.<br/><br/>2014-04-01  15:25  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* PR/341: Jan Kaluza, fix memory leak<br/>	* PR/342: Jan Kaluza, fix out of bounds read<br/><br/>2014-03-28  15:25  Christos Zoulas &lt;christos@zoulas.com&gt;<br/><br/>	* Fix issue with long formats not matching fmtcheck</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.4</description>
    <pubDate>Fri Jun 13 01:48:25 UTC 2014</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.3.8;<br/>import file-5.14<br/>changes are "name" + "use" keyword features, bug fixes</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.3</description>
    <pubDate>Sat Mar 23 15:49:18 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.2.4;  1.1.1.2.10;<br/>from ftp.astron.com.<br/>- many security related fixes<br/>- no MAXPATHLEN limits<br/>- fixed missing text specification on ascii magic<br/>- new ``pascal'' style string formats<br/>- whitespace comparison fix<br/>- more magic</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.2</description>
    <pubDate>Thu May 12 20:47:02 UTC 2011</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.1.2;<br/>from ftp.astron.com</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.1</description>
    <pubDate>Fri May 08 16:35:09 UTC 2009</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.7.2.1</description>
    <pubDate>Mon Jun 10 21:44:46 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Sync with head</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.6.8.2</description>
    <pubDate>Sat Oct 20 06:58:20 UTC 2018</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.6.8.1</description>
    <pubDate>Sun Apr 22 07:20:08 UTC 2018</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.4.10.1</description>
    <pubDate>Fri Apr 21 16:51:24 UTC 2017</pubDate>
    <dc:creator>bouyer</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.4.6.1</description>
    <pubDate>Mon Mar 20 06:52:19 UTC 2017</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Rebase.</title>
    <description>/src/external/bsd/file/dist/magic/magdir/intel - 1.1.1.3.8.1</description>
    <pubDate>Sun Aug 10 07:07:10 UTC 2014</pubDate>
    <dc:creator>tls</dc:creator>
</item>
</channel></rss>

