Releases: lonkamikaze/bsda2
bsda 0.5.0 release
This release adds improved support for using package origins in combination
with flavours.
- Origin (-o) support for pkg_libchk, pkg_trim, pkg_validate and
pkg_version now prints origin@flavor instead of just the origin.
This enables the use of the output origins as unambiguous identifiers. - loaderupdate improvements:
- Add support for custom EFI loader locations (-o)
- Add support for using default uefi(8) loader locations (-c)
bsda 0.5.0 release candidate 1
This release adds improved support for using package origins in
combination with flavours.
- Origin (-o) support for pkg_libchk, pkg_trim, pkg_validate and
pkg_version now prints origin@flavor instead of just the origin.
This enables the use of the output origins as unambiguous identifiers. - loaderupdate improvements:
- Add support for custom EFI loader locations (-o)
- Add support for using default uefi(8) loader locations (-c)
bsda2 0.4.3 release
- Add the lst.sh shell array library
- Improve pkg_validate performance
- pkg_libchk fixes
- distviper reports the space freed
bsda2 0.4.2 release
Adds a pkg_libchk workaround for ldd bug 259069 affecting CURRENT
and 13-STABLE systems.
This changes the paradigm from ignoring all but the required ldd
outputs to reporting all unexpected outputs when running pkg_libchk -v
.
This ought to make future bug hunting much easier.
bsda 0.4.1 release
- Add support for pre-mounted efi partitions (stock FreeBSD 13 installs
apparently come with the efi partition mounted to /boot/efi)
bsda 0.4.0 release
- Release loaderupdate(8) a GUID Partition Table boot loader updater
- Release bprintf(1) printf like output formatting with named arguments
bsda 0.4.0 release candidate 1
Release loaderupdate(8) a GUID Partition Table boot loader updater
for public testing.
bsda2 0.3.0 release
This release adds pkg_validate to verify package integrity with faster
execution times than pkg check -s
.
bsda 0.2.1 release
- Fix a bug in pkg_libchk when sorting out false positives in packages
with lots of files
bsda 0.2.0 release
Releases makeplist into the open
Also fixes a bug in pkg_libchk that essentially caused it to silently
skip packages containing more than ARG_MAX files.