PR 60360: make the default /boot partition on evbarm 64MB if we need
the dtb set (the newer dtb files overflow the old 32mb default).
In ACPI environments where we do not need dtb installed, do not select
the set by default.
py-tibs: updated to 0.10.0
0.10.0
Backwardly incompatible changes
* Removed `__hash__` method from `Tibs`. Because `Tibs` can compare equal to
other types (for example `Tibs('0xf') == '0b1111'`), the hash should not have
been available. The new recommendation is to use the `encode` method to
convert to `bytes` objects to use as keys.
Fixes
* Fixed LSB0 field extraction and assignment ordering for combined bit-order and
byte-order views. LSB0 labels now identify the physical bits while extracted
fields are returned in field-value order instead of being bit-reversed.
* Fixed dtype length validation for `bin`, `oct` and `hex` values passed to
`from_value` and `from_values`.
textproc/rumdl: update to 0.2.22
v0.2.22
Added
md077: add opt-in style = "aligned" for continuation indent (14eebe1)
Fixed
md040: keep blockquote fences valid when adding default language (eab51f6)
md013: keep blockquote markers when reflowing a blockquote nested in a list item (f601c8c)
v0.2.21
Fixed
emphasis: align MD049 and MD037 with CommonMark flanking (#681) (d1b9968)
ci: bump pinned Rust toolchain to 1.96.0 to unblock mise tool install (b2afd76)
net/xfr: update to 0.9.20
v0.9.20
What's Changed
Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #103
Bump docker/login-action from 3 to 4 by @dependabot[bot] in #104
Bump docker/setup-qemu-action from 3 to 4 by @dependabot[bot] in #105
Bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #106
Bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #107
v0.9.19
What's Changed
Add safe TUI restart controls by @lance0 in #108
devel/sem: update to 0.14.1
Fixes the Intel macOS cross-build (vendored-openssl) so the release actually
ships binaries for every platform. 0.14.0's build failed on openssl-sys when
cross-compiling x86_64 on Apple Silicon; 0.14.1 is the first release to publish
Intel macOS binaries (#374).
Pull up the following revisions, requested by martin in ticket #319:
x usr.sbin/sysinst/Makefile.inc 1.53
usr.sbin/sysinst/arch/amd64/Makefile 1.3
usr.sbin/sysinst/arch/i386/Makefile 1.3
usr.sbin/sysinst/arch/sparc64/Makefile 1.2
usr.sbin/sysinst/gpt.c 1.33
usr.sbin/sysinst/label.c 1.52
usr.sbin/sysinst/msg.mi.de 1.56-1.58
usr.sbin/sysinst/msg.mi.en 1.57-1.59
usr.sbin/sysinst/msg.mi.es 1.47-1.49
usr.sbin/sysinst/msg.mi.fr 1.50-1.52
usr.sbin/sysinst/msg.mi.pl 1.53-1.55
usr.sbin/sysinst/partman.c 1.58
usr.sbin/sysinst/util.c 1.79,1.80
sysinst(8): PR 60331, 60224, 60133, 60333, 60334:
various installer fixes:
- deal with the machine not having any disk available
[6 lines not shown]