<?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 javascript</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e15daa8be9575f7ad2ca804c7c7c2d7f8e182d98 - Update to file-5.45 (Last was file-5.44)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/bsd/file/dist/magic/magdir/javascript#e15daa8be9575f7ad2ca804c7c7c2d7f8e182d98</link>
        <description>Update to file-5.45 (Last was file-5.44)2023-07-27  15:45  Christos Zoulas &lt;christos@zoulas.com&gt;	* release 5.452023-07-17  11:53  Christos Zoulas &lt;christos@zoulas.com&gt;	* PR/465: psrok1: Avoid muslc asctime_r crash2023-05-21  13:05  Christos Zoulas &lt;christos@zoulas.com&gt;	* add SIMH tape format support2023-02-09  12:50  Christos Zoulas &lt;christos@zoulas.com&gt;	* bump the max size of the elf section notes to be read to 128K	  and make it configurable2023-01-08   1:08  Christos Zoulas &lt;christos@zoulas.com&gt;	* PR/415: Fix decompression with program returning empty2022-12-26   1:47  Christos Zoulas &lt;christos@zoulas.com&gt;	* PR/408: fix -p with seccomp	* PR/412: fix MinGW compilation

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

            List of files:
            /netbsd-src/external/bsd/file/dist/magic/magdir/javascript</description>
        <pubDate>Sat, 24 Sep 2022 20:07:53 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eff51ed2363290913a5045493181556dca3d7b10 - Import 5.38:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/bsd/file/dist/magic/magdir/javascript#eff51ed2363290913a5045493181556dca3d7b10</link>
        <description>Import 5.38:	- Always accept -S (no sandbox) even if we don&apos;t support sandboxing	- More syscalls elided for sandboxiing	- For ELF dynamic means having an interpreter not just PT_DYNAMIC	- Check for large ELF session header offset	- When saving and restoring a locale, keep the locale name in our	  own storage.	- Add a flag to disable CSV file detection.	- Don&apos;t pass NULL/0 to memset to appease sanitizers.	- Avoid spurious prints when looks for extensions or apple strings	  in fsmagic.	- Add builtin decompressors for xz and and bzip.	- Add a limit for the number of CDF elements.	- More checks for overflow in CDF.

            List of files:
            /netbsd-src/external/bsd/file/dist/magic/magdir/javascript</description>
        <pubDate>Tue, 17 Dec 2019 02:23:53 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2ae0d66f56c2c9e79baeeb2a918b3bc67265a8b8 - from ftp.astron.com</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/bsd/file/dist/magic/magdir/javascript#2ae0d66f56c2c9e79baeeb2a918b3bc67265a8b8</link>
        <description>from ftp.astron.com

            List of files:
            /netbsd-src/external/bsd/file/dist/magic/magdir/javascript</description>
        <pubDate>Thu, 03 Jan 2013 16:27:48 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
