p5-XML-Parser: update to 2.57.
2.57 2026-04-07 (by Todd Rinaldo)
Fixes:
- PR #235 GH #234 Fix PE parsing regression that broke XML::Twig DTD
round-tripping: defer parameter entity parsing activation to when a
declaration handler is registered, preventing PE references from
being consumed by the empty sub-parser instead of reaching the
Default handler
- PR #232 GH #47 Add regression tests for post-root character data
routing and add ppport.h for XS backward compatibility macros
- PR #229 Add NULL check after XML_ParserCreate_MM to prevent
segfault on memory allocation failure
- PR #225 Replace deprecated indirect object syntax in
LWPExternEnt.pl (new URI(...) -> URI->new(...), etc.) for forward
compatibility with Perl 5.36+ where 'use v5.36' disables the
indirect feature. Also add 'use strict' to the file
[23 lines not shown]
p5-Image-ExifTool: update to 13.55.
Apr. 7, 2026 - Version 13.55 (production release)
- Added a few new Windows LNK GUID values
- Extract more unknown information from QuickTime metadata tracks
- Improved config_files/local_time.config to preserve sub seconds
- Improved lens identification logic for Canon cameras in the case where the
maker notes are missing
Apr. 1, 2026 - Version 13.54
- Security update
- Added a new PentaxModelID
- Decode timed GPS from another DJI model
- Decode more information from Apple live photo videos
- Updated DICOM tags to 2026b specification
- Patched to fix failed tests on Windows (was a bug in the tests)
- Patched to allow spaces in Windows title strings
[42 lines not shown]
Call fpu_init() at the beginning of cpu_startup(), like the other
m68k ports now do, and use the probed FPU information rather than
flags from the loader.
mle: update to 1.8.1
### changed
- improve perf of mark functions
- change syntax shortcut from `-y-` to `-yy`
- avoid zeroing the viewport when paging less than screen height
### added
- include cosmopolitan libc build
- add `cmd_split_adjust`
- add uninstall make target
- display error on buffer open failure
- add `cmd_print_macro`
- add isearch conveniences
- add `cmd_replace_all`
- parameterize page up and down
- add `cmd_macro_apply_last`
### fixed
[19 lines not shown]
G/C the patchable PCR value and associated shenanigans and just do what
the other 68060 systems so: enable superscalar issue right before
enabling the caches.
Add a small optimisation for a pmap_remove_all pmap and skip activation
in pmap_activate as it's (supposed to be) deferred until the subsequent
pmap_update.
libraw: update to 0.22.1.
Remove jasper option, since jasper support is gone.
Not sure when, it's not mentioned in the changelog.
LibRaw 0.22.1 Release
This is bugfix-only release with these commits included:
* Limit strcat space in hassy model manipulation
* Version increment; shlib increment: internal ABI has changed
* check panasonic enc8 tile width against image width
* CR3 parser: zero all buffers before fread
* skip memory allocation checks for OWN_ALLOC decoders
* DNG SDK glue: check for memory limits
* raw2image()/dcraw_process() - check for int16 source data present
* Check for correct bayer pattern, pass incorect ones to vng_interpolate
* parse_rollei: zero input string before fgets
* Nikon padded/12bit: no need to calculate padded row size before final raw_width adjustment
[300 lines not shown]