Skip to content

4.1.4

Latest

Choose a tag to compare

@pghvlaans pghvlaans released this 06 May 06:32
· 14 commits to master since this release
de7f512

sbotools-4.1.4 is a minor release focusing on quality-of-life tweaks.

User-Facing Changes

  • contrib: SCerovec shared a Debian-like sbotool theme.
  • sbotools now supports SlackBuilds without specified downloads.
    • Thanks to SCerovec for the suggestion.
  • sbotool: Make the Settings menu a little more readable.
    • Thanks to SCerovec for the feedback.
  • Repo.pm: Display the mirror URL and (if applicable) branch when downloading.
    • Thanks to fsLeg for the suggestion.
  • Added the NONET setting, which blocks SlackBuilds from accessing the network when running.
  • sboupgrade: Added --all-plus-failures to do all available upgrades and rebuild packages that fail tests before the run.
    • Thanks to dchmelik for the suggestion.
  • sbotools.hints: Added a hint for sboupgrade to ignore package failures on a script-by-script basis.
    • I found myself wanting this hint badly when I tried --all-plus-failures after a weekly public update, so in it went.

Internal Changes

  • Util.pm: Use a more maintainable method for handling the next expected Slackware version.

Bugfixes

  • sbofind: Do not match the "No tags found" message in TAGS.txt.
  • sbohints: Fixed the long-form --replace-optional flag.