A DPorts explanation

The DragonFly site has a recently-updated page describing how DPorts is assembled and the process to contribute.

It does need the criterion for when it’s ready to release – either a number of working ports, or certain key ports buildable, or a combination of the two.  Something like “Chrome, Apache, nginx, MariaDB, Postgres, and X11 build, and over 75% of packages in general are successful, with less than a 10% decrease in buildable packages from the last dports release”.  I just made that up, so it’s not an actual threshold.  But it could be?

DragonFly 6.0.1 released!

6.0.1 is tagged and available.  The major reason for this update is an expired Let’s Encrypt certificate that would cause problems when downloading dpkg binaries.   A list of 6.0.1 commits is available.

I recommend the usual rebuild process mentioned on the 6.0 release notes:

make buildworld
make buildkernel
make installkernel
make installworld
make upgrade

Don’t forget to update your packages with ‘pkg upgrade’.