nono: update to 1.6.3.
1.6.3 (2025/11/25)
m68k(Fix): "Fix page address mask in several places on 68030 table search."
m68k(Update): "Revert 68030 ATC to original-compliant behavior (FC-mixed 22-entries). These two fixes make current NetBSD/m68k newpmap kernel bootable (though the actual cause should be a bug in the NetBSD kernel)."
m68k(Fix): "Fix inverted condition in PFLUSH* for deleting global entries on 68040."
GUI(New): "Implement 68030 and 68040 page table monitor window."
GUI(Fix): "Fix an abnormal termination when the log window is stretched."
debugger(Fix): "Fix an issue where instruction breakpoints might not work."
debugger(Update): "Show NetBSD/m68k system call number for exception history."
build(Fix): "Fix a build error on platforms other than x86_64 and i386 after ver 1.6.0."
vm(Update): "Note: It includes a lot of time axis-related changes that were in the work for the next release, but no functional changes are expected."
textproc/scooter: update to 0.8.4
New features:
Add --editor-command flag by @gfontenot in #283
Bug fixes:
Use overridden quit keymap in deprecation popup by @thomasschafer in #282
Other changes:
Bump various dependencies
devel/feluda: update to 1.10.3
What's Changed
feat: add just test-ci cmd to mimic ci testing locally by @anistark in #157
refactor: restructure sbom command with format subcommands (spdx, cyclonedx) by @anistark in #156
feat: validate sbom spdx and cyclonedx files by @anistark in #162
feat: implement comprehensive SPDX standards compliance enhancements and character validation by @anistark in #163
feat: add language parameter to GitHub Action by @anistark in #164
fix: add CC0-1.0 license to compatibility matrix for all project licenses by @anistark in #165
fix: exclude Go toolchain and version directives from dependency analysis by @anistark in #166
feat: add filter to the TUI by @ashish10677 in #170
chore: update dependencies by @anistark in #168
feat: add sort feature to TUI and proper ascending/descending order by @anistark in #167
refactor: move CI/CD examples to examples/ci directory by @anistark in #171
Refactor/publish tag by @anistark in #172
feat: add local-first license detection with --no-local flag for Node.js and Rust by @anistark in #173
feat: ignore licenses and dependencies by @anistark in #175
devel/tokei: update to 13.0.0
- Update README.md
- Fix CRLF or mixed CRLF/LF line terminations in Markdown files (#1219)
- Fix a minor typo in CLI help text (#1217)
- Fix a missing space in CLI help text (#1218)
- Relax lifetime constraints in language::embedding (#1225)
lua-socket: update to 3.1.0, fix repo location, fix unit socket naming
New github repo and home page.
Fix unix socket naming on BSD-derived operating systems.
Changes since 3.0-rc1:
3.1.0:
Add support for TCP Defer Accept
Add support for TCP Fast Open
Fix Windows (mingw32) builds
Avoid build warnings on 64-bit Windows
3.0.0:
Lua 5.4.3+ support
Cleanup minor issues to get a code linter to pass
Update Visual Studio build rules for Lua 5.1
Set http transfer-encoding even without content-length
The last update brought back the breakage reported in PR pkg/57222.
Why attempt to pull in a static library from the DESTDIR tree (where
it might end up, but isn't yet), when it is right there?
Updated multimedia/mediainfo to 25.10
25.10
- MXF: crosscheck of ADM profiles
- MXF: experimental ARRI UL support, more video streams detected
- TTML: better support files with SMPTE timecode and ticks instead of frame rate
- MXF: update UL names from the MXF registry (details view)
- AC-4: Add Bitstream level and Presentation level, fix
- MXF: Fix infinite loop in some ARRI files
- ADM: fix tagList related false positive conformance errors
- WAV: fix buggy non word aligned files check with 4 GB+ files
- I2452, PAC: skip '\0' prefix in content
- I2451, TTML: change timecode output "format" from TTML style to classic timecode
25.09
- ADM: Dolby E profile for emission conformance checker
[492 lines not shown]
openrct2: Update to 0.4.29
upstream changes:
-----------------
0.4.29 (2025-11-22)
* Feature: [#25459] Wall line dragging tool.
* Improved: [#25028] Stalls now support colour presets, just like regular rides.
* Improved: [#25426] Building the track designs index is now quicker.
* Improved: [#25490] The ‘New Ride’ window can now be resized.
* Fix: [#6228] The saved queue line path connections are not preserved when placing track designs (original bug).
* Fix: [#14365] Track designs with scenery below the lowest track piece do not preview correctly.
* Fix: [#25451] Dropdown item tooltips stay open if the mouse is moved over an empty space.
* Fix: [#25454] Opening the land tool while building a path bridge or tunnel closes the Footpaths window.
* Fix: [#25461] Path connections in raised track designs are sometimes broken when placed.
* Fix: [#25467] Paths are not connected together correctly in track design previews.
* Fix: [#25476] When both RCT2 and RCT1 are present, autodetection fails.
* Fix: [#25480] The mini track design preview and price are misaligned in Enlarged UI mode.
* Fix: [#25488] Crash in headless mode.
* Fix: [#25494] The Go-Karts steep to flat track does not draw correctly in the flat side tunnel.
[8 lines not shown]
py-hishel: updated to 1.1.6
What's Changed in 1.1.6
Documentation
* remove some stale httpx configs
Features
* Add support for request no-cache directive
What's Changed in 1.1.5
Bug Fixes
* filter out soft-deleted, expired and incomplete entries in `get_entries`
What's Changed in 1.1.4
[3 lines not shown]
librime: updated to 1.15.0
1.15.0
Bug Fixes
* **charset_filter:** Support Ext J
* **simplifier:** Lazily initialize Opencc
* navigation actions should trigger `update_notifier`
* **composition:** skip phony segments in GetScriptText
* **engine:** clear formatters and post processors
* **vocabulary:** Homophones sorting should be stable
Features
* clear composition with a abortcomposition notification
ngtcp2: updated to 1.18.0
1.18.0
Assume payload is not empty when decoding a QUIC frame
Assert payloadlen > 0 for type only frames
Map refactor
Map refactor part2
ngtcp2_map: Optimize a little bit further
Fix memory leak on Retry
Optimize ngtcp2_ksl
Fix build fuzzer failure
GHA: Build fuzzer
Fix bug that bbr_handle_restart_from_idle with inflight == 0
Remove unused congestion controller callbacks
Run cflite batch manually
Fix build_fuzzer.sh path
ngtcp2_map: Resize if PSL gets really large just in case
Gha cancel stale job
[47 lines not shown]