Skip to content

Releases: lonkamikaze/bsda2

bsda 0.5.0 release

10 Jun 20:00
0.5.0
Compare
Choose a tag to compare

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

03 Jun 10:57
0.5.0-rc1
Compare
Choose a tag to compare
Pre-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)

bsda2 0.4.3 release

08 Oct 11:19
0.4.3
Compare
Choose a tag to compare
  • Add the lst.sh shell array library
  • Improve pkg_validate performance
  • pkg_libchk fixes
  • distviper reports the space freed

bsda2 0.4.2 release

14 Oct 09:59
0.4.2
Compare
Choose a tag to compare

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

22 Mar 22:52
0.4.1
Compare
Choose a tag to compare
  • 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

10 Mar 11:55
0.4.0
Compare
Choose a tag to compare
  • 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

10 Mar 11:56
0.4.0-rc1
Compare
Choose a tag to compare
Pre-release

Release loaderupdate(8) a GUID Partition Table boot loader updater
for public testing.

bsda2 0.3.0 release

07 Dec 14:56
0.3.0
Compare
Choose a tag to compare

This release adds pkg_validate to verify package integrity with faster
execution times than pkg check -s.

bsda 0.2.1 release

28 Mar 22:06
0.2.1
Compare
Choose a tag to compare
  • Fix a bug in pkg_libchk when sorting out false positives in packages
    with lots of files

bsda 0.2.0 release

10 Mar 14:38
0.2.0
Compare
Choose a tag to compare

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.