ports-mgmt/pkg-devel: update to 2.7.99.2
Changes:
- periodic: daily checksum is now off by default
- extract: prefer mtime from manifest over archive
- db: fix some concurrency issues
- which: always show the matched path
- checksum: new pkg-checksum(8) command to generate and validate checksums
- checksum: use blake2b everywhere we can
- repo: use blake2 instead of sha256
- rwhich: implement file tracking and search for remote repositories
- backup_lib: prevent accumulating old libs and badly match them
- backup_lib: fix backup_library with rootdir
- pkg-which: fix spurious warning message with -p
- progress: don't add new line for file_meta and dir_meta event
- fix: replace system() with execlp() for man page display
- fix: query_select discards valid input on EOF without newline
- fix: harden input validation found by fuzzing
- fix: handle trailing %% in printf format strings
[10 lines not shown]
games/open-adventure: upgrade to version 1.21
Changes relative to the previous port version 1.16:
* Saying Z’ZZZ at reservoir no longer causes the waters to part
and crash.
* Man-page has been brought up-to-date.
* Ensure that the KNIVES_VANISH message can’t issue twice.
* Make oldstyle correctly suppress line editing.
* Code-hardening and spell-checking of texts.
x11-wm/cwm: Update to 7.9
ChangeLog:
2026-05-19: Tenth public release 7.9 of portable cwm.
Changes made between OpenBSD 7.6 and 7.7:
* Grab the pointer against the root window instead of the client we're
attempting to move and/or resize; prevents XNextEvent() from
blocking on a client that might have been moved to a Withdrawn
state.
Changes made between OpenBSD 7.7 and 7.8:
* Add cwmrc(5) window-snap-center function.
Changes made between OpenBSD 7.8 and 7.9:
* Have cwm(1) handle Meta release as a separate mod key.
MFH: 2026Q2
(cherry picked from commit 21a6c2722772c4996c6ed5026a7584b4ea0296f9)
x11-wm/cwm: Update to 7.9
ChangeLog:
2026-05-19: Tenth public release 7.9 of portable cwm.
Changes made between OpenBSD 7.6 and 7.7:
* Grab the pointer against the root window instead of the client we're
attempting to move and/or resize; prevents XNextEvent() from
blocking on a client that might have been moved to a Withdrawn
state.
Changes made between OpenBSD 7.7 and 7.8:
* Add cwmrc(5) window-snap-center function.
Changes made between OpenBSD 7.8 and 7.9:
* Have cwm(1) handle Meta release as a separate mod key.
MFH: 2026Q2
databases/mysql84-{server|client}: Update to 8.4.9
Bugs Fixed
Fixed an issue relating to Information Schema privileges. (Bug
The SQL parser consumed a large amount of memory when parsing very
large queries with many large IN clauses.
As of this release, the SQL parser's memory management has been
improved. (Bug #105004, Bug #33390851)
Changelog: https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-9.html
Sponsored by: Netzkommune GmbH
(cherry picked from commit 1b42326479db2f9e9d7fd318fda10af1c038145e)