<?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 perl</title>
    <link>http://nxr.netbsd.org/rss/src/external/bsd/file/dist/magic/magdir/perl</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/perl - 1.1</description>
    <pubDate>Fri May 08 16:35:09 UTC 2009</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/perl - 1.1.1.8</description>
    <pubDate>Fri Aug 18 18:36:51 UTC 2023</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import file-5.31; mostly oss-fuzz found bugs.</title>
    <description>/src/external/bsd/file/dist/magic/magdir/perl - 1.1.1.7</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/perl - 1.1.1.6</description>
    <pubDate>Fri Feb 10 17:42:59 UTC 2017</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.5.6;  1.1.1.5.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/perl - 1.1.1.5</description>
    <pubDate>Fri Jun 13 01:48:25 UTC 2014</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.4.8;<br/>from ftp.astron.com</title>
    <description>/src/external/bsd/file/dist/magic/magdir/perl - 1.1.1.4</description>
    <pubDate>Thu Jan 03 16:27:55 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.3.2;<br/>from ftp.astron.com, CDF security fixes</title>
    <description>/src/external/bsd/file/dist/magic/magdir/perl - 1.1.1.3</description>
    <pubDate>Wed Feb 22 17:48:38 UTC 2012</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.2.4;  1.1.1.2.6;<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/perl - 1.1.1.2</description>
    <pubDate>Thu May 12 20:47:04 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/perl - 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/perl - 1.1.1.5.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/perl - 1.1.1.5.6.1</description>
    <pubDate>Mon Mar 20 06:52:20 UTC 2017</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

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

<item>
    <title>Rebase to HEAD as of a few days ago.</title>
    <description>/src/external/bsd/file/dist/magic/magdir/perl - 1.1.1.3.2.2</description>
    <pubDate>Tue Aug 19 23:46:47 UTC 2014</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>resync with head</title>
    <description>/src/external/bsd/file/dist/magic/magdir/perl - 1.1.1.3.2.1</description>
    <pubDate>Mon Feb 25 00:26:06 UTC 2013</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by christos in ticket #30):<br/>	Update file to 5.11 (CDF security fixes)</title>
    <description>/src/external/bsd/file/dist/magic/magdir/perl - 1.1.1.2.6.1</description>
    <pubDate>Wed Mar 07 23:18:27 UTC 2012</pubDate>
    <dc:creator>riz</dc:creator>
</item>

<item>
    <title>sync with head</title>
    <description>/src/external/bsd/file/dist/magic/magdir/perl - 1.1.1.2.4.2</description>
    <pubDate>Wed Jan 23 00:04:35 UTC 2013</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>sync with head</title>
    <description>/src/external/bsd/file/dist/magic/magdir/perl - 1.1.1.2.4.1</description>
    <pubDate>Tue Apr 17 00:03:08 UTC 2012</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>Sync with HEAD.<br/><br/>Second commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html</title>
    <description>/src/external/bsd/file/dist/magic/magdir/perl - 1.1.1.1.2.2</description>
    <pubDate>Wed May 13 18:51:59 UTC 2009</pubDate>
    <dc:creator>jym</dc:creator>
</item>

<item>
    <title>file perl was added on branch jym-xensuspend on 2009-05-13 18:51:59 +0000</title>
    <description>/src/external/bsd/file/dist/magic/magdir/perl - 1.1.1.1.2.1</description>
    <pubDate>Fri May 08 16:35:09 UTC 2009</pubDate>
    <dc:creator>jym</dc:creator>
</item>
</channel></rss>

