archivers/par2: Work around gcc 10 bug
It seems that when an ostringstream is operated on with <<, the
resulting object is an ostream, not an ostringstream, and one can't
.str() that. Simplify the code and use variables.
All tests pass on NetBSD 10 amd64.
(textproc/R-stringi) Updated 1.8.7 to 1.8.9
## 1.8.9 (2026-07-30)
* [BUGFIX] Fixed build/runtime warnings.
* [BUILD TIME] The configure script no longer tries to fall back to C++11.
Update to version 9.2.1020.
Changes:
- patch 9.2.1020: autocmd: crash when 'eventignore' is changed while it is being set
- patch 9.2.1019: completion asked for during 'autocompletedelay' looks automatic
- patch 9.2.1018: filetype: radvd config files are not recognized
- patch 9.2.1017: heap-use-after-free in ml_open_file()
- patch 9.2.1016: tests: viminfo bar line length overflow test fails under ASAN
- patch 9.2.1015: Vim9: v:errmsg is set while looking ahead at a command
- runtime(doc): Fix typo in previewpopup option
- runtime(html): match plain tag and attribute names as keywords
- runtime(vim): Update base syntax, link straggler regexp groups
- runtime(ed): Update syntax, add links to Regexp highlight group
- runtime(doc): Clarify the use of the terminal api
- patch 9.2.1014: [security]: overflow in undo file entry size check on 32-bit arch
- patch 9.2.1013: [security]: out-of-bounds access in libvterm CSI 8 t resize
- patch 9.2.1012: tests: no enough testing for complete_info() "auto"
- runtime(doc): Docs should use use "regexp" not "regex"
- runtime(vim): Update base syntax, link pattern groups to Regexp
[224 lines not shown]
qpdf: update to 12.4.1.
It contains a small number of fixes and enhancements that didn't
quite make it into 12.4.0 plus some improvements on some test to
improve stability on automatic builders.
multimedia/libdvdnav: Update to 7.0.0
Changelog:
libdvdnav (7.0.0)
* add dvdnav_get_volid_string to obtain the volume id of the disc
* add dvdnav_get_number_of_streams API to list tracks
* add dvdnav_set_active_stream API to activate a stream
* add dvdnav_toggle_spu_stream API to enable/disable the current SPU stream
* add dvdnav_get_disk_region_mask API to get the reported version from the disk
* expose dvdnav_jump_to_sector_by_time to the API
* switch build system to Meson (and remove autotools)
* fix crashes and avoid asserts
multimedia/libdvdread: Update to 7.1.1
Changelog:
libdvdread (7.1.1)
* reduce the number of symbols exported to avoid conflicts when linking
* improve CI coverage
libdvdread (7.1.0)
* DVD-Audio support:
* Allow CPRM and CSS decryption support to be available simultaneously
* Add Audio Still Video Set (ASVS) IFO structures and readers
* Add ASVS and SAMG support to public IFO open APIs
* Expose ASVS IFO, backup and menu VOB files
* Improve AOB/VOB stream type handling
* Misc fixes on structures documentation
* DVD-VR support:
* Add DVD-VR IFO parsing (PGIT, PG_GI, PS_GI)
* Add DVDOpenVideoRecording functions
* Add ifoOpenVideoRecording support
[40 lines not shown]