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)
zino: update to version 2.3.1.
Pkgsrc changes:
* update PLIST to reflect installed files
* version-bump + checksums.
Upstream changes:
- Added `scheduler.misfire_grace_time` setting to enable control
over APScheduler options
- Dump list of running jobs to log when USR1 signal is received
- Bump `netsnmp-cffi` requirement to version 0.1.4 (to avoid frozen jobs)
- Fixed an issue where duplicate events could exist in persisted
state from older Zino versions. At Zino startup these are now
automatically resolved, keeping only the oldest (original) event
open while closing the duplicates. ([#488]
(https://github.com/Uninett/zino/issues/488))
[4 lines not shown]
py-netsnmp-cffi: upgrade to version 0.1.4.
Pkgsrc changes:
* Version + checksum updates.
Upstream changes:
Version 0.1.4:
Fixed
* Cancel pending futures/requests when session is closed, in order
to avoid stuck coroutines (#16)
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
Address a couple of problems with the sc16ix7xx(4) driver, noticed
when you have a bus that can detach, such as presented by the
umcpmio(4) driver.
o The dev/ic/com.c code pretty much assumed that it was using a device
on a computer bus and as such the registers would not suddenly
disappear out from under it. This won't be the case with the
sc16is7xx(4) driver. However, the code in dev/ic/com.c is not at all
structured in a manor that handles a failure to do a read or write.
Generally, this won't be a problem, except for comintr() which is the
interrupt handler. When called in polled mode, especially, it is
possible that the code in comintr() can get stuck in one of its loops
because it will NEVER get the values it expects back from the device
if the device disappears. To deal with this introduce a out of band
way to indicate that a read or write failed and check that in
comintr(). This allows it to exit out in a sane manor. This along
with the corresponding changes to the attachment specific code fixes a
[12 lines not shown]
When the I2C attachment code for the BMx280 driver was touched last,
the handles for I2C and SPI were split out into attachment specific
softc structures. This was all good and fine and a nice improvement.
However, the CFATTACH_DECL_ call still included the general softc in
the I2C case and not the I2C attachment specific softc. This would
probably overwrite some of the config information in the kernel, but
might not show itself to be a problem unless you did a detach /
reattach operation. Fix this up.
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]
go-collectd: add a draft package for go-based collectd plugins.
This one is known not to build, ref:
===> Building for go-collectd-0.6.0
collectd.org/plugin/fake
collectd.org/plugin
plugin/fake/write.go:7:11: fatal error: plugin.h: No such file or directory
7 | // #include "plugin.h"
| ^~~~~~~~~~
compilation terminated.
plugin/c.go:7:11: fatal error: plugin.h: No such file or directory
7 | // #include "plugin.h"
| ^~~~~~~~~~
compilation terminated.
*** Error code 1
Possibly due to the go compiler not using the pkgsrc wrapper
for the C compiler invocations.