DragonFly 5.8.3 is released - this version contains two CVE fixes that weren't included in 5.8.2 before I tagged.
Here's the release page: https://www.dragonflybsd.org/release58/ And here's the tag with the very short list of commits: http://lists.dragonflybsd.org/pipermail/commits/2020-September/769777.html The normal ISO and IMG files will be available momentarily for download and install, plus an uncompressed ISO image for those installing remotely. If updating from 5.8.0, 5.8.1, or 5.8.2: > cd /usr > make src-create > (or make src-update if you already have a src directory) > cd src > git pull > make build-all > make install-all > make upgrade If upgrading from a version older than 5.8.0, see the 5.8.0 announcement and follow those instructions. http://lists.dragonflybsd.org/pipermail/users/2020-March/358432.html After your next reboot, you can optionally update your rescue system: (reboot) > cd /usr/src > make initrd Don't forget to upgrade your existing packages if you haven't recently: > pkg update > pkg upgrade If you just updated for 5.8.2, your packages are probably already up to date.
