net/rustconn: Update to 0.19.7
- Update list of lib dependencies
- Add a couple of patches (provided upstream) to fix cpal crate, that fails
with error:
error[E0425]: cannot find value `ESTRPIPE` in crate `libc`
--> /usr/local/poudriere/ports/default/net/rustconn/work/RustConn-0.19.5/cargo-crates/cpal-0.18.1/src/host/alsa/mod.rs:1125:42
|
1125 | Err(err) if err.errno() == libc::ESTRPIPE => return try_resume(&stream.handle),
| ^^^^^^^^
|
::: /usr/local/poudriere/ports/default/net/rustconn/work/RustConn-0.19.5/cargo-crates/libc-0.2.189/src/unix/bsd/freebsdlike/mod.rs:630:1
|
630 | pub const ESPIPE: c_int = 29;
| ----------------------- similarly named constant `ESPIPE` defined here
|
help: a constant with a similar name exists
|
[6 lines not shown]
net/fort: Update to 1.7.0.experimental
- Update to 1.7.0.experimental
- Changelog:
https://github.com/NICMx/FORT-validator/releases/tag/1.7.0.experimental
Please note that max-rtr-version defaults to zero. This is because
Fort's validation currently yields no router keys (defeating the purpose
of RTRv1), and the RTRv2 specification is still receiving updates.
The latter is all the ".experimental" suffix refers to. If you raise
max-rtr-version to 2, you'll be trying a feature that hasn't been RFC'd
yet.
MFH: 2026Q3