Note about the OpenSSH change.

Approved by:	re (gjb)
This commit is contained in:
Dag-Erling Smørgrav 2013-09-13 10:37:24 +00:00
parent 9bec6325ad
commit bd8277b4b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255511

View File

@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20130911:
OpenSSH is now built with DNSSEC support, and will by default
silently trust signed SSHFP records. This can be controlled with
the VerifyHostKeyDNS client configuration setting. DNSSEC support
can be disabled entirely with the WITHOUT_LDNS option in src.conf.
20130906:
The GNU Compiler Collection and C++ standard library (libstdc++)
are no longer built by default on platforms where clang is the system