Skip to content

Releases: morgant/swupdate-openbsd

0.7.1

07 Jul 01:48
40748b1
Compare
Choose a tag to compare
  • When installing updates:
    • Fixed bug in determining whether a file had been modified during syspatch(8) execution (#15)
  • Code quality improvements (#15)

0.7

02 Jul 18:32
Compare
Choose a tag to compare
0.7
  • When listing/downloading/installing updates:
    • Automatically checks for next newer OpenBSD release which may be installed via sysupgrade (unless running snapshots or sysupgrade is not installed; #2)
      • If a newer OpenBSD release is found, links to appropriate HTML documents for detailed changes, errata, and the upgrade guide (#2)
  • When installing updates:
    • Prompts to install the next newer OpenBSD release via sysupgrade, if one is found (unless running snapshots or sysupgrade is not installed; #2)

0.6.1

31 Mar 21:35
Compare
Choose a tag to compare
  • Drops root user privileges before executing ftp for improved security (#11)
  • Verbose output now states when syspatch has been skipped due to running a snapshot or post-beta/pre-release

Important: Please update to this version if you have v0.6 installed!

0.6

31 Mar 14:56
Compare
Choose a tag to compare
0.6

Important: This version introduced a potential security vulnerability by executing ftp as the root user. Please update to v0.6.1 if you have this version installed!

  • When listing/downloading updates:
    • Automatically detects when kernel is post-beta/pre-release and skips syspatch, plus uses snapshots for packages (#8)
  • When installing updates:
    • Automatically detects when kernel is post-beta/pre-release and uses snapshots for package updates (#8)
    • Only executes syspatch a second time if it updated itself (#7)
    • Rounds up to nearest whole minute when calculating execution time of syspatch to more accurately detect updated kernel and prompting for reboot (#6)
  • Added Makefile (#9)

0.5

29 Mar 22:12
Compare
Choose a tag to compare
0.5
  • When installing updates:
    • Remove unused package dependencies after install (Issue #1)
    • Only prompt to reboot if kernel was updated during the execution of syspatch instead of within the last 15 minutes (Issue #5)
    • Run syspatch a second time if it reports it didn't install any patches (which it will do if it updated itself)
  • Fixed error from fw_update when listing pending updates (Issue #3)

0.4

27 May 20:32
Compare
Choose a tag to compare
0.4
  • Don't try to list/install syspatches on snapshots.
  • Use checkrestart after install, if available.

0.3

26 Feb 21:14
Compare
Choose a tag to compare
0.3
  • Update firmware prior to applying syspatches
  • Safer check for root

0.2

22 Dec 15:11
Compare
Choose a tag to compare
0.2
  • Prompt to reboot after install if kernel was changed

0.1

22 Dec 15:10
Compare
Choose a tag to compare
0.1

• Initial release