upgrade to bozohttpd 20260503. changes include:
o fix the default minimum TLS version to 1.1 from 1.3. the
manual already said 1.1 was the default. fixes PR#58878.
o log the correct port with TLS connections. fixes PR#59644.
o fix use-after-free, double-free, and bounds checking problems.
from shm.
o better lint support.
o several updates for the manual. from lukem.
o make directory listings mobile friendly. from D. Bohdan.
neovim: Add a simpler reproducer
We can just call the undefined function to prove that it is undefined without
calling its (at the moment) only user and managing packages.
sysutils/fastfetch: update to 2.62.1
# changes
# 2.62.1
Bugfixes:
* Fixes Host module not working on some devices (#2279, Host, Linux)
* Regression from v2.61.0
# 2.62.0
Changes:
* Sort package managers alphabetically in output and format arguments (Packages)
* The positional order of format arguments has changed — this is a breaking change for users relying on numeric placeholders. Named arguments are always preferred; e.g., use `{pacman}` (refer to `fastfetch -h packages-format`) instead of `{1}` to keep your config future-proof.
Features:
* Reports `Unused` instead of `Disabled` for zero-size swap on macOS (#2248, Swap, macOS)
* Improves the robustness of default route detection on Linux (#2252, LocalIP, Linux)
[24 lines not shown]
sysutils/ups-nut: Update to 2.8.5
Release notes for NUT 2.8.5 - what's new since 2.8.4
----------------------------------------------------
- common code:
* Introduced `NUT_DEBUG_PROCNAME` environment variable support to optionally
log also the process name (or however the program chose to identify itself).
This may be useful when multiple NUT daemons log into the same file or
console, without syslog to prefix the name into each line (e.g. in tests,
single init script systems like Home Assistant, etc.) [PR 3368]
- `asem`, `bestfortress`, `bestuferrups`, `bicker_ser`, `everups`, `metasys`,
`masterguard`, `mge-utalk`, `oneac`, `phoenixcontact_modbus`, `pijuice`,
`powercom`, `powervar_cx_ser`, `usbhid-ups`, `victronups` driver updates:
* Moved code to align with NUT driver architecture, so `upsdrv_initups()`
would focus on preparing communications, and `upsdrv_initinfo()` would
actually talk to the device and set initial critical data values. [#1962]
[49 lines not shown]
moor: update to 2.12.3.
2.12.3
Fix a crash
Crash reported here: #399
Also, this release makes filtering using & 14% faster with large input.
2.12.2
Support ANSI escape codes for blink, hidden, and strikethrough,
contributed by @viserctul in #402.
Thanks!
Also in this release:
Ignore OSC8 parameters
Make LESS_TERMCAP_md control man page headings as well
[10 lines not shown]
rumdl: update to 0.1.87.
1.87
Added
config: fall back to ~/.rumdl.toml and ~/rumdl.toml as user config (8557089)
Fixed
code-block-tools: use yamlfmt lint mode for YAML (#606) (0296f86)
MD038: preserve spaces around nested backticks (#605) (a9552c6)
MD013: keep closing quote with parenthetical splits (#601) (9a47b99)
1.86
Added
cli: support inline TOML overrides via --config (ae5461f)
[24 lines not shown]
sysutils/xcp: update to 0.24.8
Bug Fixes
(xcp) Update rand to latest and fix API usage.
(xcp) treat source roots that are symlinks the same as deeper symlinks
net/xfr: update to 0.9.12
What's Changed
Add pre-commit hooks for fmt/clippy/test by @lance0 in #74
Bump the rust-dependencies group with 15 updates by @dependabot[bot] in #71
Apply -w to UDP SO_SNDBUF / SO_RCVBUF on both ends by @lance0 in #75
py-wcwidth: update to 0.7.0.
New support for kitty text sizing protocol (OSC 66) in width() and clip().
New clip() parameter control_codes='parse', 'ignore', and 'strict'. clip()
is now able to clip OSC 8 hyperlinks and OSC 66 text sizing sequences.
Improved clip() and width() to support horizontal cursor sequences (cub, cuf,
hpa). Cursor-left (cub) or backspace (\b) now overwrites text. column_address
(hpa) and carriage return (\r) are now parsed, and more values conditionally raise
ValueError when control_codes='strict'.
PR's
Remove docs, add utils by @jquast in #209
Bump requests from 2.32.5 to 2.33.0 in /docs by @dependabot[bot] in #210
Bump pygments from 2.19.2 to 2.20.0 in /docs by @dependabot[bot] in #212
dependabot nonsense by @jquast in #215
Expand terminal escape sequence for three more ECMA-48 "families" by @jquast in #214
Improve clip() and width() with hyperlinks and overtyping by @jquast in #216
Improve width() and clip() with kitty Text Sizing Protocol by @jquast in #213
py-typer: update to 0.25.1.
Features
🔧 Add Typer Library Skill for Agents. PR #1620 by @svlandeg.
Internal
⬆ Bump ruff from 0.15.11 to 0.15.12. PR #1722 by @dependabot[bot].
⬆ Bump prek from 0.3.10 to 0.3.11. PR #1723 by @dependabot[bot].