spiped: update to 1.6.4.
spiped-1.6.4
* Fixes a bug which can cause spiped to abort if a RST packet arrives
from one side of a pipe at the same time as a FIN packet arrives from
the other end.
spiped-1.6.3
* Add -b <bind address> (spiped and spipe) to bind the outgoing address.
spiped-1.6.2
* Warn if the maximum number of connections is reached in spiped.
* Add --syslog (spiped) to send warnings to syslog when daemonized.
* Significantly improve performance of AES-CTR and SHA256 on amd64 and aarch64.
* Add ability to suppress POSIX runtime checks during compilation to simplify
cross-compiling.
boost-libs: fix cmake files
Avoid path to workdir references, and reported fix path to include files.
From Anthony Mallet on tech-pkg
Bump PKGREVISION.
rumdl: update to 0.1.15.
## [0.1.15] - 2026-02-07
### Added
- **MD057: `relative-to-docs` option** - New config option for validating absolute
link paths relative to a documentation root directory
### Performance
- **2.5x faster on real-world repositories** - Comprehensive performance audit and
optimization across the core pipeline, rule implementations, and infrastructure.
Validated against ripgrep, ruff, and rust repositories (1,832 files, 276K lines)
with zero regressions.
Key optimizations:
- Switch release profile from size optimization (`opt-level = "z"`) to speed (`opt-level = 3`)
- Zero-allocation line ending normalization for LF-only files (common case)
[196 lines not shown]