| FreeBSD/i386 and FreeBSD/amd64 11.2-RELEASE DVD (double sided): Some of the highlights: 
  
    OpenSSH has been updated to version 7.5p1.
  
     OpenSSL has been updated to version 1.0.2o.
  
    The clang, llvm, lldb and compiler-rt utilities have been updated to version 6.0.0.
  
    The libarchive(3) library has been updated to version 3.3.2.
  
    The libxo(3) library has been updated to version 0.9.0.
  
    Device driver updates to cxgbe(4), ixl(4), and ng_pppoe(4), and the new mlx5io(4), ocs_fw(4), and smartpqi(4) drivers have been added.
  
    The dwatch(1), efibootmgr(8), and etdump(1) utilities have been added.
  
    Various miscellaneous kernel, userland application, and library updates.
  
    KDE has been updated to version 4.14.3.
  
    Gnome has been updated to version 3.18.0.
   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"
 |