Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Releases: trueos/sysup

v0.7

30 Apr 16:09
9b07941
Compare
Choose a tag to compare

Update Sysup, bump to new minor version after much re-factoring and cleanup of the code.

v0.6.5

16 Apr 01:13
Compare
Choose a tag to compare
  • Fix issue with sysup not setting cachedir location when called directly via WS.
  • Display better information about pkgs which will only be re-installed, not upgraded
  • Fix some quirks with moving from legacy pkg base

v0.6.4

05 Mar 15:16
Compare
Choose a tag to compare

Bugfix update, fixes an issue with sysup being auto-removed after conversion to new ports base system.

v0.6.3

20 Feb 18:32
Compare
Choose a tag to compare

Bug fix for an issue updating on newer ports-base, wasn't detecting presence of os/userland properly.

v0.6.2

16 Feb 14:55
Compare
Choose a tag to compare

Bugfix update. This is to ensure that on systems where the auto-install flag hasn't been set on ports-mgmt/pkg or os/userland, os/kernel, we re-set it before running 'pkg autoremove'.

v0.6.1

14 Feb 21:33
Compare
Choose a tag to compare

Bugfix release:

  • Correct an issue where during an upgrade from legacy pkg base to ports base, we lost ports-mgmt/pkg.

Thanks @miwi-fbsd for reporting!

v0.6

11 Feb 16:08
Compare
Choose a tag to compare
  • Do single-pass updating, no more 2nd reboot required to finish upgrade process
  • Handle moving from legacy base packages to TrueOS os/userland os/kernel packages
  • Run 'pkg autoremove' to cleanup leftovers post upgrade

v0.5

15 Jan 15:55
0297a5b
Compare
Choose a tag to compare

This release fixes a number of issues upgrading, especially when 'pkg' itself is needing updates before proceeding. Additionally it adds logic for moving between base-system ZFS and to ZFS from ports builds.

v0.4

19 Dec 21:13
Compare
Choose a tag to compare

This release of sysup adds a new -cachedir= option which lets you specific at runtime where you'd like to download packages and other cache data. Also fixes an important bug where incremental updates weren't fetching properly.

v0.3

12 Dec 14:10
Compare
Choose a tag to compare

Release Sysup v0.3 which includes fixes for offline updating when doing boot-strapping.