suitesparse: update to 7.14.0
* GraphBLAS 10.5.0: faster resize, post-iso check revised, and a bug
fix
* SuiteSparse_config 7.14.0: version update to match SuiteSparse.
croc: Update to 11.1.2
What's Changed
fix: web by @schollz in #1249
fix: web by @schollz in #1250
Add a Debian install section by @barnumbirr in #1251
build(deps): bump golang.org/x/net from 0.57.0 to 0.58.0 by @dependabot[bot] in #1253
build(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 by @dependabot[bot] in #1252
fear: improve transfer performance by @schollz in #1254
resterm: Update to 1.11.1
New
Command suggestions now show their shortcuts alongside the full command name, making commands like :w, :q, and :e a bit easier to discover.
Fixed
There was an issue where the Open dialog could be slow when browsing larger directories. This has been fixed, making file suggestions faster and more responsive.
Do not require the display device to identify as VGA subclass.
If it's a display device and has AGP capability, we can trust it's a
proper AGP master. This fixes attachment for my Permedia 2 AGP board,
which identifies as subclass miscellaneous (0x80).
ddb(4)/crash(8): Print lock symbols in `show all locks'.
Reorder columns so the variable-width symbol comes last.
PR kern/60030: ddb/crash: show all locks without LOCKDEBUG
crash(8): Add support for `mach cpu N' on x86.
Requires core dump to have the registers saved on cpuN. This happens
with the ddb `sync' command, but not with the kern.dump_on_panic=1
ddb.onpanic=0 path yet -- TBD.
PR bin/58010: crash(8) doesn't support `mach cpu N' to examine
registers/stack of other CPUs
xpr: update to 1.2.1.
Alan Coopersmith (8):
xpr: add -help option
xdpr: add -version option
Accept --help & --version as aliases to -help & -version
Improve man page formatting
man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
gitlab CI: drop the ci-fairy check-mr job
meson: Add option to build with meson
xpr 1.2.1
devel/py-tortoisehg: update to 7.2.2
This matches the version of Mercurial in pkgsrc.
/usr/pkg/lib/python3.13/site-packages/tortoisehg/util/hgversion.py shows
the versions of Mercurial that this version of thg will work with:
6.3.* up to 7.2.*.
No changelog found.
pkg-vulnerabilities: Restrict several Python entries
Several CVEs where fixed in latest Python releases.
From Showta Ishizaki via PR pkg/60605, thanks!