<div dir="ltr">DragonFly 6.4.0 is released - here's the release page:<br><br><a href="https://www.dragonflybsd.org/release64/" rel="noreferrer" target="_blank">https://www.dragonflybsd.org/release64/</a><br><br>Here's the 6.4.0 tag :<br><a href="https://lists.dragonflybsd.org/pipermail/commits/2022-December/871674.html" rel="noreferrer" target="_blank">https://lists.dragonflybsd.org/pipermail/commits/2022-December/871674.html</a><br><br>And here is the list of commits since 6.2 :<br><a href="https://gitweb.dragonflybsd.org/dragonfly.git/shortlog/refs/heads/DragonFly_RELEASE_6_4?hp=refs/heads/DragonFly_RELEASE_6_2" rel="noreferrer" target="_blank">https://gitweb.dragonflybsd.org/dragonfly.git/shortlog/refs/heads/DragonFly_RELEASE_6_4?hp=refs/heads/DragonFly_RELEASE_6_2</a><br><br>The normal ISO and IMG files are available for download and install,<br>plus an uncompressed ISO image for those installing remotely.<br><br>If updating from an older version of DragonFly, bring in the 6.4 source:<br><br>> cd /usr/src<br>> git fetch origin<br>> git branch DragonFly_RELEASE_6_4 origin/DragonFly_RELEASE_6_4<br>> git checkout DragonFly_RELEASE_6_4<br>> git pull<br><br>And then rebuild: (still in /usr/src)<br>> make build-all<br>> make install-all<br>> make upgrade<br><br>After your next reboot, you can optionally update your rescue system:<br><br>(reboot)<br>> cd /usr/src<br>> make initrd<br><br>Don't forget to upgrade your existing packages if you haven't recently:<br><br>> pkg update<br>> pkg upgrade<div class="gmail-yj6qo"></div><br><br><br class="gmail-Apple-interchange-newline"><div>(Thanks to Pierre-Alain TORET for the writeup)</div></div>