log4shib: Build fix (seen in NetBSD 11 build results)
If GCC defaults to C++17, it errors out as that's when dynamic exceptions
were removed. Force us to use C++11.
qemu: Backport commit 98107c5d4c1c0a16f1a02a5efbfe01b567215cc6
Backport commit 98107c5d4c1c0a16f1a02a5efbfe01b567215cc6 in order to fix
PR pkg/59820.
This will be included in QEMU 10.1.3.
png: update to 1.6.53.
Version 1.6.53 [December 5, 2025]
Fixed a build failure on RISC-V RVV caused by a misspelled intrinsic.
(Contributed by Alexander Smorkalov.)
Fixed a build failure with CMake 4.1 or newer, on Windows, when using
Visual C++ without MASM installed.
sdmmc: Use block mode for multi block SDIO transfers.
Change from OpenBSD:
https://github.com/openbsd/src/commit/5e0782b17abc2070c235843e37de911ce3f98ef8
So far the SDIO stack issued one transfer for every 64 byte to be
copied. This severely limits the speed over the bus. By using
block mode we can issue block-sized transfers, which bumps the
transfer size to at least 512 bytes. By using multi-block mode
we can copy up to 511 blocks per transfer.
textproc/treemd: update to 0.4.6
[0.4.6] - 2025-12-05
Fixed the non-existing file open modal.
The issue was that both exit_interactive_mode() and exit_link_follow_mode() unconditionally set self.mode = AppMode::Normal, which was overwriting the ConfirmFileCreate mode set by load_file() or load_wikilink() when a file doesn't exist.
[0.4.5] - 2025-12-04
Added
Document overview for headerless files - Files without a top-level heading now show a "(Document)" entry in the outline (#25)
Displays 📄 icon in outline for the document overview
Shows entire file content including tables and text before the first heading
Automatically added when there's preamble content or no headings at all
Wikilink rendering in content - Wikilinks now render as clickable links in the content pane
[[target]] displays as link with target as text
[[target|alias]] displays alias text linking to target
[71 lines not shown]