| FreeBSD/i386 and FreeBSD/amd64 11.4-RELEASE DVD (double sided): Some of the highlights: 
  
    The clang, llvm, lld, lldb, and compiler-rt utilities as well as libc++ have been updated to upstream version 10.0.0.
  
    OpenSSL has been updated to version 1.0.2u.
  
    Unbound has been updated to version 1.9.6.
  
    The pkg(8) utility has been updated to version 1.13.2.
  
    The KDE desktop environment has been updated to version 5.18.4.1.19.12.3.
  
    The GNOME desktop environment has been updated to version 3.28.
  
    Support for renaming ZFS bookmarks has been added.
  
    The certctl(8) utility has been added.
  
    Several feature additions and updates to userland applications.
  
    Warnings for features deprecated in future releases will now be printed on all FreeBSD versions.
  
    Warnings have been added for Kerberos GSS API algorithms deprecated in RFCs 6649 and 8429.
   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"
 |