| FreeBSD/i386 and FreeBSD/amd64 13.1-RELEASE DVD (double sided): Some of the highlights: 
  
    OpenSSH has been updated to version v8.8p1.
  
    OpenSSL has been updated to version 1.1.1o.
  
    The use of FIDO/U2F hardware authenticators has been enabled in ssh, using the new public key types ecdsa-sk and ed25519-sk, along with corresponding certificate types.
  
    The ice(4) driver has been updated to 1.34.2-k, adding firmware logging and initial DCB support.
  
    The iwlwifi(4) driver along with a LinuxKPI 802.11 compatibility layer was added to supplement iwm(4) for newer Intel Wireless chipsets.
  
    ZFS has been upgraded to OpenZFS release 2.1.4.
  
    EC2 images are now built by default to boot using UEFI instead of legacy BIOS.
   For a complete list of new features and known problems, please
  see the online release notes and errata list available at: 
 How to install packages from the disc: 
  Mount the disc to the '/dist' directory:# mkdir -p /dist
 # mount -t cd9660 /dev/cd0 /dist
 
To install a package, run:# env REPOS_DIR=/dist/packages/repos pkg install xorg
To view the list of available packages on the disc, run:# env REPOS_DIR=/dist/packages/repos pkg rquery "%n"
 |