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!
dwc2: Bring dwc2_wait_for_mode from upstream and use in dwc2_force_mode.
dwc2_wait_for_mode will wait upto 110milliseconds for the controller
to enter the expected mode.
This hopefully fixes
port-evbarm/60613: Recent dwc2 commit breaks usb based ethernet device...
Pull up following revision(s) (requested by rin in ticket #1327):
sys/dev/pci/pciconf.c: revision 1.57
sys/dev/pci/pciconf.c: revision 1.58
sys/dev/pci/pciconf.c: revision 1.59
pciconf: Fix alignments of device memory and I/O resources
Resources must be their-size-aligned. While here:
- Switch *align variable from int to more suitable integer types.
- Make some conditions clearer (NFC).
pciconf: Fix round-up logics for total sizes of bridge resources
The previous ones are valid only if alignments are 4K or 1M,
for I/O or memory, respectively.
pciconf: Sort resource windows in order of decreasing alignment
instead of size.
[8 lines not shown]