]> git.ipfire.org Git - ipfire-2.x.git/commit - lfs/file
file: Update to version 5.44
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 1 Jan 2023 11:34:34 +0000 (12:34 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 9 Jan 2023 18:37:09 +0000 (18:37 +0000)
commit5e1002b75b68732770bb696986972f170352e36c
treeb51248489b543529b8cfe461c11be06eadb976de
parent7826a8a0bf8b23d678f4984bcf9ed2298668571f
file: Update to version 5.44

- Update from version 5.40 to 5.44
- Update of rootfile not required
- Changelog
* release 5.44
* Handle nan's so that we don't get internal floating point exceptions
  when they are enabled (Vincent Mihalkovic)
* PR/397: Restore the ability to process files from stdin immediately.
* fixed various clustefuzz issues
* Fix error detection for decompression code (Vincent Mihalkovic)
* Add MAGIC_NO_COMPRESS_FORK and use it to produce a more
  meaningful error message if we are sandboxing.
* Add built-in lzip decompression support (Michal Gorny)
* Add built-in zstd decompression support (Martin Rodriguez Reboredo)
* release 5.43
* Add octal indirect magic (Michal Gorny)
* PR/374: avoid infinite loop in non-wide code (piru)
* PR/373: Obey MAGIC_CONTINUE with multiple magic files (vismarli)
* Fix bug with large flist (Florian Weimer)
        * PR/364: Detect non-nul-terminated core filenames from QEMU
  (mam-ableton)
* 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)
* release 5.42
* PR/348: add missing cases to prevent file from aborting on
  random magic files.
* PR/351: octalify filenames when not raw before printing.
* 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)
* cache regex (Dirk Mueller)
* detect filesystem full by flushing output (Dirk Mueller)
* implement running decompressor programs using
  posix_spawnp(2) instead of vfork(2)
* Add support for msdos dates and times
* use the system byte swapping functions if available (Werner Fink)
* release 5.41
* Avinash Sonawane: Fix tzname detection
* Fix relationship tests with "search" magic, don't short circuit
  logic
* Fix memory leak in compile mode
* 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.
* PR/270: Don't translate unprintable characters in %s magic formats
  when -r
* PR/269: Avoid undefined behavior with clang (adding offset to NULL)
* Add a new flag (f) that requires that the match is a full word,
   not a partial word match.
* Add varint types (unused)
* 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.
* count the total bytes found not the total byte positions
  in order to determine encoding (Anatol Belski)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
lfs/file