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]
py-build: update to 1.6.0.
####################
1.6.0 (2026-08-27)
####################
**********
Features
**********
- Add ``--report=PATH`` to write a machine-readable JSON report of built artifacts; ``--metadata`` now also accepts
``.whl`` files - by :user:`gaborbernat` (:issue:`198`)
- The ``srcdir`` argument now accepts ``.tar.gz`` source distributions, extracting and building from them - by
:user:`gaborbernat` (:issue:`311`)
- The "Unmet dependencies" error from ``--no-isolation`` builds now shows the wanted version, found version, and
interpreter - by :user:`gaborbernat` (:issue:`504`)
- Add ``--sdist-extract-dir`` to extract the intermediate sdist into a persistent directory, enabling compiler cache reuse
across rebuilds - by :user:`gaborbernat` (:issue:`614`)
- Add ``--env-dir`` to place the isolated build environment at a fixed path, enabling compiler cache reuse across builds -
[44 lines not shown]
multimedia/libbluray: Update to 1.5.0
Changelog:
2026-07-14: Version 1.5.0
- Expose dynamic range, color space, cr_flag and HDR10+ flags in stream info
- Expose chapter names in title info
- list_titles: report the number of Dolby Vision tracks
- BD-J: Implement HAVI text and graphic look & feel components
- BD-J: Implement navigable and actionable HAVI components
- BD-J: Fix disabled components being hidden and vertical text alignment
- BD-J: Lazy-load .bdjo title files for faster startup
- BD-J: Add S3D and UHD stream types
- Build: remove the java9 Meson option
2026-01-26: Version 1.4.1
- Fix linking on Windows with Freetype enabled
- Improve compilation with MSVC
- Cleaning and improvements in Meson build files
- Fix build with Java 23 for BD-J
[17 lines not shown]
rumdl: update to 0.2.62.
## [0.2.62]
### Added
- **flavor**: add support for Markdown with Gherkin (MDG) ([db62377](https://github.com/rvben/rumdl/commit/db62377aa7e63865f682bf16d790c6ff5eb40b31))
## [0.2.61]
### Added
- **cli**: add `--stdin-batch` for NUL-framed multi-document linting and `--stdin-batch-closed-world` for supplied-document-only link resolution
lean4: prepare environment before fork
This was done between fork + exec. This reduces lake hangs due to
malloc state inherited by the child.
Bump PKGREVISION.
www/squid7: update to 7.7
squid-7.7 (2026-08-17)
- Protect several base64 encoding buffers
- Honor directive parameters after a quoted filename reference
- FTP: Reject commands with parameters containing CR
- FTP: Do not send commands with embedded CRs or LFs
- ... and some build optimizations
- ... and some cleanups