unbreak rcctl(8) with IPv6 link-local bind/source addresses
If the argument contains a '%', the code will modify argv[] in place,
which causes rc.subr(8)'s pexp aka. pgrep(1) to mismatch and thus
rcctl(8) to report failure despite the service running fine.
iperf_parse_hostname()'s comment knows about this strtok(3) behaviour...
Pass a strdup(3) copy in the callers to fix --bind and --client.
Correct the MLKEM hybrid objects values.
The ietf has had a bunch of back and forth over what will happen here.
in the end the previously mentioned draft will not include the TLS hybrids,
so we change this to use reference the correct draft for TLS, and use the
same name everyone else is using, without an OID.
While we will probably end up needing the *other* hybrids for things like
CMS, we will bring them in when we need them and have official OID values
from IANA.
ok tb@
update to unifi-10.0.156
fix dir of snappy-java when overriding with a version built for
OpenBSD/amd64; it moved a while ago upstream but I didn't notice.
if you had any problems with APs not adopting this may be why.
merge the correct skinny-label into the single sector available.
We don't need to provide a fat-label, because the partitions in the
list don't need it. If this image is later used in a circumstance
where someone wants to tweak and add higher partitions, that will work
fine, but we don't need to create it ahead of time.
ok krw
Pick up MAKEDEV_PARTITIONS from the environment to replace the sysctl
maxpartitions value. It is expected things using this will set it to 16,
and it creates less inodes for the disk entries.
This is intentionally not documented since only a few install media need
this, and use of it is discouraged.
ok visa
Update to spotifyd 0.4.2.
This fixes the port with recent spotify API changes, and removes the EXECONLY
and BTCFI workarounds, which are no longer necessary.
Fix two circumstances where the code didn't understand that struct disklabel
doesn't fit inside a sector anymore.
There are a limited number of cases like this showing up throughout the
tree, and we may want a better mechanism to hand-fix them. This however
still means we need to find them..
ok krw