Releases: morgant/swupdate-openbsd
Releases · morgant/swupdate-openbsd
0.7.1
0.7
- When listing/downloading/installing updates:
- When installing updates:
- Prompts to install the next newer OpenBSD release via
sysupgrade
, if one is found (unless running snapshots orsysupgrade
is not installed; #2)
- Prompts to install the next newer OpenBSD release via
0.6.1
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)
- Automatically detects when kernel is post-beta/pre-release and skips
- 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
- When installing updates:
- Fixed error from
fw_update
when listing pending updates (Issue #3)
0.4
- Don't try to list/install syspatches on snapshots.
- Use
checkrestart
after install, if available.