FreeBSD/i386 and FreeBSD/amd64 11.3-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 8.0.0.
-
The ELF Tool Chain has been updated to version r3614.
-
OpenSSL has been updated to version 1.0.2s.
-
The ZFS filesystem has been updated to implement parallel mounting.
-
The loader(8) has been updated to extend geli(8) support to all architectures.
-
The pkg(8) utility has been updated to version 1.10.5.
-
The KDE desktop environment has been updated to version 5.15.3.
-
The GNOME desktop environment has been updated to version 3.28.
-
The kernel will now log the jail(8) ID when logging a process exit.
-
Several feature additions and updates to userland applications.
-
Several network driver firmware updates.
-
Warnings for features deprecated in future releases will now be printed on all FreeBSD versions.
-
Warnings have been added for IPSec algorithms deprecated in RFC 8221.
-
Deprecation warnings have been added for weaker algorithms when creating geli(8) providers.
-
The clang, llvm, lld, lldb, and compiler-rt utilities as well as libc++ have been updated to upstream version 8.0.0.
-
The ELF Tool Chain has been updated to version r3614.
-
OpenSSL has been updated to version 1.0.2s.
-
The ZFS filesystem has been updated to implement parallel mounting.
-
The loader(8) has been updated to extend geli(8) support to all architectures.
-
The pkg(8) utility has been updated to version 1.10.5.
-
The KDE desktop environment has been updated to version 5.15.3.
-
The GNOME desktop environment has been updated to version 3.28.
-
The kernel will now log the jail(8) ID when logging a process exit.
-
Several feature additions and updates to userland applications.
-
Several network driver firmware updates.
-
Warnings for features deprecated in future releases will now be printed on all FreeBSD versions.
-
Warnings have been added for IPSec algorithms deprecated in RFC 8221.
-
Deprecation warnings have been added for weaker algorithms when creating geli(8) providers.
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"
|